This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If, while debugging a remotely attached application (e.g. 3ds Max, Blender, etc..) VS Code opens a temporary | |
copy of the source file when a breakpoint or exception is hit ensure that the "localRoot" entry in the launch.json for that | |
workspace is an absolute path to the closest point in the folder hierarchy above both the workspace file and where the source | |
files are stored. |