Skip to content

Commit

Permalink
Enable proposed APIs for codeActionAI (#24108)
Browse files Browse the repository at this point in the history
Addresses #24068

- Enable proposed APIs for `codeActionAI`
- Pin the engine to `1.94.0-20240913`
  • Loading branch information
StellaHuang95 committed Sep 13, 2024
1 parent 0ae1a5d commit 144ecf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"quickPickItemTooltip",
"terminalDataWriteEvent",
"terminalExecuteCommandEvent",
"contribIssueReporter"
"contribIssueReporter",
"codeActionAI"
],
"author": {
"name": "Microsoft Corporation"
Expand All @@ -45,7 +46,7 @@
"theme": "dark"
},
"engines": {
"vscode": "^1.93.0"
"vscode": "^1.94.0-20240913"
},
"enableTelemetry": false,
"keywords": [
Expand Down

0 comments on commit 144ecf6

Please sign in to comment.