26 lines
588 B
Plaintext
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": []
|
|
}
|
|
}
|