|
11 | 11 | "c_cpp.command.toggleDimInactiveRegions.title":"Toggle Inactive Region Colorization", |
12 | 12 | "c_cpp.command.resetDatabase.title":"Reset IntelliSense Database", |
13 | 13 | "c_cpp.command.takeSurvey.title":"Take Survey", |
14 | | -"c_cpp.command.buildAndDebugActiveFile.title":"Build and Debug Active File", |
15 | 14 | "c_cpp.command.restartIntelliSenseForFile.title":"Restart IntelliSense for Active File", |
16 | 15 | "c_cpp.command.logDiagnostics.title":"Log Diagnostics", |
17 | 16 | "c_cpp.command.referencesViewGroupByType.title":"Group by Reference Type", |
|
26 | 25 | "c_cpp.command.RunCodeAnalysisOnOpenFiles.title":"Run Code Analysis on Open Files", |
27 | 26 | "c_cpp.command.RunCodeAnalysisOnAllFiles.title":"Run Code Analysis on All Files", |
28 | 27 | "c_cpp.command.ClearCodeAnalysisSquiggles.title":"Clear Code Analysis Squiggles", |
| 28 | +"c_cpp.command.BuildAndDebugFile.title":"Debug C/C++ File", |
| 29 | +"c_cpp.command.BuildAndRunFile.title":"Run C/C++ File", |
29 | 30 | "c_cpp.configuration.maxConcurrentThreads.markdownDescription": {"message":"The maximum number of concurrent threads to use for language service processing. The value is a hint and may not always be used. The default of `null` (empty) uses the number of logical processors available.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
30 | 31 | "c_cpp.configuration.maxCachedProcesses.markdownDescription": {"message":"The maximum number of cached processes to use for language service processing. The default of `null` (empty) uses twice the number of logical processors available.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
31 | 32 | "c_cpp.configuration.maxMemory.markdownDescription": {"message":"The maximum memory (in MB) available for language service processing. Fewer processes will be cached and run concurrently after this memory usage is exceeded. The default of `null` (empty) uses the system's free memory.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
|
209 | 210 | "c_cpp.configuration.debugger.useBacktickCommandSubstitution.markdownDescription": {"message":"If `true`, debugger shell command substitution will use obsolete backtick ``(`)``.","comment": ["Markdown text between `` should not be translated or localized (they represent literal text) and the capitalization, spacing, and punctuation (including the ``) should not be altered." ] }, |
210 | 211 | "c_cpp.contributes.views.cppReferencesView.title":"C/C++: Other references results.", |
211 | 212 | "c_cpp.contributes.viewsWelcome.contents": {"message":"To learn more about launch.json, see [Configuring C/C++ debugging](https://code.visualstudio.com/docs/cpp/launch-json-reference).","comment": ["Markdown text between () should not be altered: https://en.wikipedia.org/wiki/Markdown" ] }, |
| 213 | +"c_cpp.configuration.debugShortcut.description":"Show icon for 'Debug and Run' in shortcut menu bar", |
212 | 214 | "c_cpp.debuggers.pipeTransport.description":"When present, this tells the debugger to connect to a remote computer using another executable as a pipe that will relay standard input/output between VS Code and the MI-enabled debugger backend executable (such as gdb).", |
213 | 215 | "c_cpp.debuggers.pipeTransport.default.pipeProgram":"enter the fully qualified path for the pipe program name, for example '/usr/bin/ssh'.", |
214 | 216 | "c_cpp.debuggers.pipeTransport.default.debuggerPath":"The full path to the debugger on the target machine, for example /usr/bin/gdb.", |
|