Visual Studio Code

From miki
Revision as of 13:32, 19 February 2019 by Mip (talk | contribs) (→‎Troubleshooting)
Jump to navigation Jump to search

Visual Studio Code is the new cross-platform editor from Microsoft based on Electron.

Links

External links

On this wiki:


Troubleshooting

Cannot maximimize window in X11 server / SSH-forwarded session

See issue #65232. The fix (File → Preferences → Settings):

"window.titleBarStyle": "native"

AltGr moves the cursor to the left in X11 server / SSH-forwarded session

See issue #24783. The fix (File → Preferences → Settings):

"keyboard.dispatch": "keyCode"