+vscode config for custom and extra dbs

This commit is contained in:
DosX 2025-06-11 17:04:47 +03:00
commit 359d53bc74
4 changed files with 12 additions and 0 deletions

1
db_custom/.vscode/about.txt vendored Normal file
View file

@ -0,0 +1 @@
This directory is responsible for correct recognition of *.sg files by Visual Studio Code. You can delete it if you don't need it.

5
db_custom/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"files.associations": {
"*.sg": "javascript"
}
}

1
db_extra/.vscode/about.txt vendored Normal file
View file

@ -0,0 +1 @@
This directory is responsible for correct recognition of *.sg files by Visual Studio Code. You can delete it if you don't need it.

5
db_extra/.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"files.associations": {
"*.sg": "javascript"
}
}