{ "identifier": "sb.lao.svelte-nova", "name": "Svelte", "organization": "Shibo Lyu", "description": "Svelte syntax & LSP support.", "version": "0.4.0", "categories": ["languages"], "license": "MIT", "bugs": "https://github.com/laosb/SvelteNova/issues", "repository": "https://github.com/laosb/SvelteNova", "min_runtime": "2.0", "main": "main.js", "entitlements": { "process": true, "filesystem": "readwrite" }, "activationEvents": ["onLanguage:svelte", "onWorkspaceContains:*.svelte"], "config": [ { "key": "sb.lao.svelte-nova.language-server-path", "title": "Svelte Language Server Path", "type": "path", "placeholder": "some node_modules/svelte-language-server/bin/server.js" } ], "commands": { "extensions": [ { "title": "Reload extension", "command": "sb.lao.svelte-nova.commands.reload" }, { "title": "Force Unlock Dependency Installation", "command": "sb.lao.svelte-nova.commands.forceClearLock" } ] } }