fronted build js-cookiep

This commit is contained in:
admin
2025-10-05 09:40:55 +07:00
parent 3448594bc5
commit da568bb85f
7 changed files with 26 additions and 7606 deletions

25
lcbp3.code-workspace Normal file
View File

@@ -0,0 +1,25 @@
{
"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": []
}
}