Skip to content

Commit 2c7f542

Browse files
committed
1 parent 6e1d3d3 commit 2c7f542

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@
4848
"tailwindCSS.includeLanguages": {
4949
"svelte": "html"
5050
},
51-
"typescript.tsdk": "node_modules\\typescript\\lib"
51+
"typescript.tsdk": "node_modules\\typescript\\lib",
52+
"workbench.editor.customLabels.patterns": {
53+
"**/routes/**/+page.svelte": "${dirname(1)}/${dirname}",
54+
"**/routes/**/+layout.svelte": "${dirname}/+layout.svelte",
55+
"**/lib/**/index.ts": "${dirname}/index.ts",
56+
}
5257
}

0 commit comments

Comments
 (0)