typespec-vscode 0.61.0-dev.0 → 0.61.0-dev.1

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": "0.61.0-dev.0",
3
+ "version": "0.61.0-dev.1",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -121,6 +121,25 @@
121
121
  ]
122
122
  }
123
123
  }
124
+ ],
125
+ "taskDefinitions": [
126
+ {
127
+ "type": "typespec",
128
+ "when": "shellExecutionSupported",
129
+ "required": [
130
+ "path"
131
+ ],
132
+ "properties": {
133
+ "path": {
134
+ "type": "string",
135
+ "description": "The path to trigger tsp compile"
136
+ },
137
+ "args": {
138
+ "type": "string",
139
+ "description": "The arguments to tsp compile"
140
+ }
141
+ }
142
+ }
124
143
  ]
125
144
  },
126
145
  "devDependencies": {
@@ -129,7 +148,7 @@
129
148
  "@rollup/plugin-typescript": "~11.1.6",
130
149
  "@types/node": "~18.11.19",
131
150
  "@types/vscode": "~1.91.0",
132
- "@typespec/compiler": "~0.60.0 || >=0.61.0-dev <0.61.0",
151
+ "@typespec/compiler": "~0.60.1 || >=0.61.0-dev <0.61.0",
133
152
  "@typespec/internal-build-utils": "~0.60.0 || >=0.61.0-dev <0.61.0",
134
153
  "@vitest/coverage-v8": "^2.0.4",
135
154
  "@vitest/ui": "^2.0.4",
Binary file