2
0
mirror of https://github.com/Alia5/GlosSI.git synced 2024-10-30 15:20:38 +00:00
GlosSI/glossi.code-workspace
2023-12-22 16:27:26 +01:00

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"
// ]
// }
// },
}
}