Skip to content

Commit ab25265

Browse files
committed
Add Assistant Editor
Closes #10532.
1 parent 230c2b5 commit ab25265

File tree

5 files changed

+470
-0
lines changed

5 files changed

+470
-0
lines changed

Extension/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -2924,6 +2924,11 @@
29242924
"title": "%c_cpp.command.switchHeaderSource.title%",
29252925
"category": "C/C++"
29262926
},
2927+
{
2928+
"command": "C_Cpp.ToggleAssistantEditor",
2929+
"title": "%c_cpp.command.toggleAssistantEditor.title%",
2930+
"category": "C/C++"
2931+
},
29272932
{
29282933
"command": "C_Cpp.EnableErrorSquiggles",
29292934
"title": "%c_cpp.command.enableErrorSquiggles.title%",

Extension/package.nls.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"c_cpp.command.configurationEditUI.title": "Edit Configurations (UI)",
1414
"c_cpp.command.selectDefaultCompiler.title": "Select Default Compiler",
1515
"c_cpp.command.switchHeaderSource.title": "Switch Header/Source",
16+
"c_cpp.command.toggleAssistantEditor.title": "Toggle Assistant Editor",
1617
"c_cpp.command.enableErrorSquiggles.title": "Enable Error Squiggles",
1718
"c_cpp.command.disableErrorSquiggles.title": "Disable Error Squiggles",
1819
"c_cpp.command.toggleIncludeFallback.title": "Toggle IntelliSense Engine Fallback on Include Errors",

0 commit comments

Comments
 (0)