mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-04-30 12:41:09 +00:00
43 lines
1 KiB
JSON
43 lines
1 KiB
JSON
{
|
|
"identifier": "sb.lao.svelte-nova",
|
|
"name": "Svelte",
|
|
"organization": "Shibo Lyu",
|
|
"description": "LSP support for Svelte.",
|
|
"version": "0.2.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"
|
|
}
|
|
]
|
|
}
|
|
}
|