Skip to content

Commit b6a4579

Browse files
committed
Exclude folders instead of hiding from search, this resolves issues with go to definition
1 parent f350e60 commit b6a4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Exceptionless.Web/ClientApp/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
},
5151
"editor.formatOnSave": true,
5252
"eslint.validate": ["javascript", "svelte"],
53-
"search.exclude": {
53+
"files.exclude": {
5454
".svelte-kit": true,
5555
"build": true
5656
},

0 commit comments

Comments
 (0)