mirror of
https://github.com/laosb/SvelteNova.git
synced 2025-07-08 12:15:34 +00:00
v0.1.2
This commit is contained in:
parent
9a47d4ad4e
commit
31cbf07866
5 changed files with 12 additions and 11 deletions
|
@ -3,7 +3,7 @@
|
|||
"name": "Svelte",
|
||||
"organization": "Shibo Lyu",
|
||||
"description": "LSP support for Svelte.",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"categories": ["languages"],
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/laosb/SvelteNova/issues",
|
||||
|
@ -17,23 +17,19 @@
|
|||
"filesystem": "readwrite"
|
||||
},
|
||||
|
||||
"activationEvents": ["onLanguage:svelte"],
|
||||
"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/.bin/svelteserver"
|
||||
"placeholder": "some node_modules/svelte-language-server/bin/server.js"
|
||||
}
|
||||
],
|
||||
|
||||
"commands": {
|
||||
"extensions": [
|
||||
{
|
||||
"title": "Preferences",
|
||||
"command": "sb.lao.svelte-nova.commands.openWorkspaceConfig"
|
||||
},
|
||||
{
|
||||
"title": "Reload extension",
|
||||
"command": "sb.lao.svelte-nova.commands.reload"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sveltenova.novaextension",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.2",
|
||||
"dependencies": {
|
||||
"svelte-language-server": "^0.10.147"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue