Files
lcbp3.np-dms.work/lcbp3.code-workspace
2025-10-05 09:40:55 +07:00

26 lines
588 B
Plaintext

{
"folders": [
{
"path": "."
},
{
"path": "../Documents"
}
],
"settings": {
"git.confirmSync": false,
"terminal.integrated.profiles.windows": {
"PowerShell (Desktop)": {
"path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
},
"QNAP SSH": {
"path": "C:\\Windows\\System32\\OpenSSH\\ssh.exe",
"args": ["qnap"]
}
},
"terminal.integrated.defaultProfile.windows": "PowerShell (Desktop)",
"debug.javascript.autoAttachFilter": "smart",
"sqltools.connections": []
}
}