VSCode, Pytorch, PowerShell, Settings
settings.json { "workbench.colorTheme" : "Default High Contrast" , "cmake.pinnedCommands" : [ "workbench.action.tasks.configureTaskRunner" , "workbench.action.tasks.runTask" ], "terminal.integrated.profiles.windows" : { "PowerShell" : { "source" : "PowerShell" , "icon" : "terminal-powershell" }, "Command Prompt" : { "path" : [ "${env:windir} \\ Sysnative \\ cmd.exe" , "${env:windir} \\ System32 \\ cmd.exe" ], "args" : [], ...