Skip to content

Commit

Permalink
Merge pull request #54 from JeffFessler/patch-1
Browse files Browse the repository at this point in the history
Settings are under "Code" not "File"
  • Loading branch information
pfitzseb authored Jan 5, 2022
2 parents a0d49d8 + bda671c commit 779627a
Showing 1 changed file with 2 additions and 1 deletion.
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 menu **Code** (on Mac) or **File** (otherwise), 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

0 comments on commit 779627a

Please sign in to comment.