Created
March 21, 2024 15:44
-
-
Save wesbos/f8ca276e2bf2c933b18dbd661a5802c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"workbench.editor.customLabels.patterns": { | |
"**/routes/**/+page.svelte": "${dirname(1)}/${dirname}", | |
"**/routes/**/+page.server.ts": "/${dirname} [server]", | |
"**/app/**/page.tsx": "${dirname}.${extname}", | |
"**/app/**/layout.tsx": "${dirname}/layout.${extname}" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for posting this. I am building a svelte SPA app (https://github.com/exceptionless/Exceptionless) and I've found this to work really well.