You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
GlosSI/glossi.code-workspace

45 lines
1.3 KiB
Plaintext

{
"folders": [
{
"path": "common"
},
{
"path": "CEFInjectLib"
},
{
"path": "GlosSIConfig"
},
{
"path": "GlosSITarget"
},
{
"path": "GlosSIWatchdog"
},
{
"path": "UWPOverlayEnablerDLL"
},
{
"path": "Installer"
},
{
"path": "SteamTweaks"
},
{
"name": "root",
"path": "."
},
],
"settings": {
// uncomment if not already in user settings and wanting to debug/build c++ code (vs 2022 required!)
// "terminal.integrated.profiles.windows": {
// "Developer PowerShell for VS 2022": {
// "source": "PowerShell",
// "icon": "terminal-powershell",
// "args": [
// "-c",
// "$vsPath = & '${env:ProgramFiles(x86)}/Microsoft Visual Studio/Installer/vswhere.exe' -property installationpath; Import-Module \"$vsPath/Common7/Tools/Microsoft.VisualStudio.DevShell.dll\"; Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation; powershell.exe"
// ]
// }
// },
}
}