astro-vscode 2.13.3 → 2.14.0

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
@@ -24,7 +24,7 @@
24
24
  "color": "#17191E",
25
25
  "theme": "dark"
26
26
  },
27
- "version": "2.13.3",
27
+ "version": "2.14.0",
28
28
  "author": "withastro",
29
29
  "license": "MIT",
30
30
  "publisher": "astro-build",
@@ -148,6 +148,12 @@
148
148
  ],
149
149
  "default": "off",
150
150
  "description": "Traces the communication between VS Code and the language server."
151
+ },
152
+ "astro.content-intellisense": {
153
+ "scope": "resource",
154
+ "type": "boolean",
155
+ "default": false,
156
+ "description": "Enable experimental support for content collection intellisense inside Markdown, MDX and Markdoc. Note that this require also enabling the feature in your Astro config (experimental.contentCollectionIntellisense) (Astro 4.14+)"
151
157
  }
152
158
  }
153
159
  },
@@ -223,8 +229,8 @@
223
229
  ]
224
230
  },
225
231
  "devDependencies": {
226
- "@astrojs/language-server": "^2.13.2",
227
- "@astrojs/ts-plugin": "^1.9.2",
232
+ "@astrojs/language-server": "^2.14.0",
233
+ "@astrojs/ts-plugin": "^1.10.0",
228
234
  "@types/glob": "^8.1.0",
229
235
  "@types/mocha": "^10.0.1",
230
236
  "@types/node": "^18.17.8",
@@ -243,7 +249,7 @@
243
249
  "vscode-tmgrammar-test": "^0.1.2"
244
250
  },
245
251
  "dependencies": {
246
- "@astrojs/compiler": "^2.10.2",
252
+ "@astrojs/compiler": "^2.10.3",
247
253
  "prettier": "^3.2.5",
248
254
  "prettier-plugin-astro": "^0.14.1"
249
255
  },