typespec-vscode 1.2.0-dev.1 → 1.2.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "typespec-vscode",
3
- "version": "1.2.0-dev.1",
3
+ "version": "1.2.0",
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",
@@ -250,8 +259,6 @@
250
259
  "@types/semver": "^7.5.8",
251
260
  "@types/vscode": "~1.100.0",
252
261
  "@types/which": "^3.0.4",
253
- "@typespec/compiler": "^1.1.0",
254
- "@typespec/internal-build-utils": "^0.71.0 || >=0.72.0-dev <0.72.0",
255
262
  "@vitest/coverage-v8": "^3.1.2",
256
263
  "@vitest/ui": "^3.1.2",
257
264
  "@vscode/extension-telemetry": "^1.0.0",
@@ -270,10 +277,10 @@
270
277
  "vitest": "^3.1.2",
271
278
  "vscode-languageclient": "~9.0.1",
272
279
  "which": "^5.0.0",
273
- "yaml": "~2.8.0"
280
+ "yaml": "~2.8.0",
281
+ "@typespec/compiler": "^1.2.0",
282
+ "@typespec/internal-build-utils": "^0.72.0"
274
283
  },
275
- "dependencies": {},
276
- "peerDependencies": {},
277
284
  "scripts": {
278
285
  "clean": "rimraf ./dist ./temp",
279
286
  "build": "pnpm compile && pnpm check && pnpm declaration-only && pnpm copy-templates && pnpm copy-tmlanguage && pnpm generate-language-configuration && pnpm generate-third-party-notices && pnpm package-vsix",
index b8d6a75..1a93d36 100644
Binary file