visual studio code - Where are the VSCode error logs for extensions ...
stackoverflow.com
Dev window: this VS Code window is only present when developing an extension. It is from where you normally edit extension code from and launch the "Extension host window". I made up this name. Extension host window: this is either: the window you launch from the Dev window to develop the extension. This is where you will test the extension in.
Install VSCode in a specific folder - Stack Overflow
stackoverflow.com
The installer does very little beyond copying the files, it just creates some Explorer context menu shortcuts ("Open with Code"). Otherwise following Chromium conventions and copying itself to c:\Users\yourname\AppData\Local\Code\app-0.1.0 so it can update itself without you noticing. Boo. So high odds that simply moving that folder to the other drive works just fine, put it anywhere and ...