Skip to content

Commit

Permalink
Add Assistant Editor
Browse files Browse the repository at this point in the history
Closes #10532.
  • Loading branch information
csnover committed Feb 21, 2023
1 parent 230c2b5 commit ab25265
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2924,6 +2924,11 @@
"title": "%c_cpp.command.switchHeaderSource.title%",
"category": "C/C++"
},
{
"command": "C_Cpp.ToggleAssistantEditor",
"title": "%c_cpp.command.toggleAssistantEditor.title%",
"category": "C/C++"
},
{
"command": "C_Cpp.EnableErrorSquiggles",
"title": "%c_cpp.command.enableErrorSquiggles.title%",
Expand Down
1 change: 1 addition & 0 deletions Extension/package.nls.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"c_cpp.command.configurationEditUI.title": "Edit Configurations (UI)",
"c_cpp.command.selectDefaultCompiler.title": "Select Default Compiler",
"c_cpp.command.switchHeaderSource.title": "Switch Header/Source",
"c_cpp.command.toggleAssistantEditor.title": "Toggle Assistant Editor",
"c_cpp.command.enableErrorSquiggles.title": "Enable Error Squiggles",
"c_cpp.command.disableErrorSquiggles.title": "Disable Error Squiggles",
"c_cpp.command.toggleIncludeFallback.title": "Toggle IntelliSense Engine Fallback on Include Errors",
Expand Down
Loading

0 comments on commit ab25265

Please sign in to comment.