typespec-vscode 1.2.0-dev.0 → 1.2.0-dev.2

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.
@@ -10,7 +10,7 @@ granted herein, whether by implication, estoppel or otherwise.
10
10
 
11
11
  1. ajv version 8.17.1 (ajv-validator/ajv)
12
12
  2. balanced-match version 1.0.2 (https://github.com/juliangruber/balanced-match)
13
- 3. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
13
+ 3. brace-expansion version 2.0.2 (https://github.com/juliangruber/brace-expansion)
14
14
  4. change-case version 5.4.4 (https://github.com/blakeembrey/change-case)
15
15
  5. cross-spawn version 7.0.6 (git@github.com:moxystudio/node-cross-spawn)
16
16
  6. fast-deep-equal version 3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
@@ -26,7 +26,7 @@ granted herein, whether by implication, estoppel or otherwise.
26
26
  16. shebang-regex version 3.0.0 (sindresorhus/shebang-regex)
27
27
  17. which version 2.0.2 (https://github.com/isaacs/node-which)
28
28
  18. which version 5.0.0 (https://github.com/npm/node-which)
29
- 19. yaml version 2.7.1 (github:eemeli/yaml)
29
+ 19. yaml version 2.8.0 (github:eemeli/yaml)
30
30
 
31
31
 
32
32
  %% ajv NOTICES AND INFORMATION BEGIN HERE
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "1.2.0-dev.0",
3
+ "version": "1.2.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -103,6 +103,15 @@
103
103
  "additionalProperties": false
104
104
  }
105
105
  },
106
+ "typespec.lsp.emit": {
107
+ "type": "array",
108
+ "default": null,
109
+ "description": "List of emitters that should be included in compilation in typespec LSP server when supporting LSP related functionalities. And only supports emitter running in dry mode.\n\nExample:\n\"typespec.lsp.emit\": [\n \"@typespec/openapi3\"\n]",
110
+ "scope": "machine-overridable",
111
+ "items": {
112
+ "type": "string"
113
+ }
114
+ },
106
115
  "typespec.trace.server": {
107
116
  "scope": "window",
108
117
  "type": "string",
@@ -246,7 +255,7 @@
246
255
  "devDependencies": {
247
256
  "@types/cross-spawn": "~6.0.6",
248
257
  "@types/mocha": "^10.0.9",
249
- "@types/node": "~22.13.11",
258
+ "@types/node": "~24.0.3",
250
259
  "@types/semver": "^7.5.8",
251
260
  "@types/vscode": "~1.100.0",
252
261
  "@types/which": "^3.0.4",
@@ -255,11 +264,11 @@
255
264
  "@vitest/coverage-v8": "^3.1.2",
256
265
  "@vitest/ui": "^3.1.2",
257
266
  "@vscode/extension-telemetry": "^1.0.0",
258
- "@vscode/test-web": "^0.0.69",
259
- "@vscode/vsce": "~3.3.0",
267
+ "@vscode/test-web": "^0.0.70",
268
+ "@vscode/vsce": "~3.5.0",
260
269
  "ajv": "~8.17.1",
261
- "cross-spawn": "^7.0.6",
262
270
  "c8": "^10.1.3",
271
+ "cross-spawn": "^7.0.6",
263
272
  "esbuild": "^0.25.1",
264
273
  "mocha": "^11.1.0",
265
274
  "playwright": "^1.51.1",
@@ -270,7 +279,7 @@
270
279
  "vitest": "^3.1.2",
271
280
  "vscode-languageclient": "~9.0.1",
272
281
  "which": "^5.0.0",
273
- "yaml": "~2.7.0"
282
+ "yaml": "~2.8.0"
274
283
  },
275
284
  "dependencies": {},
276
285
  "peerDependencies": {},
Binary file