hypnagaga/.vscode/svelte.scripts.code-snippets
Ben Aultowski 04877468cf initial
2026-02-27 11:58:02 -05:00

22 lines
611 B
Text

{
"SvelteKit $app/env": {
"scope": "javascript",
"prefix": "env",
"body": [
"import { browser, dev, prerendering } from '\\$app/environment';",
],
"description": "SvelteKit $app/environment stores",
},
"Static paths": {
"scope": "javascript",
"prefix": "assets",
"body": ["import { assets } from '\\$app/paths';"],
"description": "SvelteKit assets path store",
},
"SvelteKit $app/paths": {
"scope": "javascript",
"prefix": "paths",
"body": ["import { base, assets } from '\\$app/paths';"],
"description": "SvelteKit $app/paths stores",
},
}