typespec-vscode 1.1.0-dev.0 → 1.1.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.1.0-dev.
|
|
3
|
+
"version": "1.1.0-dev.2",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "TypeSpec language support for VS Code",
|
|
6
6
|
"homepage": "https://typespec.io",
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
"command": "typespec.emitCode",
|
|
124
|
-
"when": "explorerResourceIsFolder || resourceLangId == typespec",
|
|
124
|
+
"when": "explorerResourceIsFolder || resourceLangId == typespec || resourceFilename == 'tspconfig.yaml'",
|
|
125
125
|
"group": "typespec@1"
|
|
126
126
|
},
|
|
127
127
|
{
|
|
@@ -133,7 +133,7 @@
|
|
|
133
133
|
"editor/context": [
|
|
134
134
|
{
|
|
135
135
|
"command": "typespec.emitCode",
|
|
136
|
-
"when": "resourceLangId == typespec",
|
|
136
|
+
"when": "resourceLangId == typespec || resourceFilename == 'tspconfig.yaml'",
|
|
137
137
|
"group": "typespec@1"
|
|
138
138
|
},
|
|
139
139
|
{
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"package-vsix": "vsce package",
|
|
284
284
|
"deploy": "vsce publish",
|
|
285
285
|
"open-in-browser": "vscode-test-web --extensionDevelopmentPath=. .",
|
|
286
|
-
"test:e2e": "pnpm test:web",
|
|
286
|
+
"test:e2e:skip": "pnpm test:web",
|
|
287
287
|
"test:web": "vscode-test-web --quality stable --extensionDevelopmentPath=. --headless --extensionTestsPath=dist/test/web/suite.js ./test/web/data"
|
|
288
288
|
}
|
|
289
289
|
}
|
|
Binary file
|