{ "Static assets path": { "scope": "javascript", "prefix": "static", "body": [ "import { getPath } from '$utils/statics';", "", "getPath('${1:filepath}')" ], "description": "Add a static assets file path" }, "SvelteKit $app/env": { "scope": "javascript", "prefix": "env", "body": [ "import { browser, dev, prerendering } from '$app/env';" ], "description": "SvelteKit $app/env stores" }, "Fetch script module": { "scope": "svelte", "prefix": "fetch-module", "body": [ "" ] } }