Help:Vscode

From CECS wiki
Jump to navigation Jump to search

vscode is a microsoft developed IDE for code editing and development.


Other related software
emacs


Issues using remote vscode[edit]

When the remote ssh vscode plugin is used, it can cause severe performance issues on the server you are connecting to.

To help mitigate this:

  • On the server, create .gitignore files blocking datasets and other non-source code directories
  • Disable the TypeScript and Javascript Language Features extension
  • Disable Jedi
  • Reduce the git status interval or turn it off completely

These options may not be sufficient to prevent performance issues. If it is discovered that your vscode remote process is causing performance issues on a server, it may be modified or disabled without warning.