Visual Studio Code: Difference between revisions
→Wayland: relocate |
Add infobox |
||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
{{note|Visual Studio Code is [[FAQ/unfree|unfree]], its license prohibits distribution. See the [[FAQ/unfree]] page to install unfree software.}} | {{note|Visual Studio Code is [[FAQ/unfree|unfree]], its license prohibits distribution. See the [[FAQ/unfree]] page to install unfree software.}}{{Infobox application | ||
| name = Visual Studio Code | |||
Visual Studio Code is a cross-platform text editor developed by Microsoft, built on the Electron framework. | | type = Text Editor | ||
| image = Visual_Studio_Code_1.35_icon.svg | |||
| developer = Microsoft | |||
| website = https://code.visualstudio.com/ | |||
| documentation = https://code.visualstudio.com/docs | |||
| bugTracker = https://github.com/microsoft/vscode/issues | |||
| github = https://github.com/microsoft/vscode | |||
| programmingLanguage = TypeScript, JavaScript, HTML, CSS | |||
| os = Linux, macOS, Windows | |||
| initialRelease = 29 April 2015 | |||
}} | |||
'''Visual Studio Code''' is a cross-platform text editor developed by Microsoft, built on the Electron framework. | |||
For the free distribution of the VS Code codebase (without MS branding, telemetry, and [https://marketplace.visualstudio.com/ extension marketplace] replaced by [https://open-vsx.org/ Open VSX]) see [[VSCodium]]. | For the free distribution of the VS Code codebase (without MS branding, telemetry, and [https://marketplace.visualstudio.com/ extension marketplace] replaced by [https://open-vsx.org/ Open VSX]) see [[VSCodium]]. | ||
| Line 310: | Line 321: | ||
</syntaxHighlight> | </syntaxHighlight> | ||
=== Timeout === | |||
If you're using fish or other shell, set this in the user settings JSON on the client machine: | |||
<syntaxHighlight lang=bash> | |||
"remote.SSH.useLocalServer": false | |||
</syntaxHighlight> | |||
See https://github.com/microsoft/vscode-remote-release/issues/2509 and https://github.com/nix-community/nixos-vscode-server/issues/18 | |||
[[Category:Applications]] | [[Category:Applications]] | ||
[[Category:IDE]] | [[Category:IDE]] | ||