typespec-vscode 0.61.0-dev.0 → 0.61.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": "0.61.0-dev.0",
3
+ "version": "0.61.0-dev.2",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "TypeSpec language support for VS Code",
6
6
  "homepage": "https://typespec.io",
@@ -25,7 +25,7 @@
25
25
  "type": "module",
26
26
  "main": "./dist/src/extension.cjs",
27
27
  "engines": {
28
- "vscode": "^1.91.0"
28
+ "vscode": "^1.93.0"
29
29
  },
30
30
  "activationEvents": [
31
31
  "onLanguage:typespec",
@@ -121,24 +121,43 @@
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": {
127
146
  "@rollup/plugin-commonjs": "~26.0.1",
128
147
  "@rollup/plugin-node-resolve": "~15.2.3",
129
148
  "@rollup/plugin-typescript": "~11.1.6",
130
- "@types/node": "~18.11.19",
131
- "@types/vscode": "~1.91.0",
132
- "@typespec/compiler": "~0.60.0 || >=0.61.0-dev <0.61.0",
149
+ "@types/node": "~22.5.4",
150
+ "@types/vscode": "~1.93.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
- "@vitest/coverage-v8": "^2.0.4",
135
- "@vitest/ui": "^2.0.4",
136
- "@vscode/vsce": "~2.31.1",
153
+ "@vitest/coverage-v8": "^2.1.0",
154
+ "@vitest/ui": "^2.1.0",
155
+ "@vscode/vsce": "~3.1.0",
137
156
  "c8": "^10.1.2",
138
157
  "rimraf": "~6.0.1",
139
- "rollup": "~4.19.0",
140
- "typescript": "~5.5.4",
141
- "vitest": "^2.0.4",
158
+ "rollup": "~4.21.3",
159
+ "typescript": "~5.6.2",
160
+ "vitest": "^2.1.0",
142
161
  "vscode-languageclient": "~9.0.1"
143
162
  },
144
163
  "dependencies": {},
Binary file