Skip to content

Commit 144ecf6

Browse files
Enable proposed APIs for codeActionAI (#24108)
Addresses #24068 - Enable proposed APIs for `codeActionAI` - Pin the engine to `1.94.0-20240913`
1 parent 0ae1a5d commit 144ecf6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
"quickPickItemTooltip",
2525
"terminalDataWriteEvent",
2626
"terminalExecuteCommandEvent",
27-
"contribIssueReporter"
27+
"contribIssueReporter",
28+
"codeActionAI"
2829
],
2930
"author": {
3031
"name": "Microsoft Corporation"
@@ -45,7 +46,7 @@
4546
"theme": "dark"
4647
},
4748
"engines": {
48-
"vscode": "^1.93.0"
49+
"vscode": "^1.94.0-20240913"
4950
},
5051
"enableTelemetry": false,
5152
"keywords": [

0 commit comments

Comments
 (0)