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": { | |
// The main content for the whole website | |
"**/src/routes/+page.svelte": "Main Page", // The home route page skeleton | |
"**/src/routes/+page.[tj]s": "Main Page Script (c)", // The script for it | |
"**/src/routes/+page.server.[tj]s": "Main Page Script (s)", // The server script for it | |
"**/src/routes/+layout.svelte": "Root Layout", // The main (root) layout for the website | |
"**/src/routes/+layout.[tj]s": "Root Layout Script (c)", // The client script associated with the whole website | |
"**/src/routes/+layout.server.[tj]s": "Root Layout Script (s)", // The server script associated with the whole website | |
// Root error pages |