vscode/extensions/typescript-language-features
Nathan Shively-Sanders 5e6ec068b2
Split TS' AI-backed code actions into separate entries (#201140)
* Split TS' AI-backed code actions into separate entries

Lets the user decide whether to add AI to their code action, which shows
intent, which is good for us to learn whether people actually want this.

Related: this should be unflagged for insiders. To do this, do I just
delete the flags?

* Stop appending a duplicate message in missingFunctionDeclaration

* Fix: quickfix was still showing Copilot-only

It's a workaround--I'm not sure of the right way to do this.

* Update to use `isAI`

* Put AI code actions after others.

* Add isAI to rest of code actions

* Remove flags for TS AI code actions

* Check for copilot-chat instead of copilot

It's possible to have copilot installed without copilot-chat.

* Fix file casing

---------

Co-authored-by: Matt Bierner <matb@microsoft.com>
2024-01-31 22:46:39 +00:00
..
media
resources/walkthroughs
schemas
src Split TS' AI-backed code actions into separate entries (#201140) 2024-01-31 22:46:39 +00:00
test-workspace
web
.eslintrc.js
.vscodeignore
cgmanifest.json
extension-browser.webpack.config.js
extension.webpack.config.js
package.json Split TS' AI-backed code actions into separate entries (#201140) 2024-01-31 22:46:39 +00:00
package.nls.json Split TS' AI-backed code actions into separate entries (#201140) 2024-01-31 22:46:39 +00:00
README.md
tsconfig.json Split TS' AI-backed code actions into separate entries (#201140) 2024-01-31 22:46:39 +00:00
yarn.lock

Language Features for TypeScript and JavaScript files

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Features

See TypeScript in Visual Studio Code and JavaScript in Visual Studio Code to learn about the features of this extension.