typespec-vscode 1.5.0-dev.0 → 1.5.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "typespec-vscode",
|
|
3
|
-
"version": "1.5.0-dev.
|
|
3
|
+
"version": "1.5.0-dev.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"main": "./dist/src/extension.cjs",
|
|
27
27
|
"browser": "./dist/src/web/extension.js",
|
|
28
28
|
"engines": {
|
|
29
|
-
"vscode": "^1.
|
|
29
|
+
"vscode": "^1.104.0"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
".": {
|
|
@@ -106,7 +106,7 @@
|
|
|
106
106
|
"typespec.lsp.emit": {
|
|
107
107
|
"type": "array",
|
|
108
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]",
|
|
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. Set to ['<config:defaults>'] if you want to include all the emitters defined in tspconfig.yaml which supports dry mode.\n\nExample:\n\"typespec.lsp.emit\": [\n \"@typespec/openapi3\"\n]",
|
|
110
110
|
"scope": "machine-overridable",
|
|
111
111
|
"items": {
|
|
112
112
|
"type": "string"
|
|
@@ -257,7 +257,7 @@
|
|
|
257
257
|
"@types/mocha": "^10.0.9",
|
|
258
258
|
"@types/node": "~24.3.0",
|
|
259
259
|
"@types/semver": "^7.5.8",
|
|
260
|
-
"@types/vscode": "~1.
|
|
260
|
+
"@types/vscode": "~1.104.0",
|
|
261
261
|
"@types/which": "^3.0.4",
|
|
262
262
|
"@typespec/compiler": "^1.4.0",
|
|
263
263
|
"@typespec/internal-build-utils": "^0.74.0 || >=0.75.0-dev <0.75.0",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"@vitest/ui": "^3.1.2",
|
|
266
266
|
"@vscode/extension-telemetry": "^1.0.0",
|
|
267
267
|
"@vscode/test-electron": "^2.3.9",
|
|
268
|
-
"@vscode/test-web": "^0.0.
|
|
268
|
+
"@vscode/test-web": "^0.0.73",
|
|
269
269
|
"@vscode/vsce": "~3.6.0",
|
|
270
270
|
"ajv": "~8.17.1",
|
|
271
271
|
"c8": "^10.1.3",
|
|
Binary file
|