Visual Studio Code: Difference between revisions

From miki
Jump to navigation Jump to search
(Redirected page to Visual studio)
 
No edit summary
Line 1: Line 1:
[[Visual Studio Code]] is the new cross-platform editor from Microsoft based on Electron.
#REDIRECT [[Visual studio]]

== Links ==
External links
* https://code.visualstudio.com/

On this wiki:
* [[Visual studio]]


== Troubleshooting ==
=== Cannot maximimize window in X11 server / SSH-forwarded session ===
See [https://github.com/Microsoft/vscode/issues/65232 issue #65232]. The fix:

<source lang="text">
"window.titleBarStyle": "native"
</source>

Revision as of 08:10, 18 February 2019

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:

"window.titleBarStyle": "native"