Add a script for linking Foundry into the project root
This commit is contained in:
parent
d15301663c
commit
bf06edc5c6
6 changed files with 69 additions and 2 deletions
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
|
|
@ -1,9 +1,10 @@
|
|||
{
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
"**/node_modules": true,
|
||||
"foundry": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"foundry.*.link": true
|
||||
"foundry": true
|
||||
},
|
||||
"html.customData": [
|
||||
"./.vscode/foundry.html-data.json",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue