https://giga.chat/link/gcsYBQWCjq
settings.json
(Ctrl+Shift+P) + Preferences: Open Settings (JSON)
------------------------------------------------------------------------------------
{
"workbench.colorTheme": "Default High Contrast",
"cmake.pinnedCommands": [
"workbench.action.tasks.configureTaskRunner",
"workbench.action.tasks.runTask"
],
"terminal.integrated.profiles.windows": {
"PowerShell-750": {
"path": "D:\\Tools\\Pws750\\7\\pwsh.exe",
"args": ["-noexit"],
"icon": "terminal-powershell"
},
"PowerShell-5": {
"path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe",
"args": ["-noexit"],
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"MinGW64": {
"path": "C:\\msys64\\usr\\bin\\bash.exe",
"args": ["--login"],
"env": { "MSYSTEM": "MINGW64" }
}
},
"terminal.integrated.defaultProfile.windows": "PowerShell-7",
"python.defaultInterpreterPath": "D:\\Tools\\Anaconda\\envs\\gym_env_310\\Scripts",
"terminal.integrated.env.windows": {
"PATH": "D:\\Tools\\CMake\\bin;${env:PATH}"
}
}
Комментариев нет:
Отправить комментарий