Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Settings are under "Code" not "File"
At least on a Mac
  • Loading branch information
JeffFessler authored Jan 5, 2022
commit d3bd37c335b6ea7121c97cfad78b6e2adfe09416
3 changes: 2 additions & 1 deletion docs/src/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ If you installed Julia into a standard location on Mac or Windows, or if the Jul
If the VS Code extension does not find your Julia installation automatically, or you want to use a different Julia installation than the default one, use the following steps to configure the extension.

1. Set the `julia.executablePath` to the full path of Julia executable that the extension should use.
2. To edit your configuration settings, select **File**, then select **Preferences**, and then click **Settings**. Ensure that your user settings include the `julia.executablePath` setting.
2. To edit your configuration settings, select **Code**, then select **Preferences**, and then click **Settings**.
3. Ensure that your user settings include the `julia.executablePath` setting.

_NOTE: The format of the string should follow your platform specific conventions. Note that the backslash `\` is the escape character in JSON, therefore use `\\` as the path separator character on Windows._

Expand Down