Add jsconfig to get Foundry autocomplete
This commit is contained in:
parent
ce4b4df6d7
commit
850c166cf2
2 changed files with 19 additions and 0 deletions
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"foundry.*.link": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue