astro-vscode 0.29.4 → 0.29.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -23,7 +23,7 @@
23
23
  "color": "#FFBE2D",
24
24
  "theme": "dark"
25
25
  },
26
- "version": "0.29.4",
26
+ "version": "0.29.6",
27
27
  "author": "withastro",
28
28
  "license": "MIT",
29
29
  "publisher": "astro-build",
@@ -35,14 +35,14 @@
35
35
  "workspaceContains:astro.config.*"
36
36
  ],
37
37
  "dependencies": {
38
- "@astrojs/compiler": "^0.31.3",
38
+ "@astrojs/compiler": "^1.1.1",
39
39
  "synckit": "0.8.4",
40
- "@astrojs/ts-plugin": "0.4.2",
40
+ "@astrojs/ts-plugin": "0.4.4",
41
41
  "prettier": "^2.7.1",
42
42
  "prettier-plugin-astro": "^0.7.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@astrojs/language-server": "0.29.4",
45
+ "@astrojs/language-server": "0.29.6",
46
46
  "@types/mocha": "^9.1.0",
47
47
  "@types/vscode": "^1.67.0",
48
48
  "@vscode/test-electron": "^2.1.3",
@@ -95,6 +95,24 @@
95
95
  }
96
96
  ],
97
97
  "menus": {
98
+ "commandPalette": [
99
+ {
100
+ "command": "astro.restartLanguageServer",
101
+ "when": "editorLangId == astro"
102
+ },
103
+ {
104
+ "command": "astro.showTSXOutput",
105
+ "when": "editorLangId == astro"
106
+ },
107
+ {
108
+ "command": "astro.selectTypescriptVersion",
109
+ "when": "editorLangId == astro"
110
+ },
111
+ {
112
+ "command": "astro.findFileReferences",
113
+ "when": "editorLangId == astro"
114
+ }
115
+ ],
98
116
  "editor/context": [
99
117
  {
100
118
  "command": "astro.findFileReferences",
@@ -126,7 +144,6 @@
126
144
  "title": "Astro configuration",
127
145
  "properties": {
128
146
  "astro.language-server.ls-path": {
129
- "scope": "application",
130
147
  "type": "string",
131
148
  "title": "Language Server: Path",
132
149
  "description": "Path to the language server executable. You won't need this in most cases, set this only when needing a specific version of the language server"