mirror of
https://github.com/Microsoft/vscode
synced 2024-11-05 18:29:38 +00:00
5e6ec068b2
* 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> |
||
---|---|---|
.. | ||
media | ||
resources/walkthroughs | ||
schemas | ||
src | ||
test-workspace | ||
web | ||
.eslintrc.js | ||
.vscodeignore | ||
cgmanifest.json | ||
extension-browser.webpack.config.js | ||
extension.webpack.config.js | ||
package.json | ||
package.nls.json | ||
README.md | ||
tsconfig.json | ||
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.