mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
+vscode config for custom and extra dbs
This commit is contained in:
parent
512efb30c6
commit
359d53bc74
4 changed files with 12 additions and 0 deletions
1
db_custom/.vscode/about.txt
vendored
Normal file
1
db_custom/.vscode/about.txt
vendored
Normal 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
5
db_custom/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.sg": "javascript"
|
||||
}
|
||||
}
|
||||
1
db_extra/.vscode/about.txt
vendored
Normal file
1
db_extra/.vscode/about.txt
vendored
Normal 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
5
db_extra/.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"files.associations": {
|
||||
"*.sg": "javascript"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue