-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Code Actions are enabled by default #14341
Copy link
Copy link
Open
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix
Milestone
Metadata
Metadata
Assignees
Labels
Feature: Doc commentsAn issue related to code comments shown in hover, completion, and signature help.An issue related to code comments shown in hover, completion, and signature help.Language ServicebugfixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.quick fix
Type
Projects
Status
Done
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
Code Actions is enabled by default, without any option to be disabled in settings UI
Steps to reproduce:
Expected behavior:
Configuration and Logs
From settings.json: "C_Cpp.vcFormat.indent.preserveWithinParentheses": true, "C_Cpp.vcFormat.indent.withinParentheses": "alignToParenthesis", "C_Cpp.vcFormat.space.pointerReferenceAlignment": "center", "C_Cpp.doxygen.generateOnType": false, "C_Cpp.default.defines": [ "__TMS320C28XX__" ], "C_Cpp.copilotHover": "disabled", "C_Cpp.default.compilerPath": "C:\\mingw64\\bin\\gcc.exe", "C_Cpp.default.enableConfigurationSquiggles": false, "C_Cpp.codeAnalysis.clangTidy.codeAction.showDocumentation": false,Other Extensions
No response
Additional context
No response