Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions content/Editors/Code/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,17 @@ Ionide plugins are activated when:
* Opened workspace contains any `.fsproj`, `.fs`, or `.fsx` file

* New `.fsproj`, `.fs`, or `.fsx` file is created in workspace that was not containing those files before.

### Debug plugin activation

Sometimes, Ionide will not start working properly after its installation due to some local misconfiguration. For example, if its process reaches the configured user limit on the number of inotify instances.

Then, in order to better understand what is happening, you can check the Ionide logs at the VS Code program:

<img src="/static/images/debug-vs-code-logs.png" />

1. Click at the "View" button;
2. Then, click at the "Output" and assert that the OUTPUT terminal will open;
3. Finally, select the "Ionide" element at the drop down list.

There you can find all the logs related to this extension.
Binary file added static/images/debug-vs-code-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.