Skip to content

Commit

Permalink
Update TROUBLESHOOTING.md for directions on version of node (#6160)
Browse files Browse the repository at this point in the history
* Update TROUBLESHOOTING.md for directions on version of node

* Update TROUBLESHOOTING.md

Co-authored-by: Erik De Bonte <[email protected]>

---------

Co-authored-by: Erik De Bonte <[email protected]>
  • Loading branch information
rchiodo and debonte authored Jul 19, 2024
1 parent e7d4ff4 commit 0b72bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ The location of your User settings.json depends upon how you're connecting:
- Local - Stored in a [local](https://code.visualstudio.com/docs/getstarted/settings#_settingsjson) file. This can be found with the command `Preferences: Open User Settings.json`.
- Remote - Stored on the remote machine. Example `/home/user/.vscode-server/data/Machine/settings.json`

You should make sure to use a version of node that is greater than or equal to what VS Code is using. You can determine the version of VS Code's node in the `Help | About` menu.

#### Increase memory limit for VS code (remote only)

For those using `vscode-server` remotely, you can increase the memory limit by setting the `NODE_OPTIONS` environment variable in your shell configuration.
Expand Down

0 comments on commit 0b72bb9

Please sign in to comment.