Skip to content

Commit d9cb189

Browse files
save
Signed-off-by: Nikola Hristov <Nikola@PlayForm.Cloud>
1 parent 87178bd commit d9cb189

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.vscode/settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
"**/target": false,
3030
"**/temp": true,
3131
"**/tmp": true,
32-
"**/vendor": true
32+
"**/vendor": true,
33+
"**/Dependency/Microsoft/Dependency/Editor": true
3334
},
3435
"files.watcherExclude": {
3536
"**/.cargo/registry/**": true,
@@ -38,7 +39,8 @@
3839
"**/Target/**": true,
3940
"**/dist/**": true,
4041
"**/node_modules/**": true,
41-
"**/target/**": true
42+
"**/target/**": true,
43+
"**/Dependency/Microsoft/Dependency/Editor": true
4244
},
4345
"prettier.documentSelectors": [
4446
"**/*.astro",

0 commit comments

Comments
 (0)