472472"commands" : [
473473 {
474474"command" :" C_Cpp.ConfigurationSelect" ,
475- "title" :" Select a Configuration... " ,
476- "category" :" C/Cpp "
475+ "title" :" %c_cpp.command.configurationSelect.title% " ,
476+ "category" :" C/C++ "
477477 },
478478 {
479479"command" :" C_Cpp.ConfigurationProviderSelect" ,
480- "title" :" Change Configuration Provider... " ,
481- "category" :" C/Cpp "
480+ "title" :" %c_cpp.command.configurationProviderSelect.title% " ,
481+ "category" :" C/C++ "
482482 },
483483 {
484484"command" :" C_Cpp.ConfigurationEdit" ,
485- "title" :" Edit Configurations... " ,
486- "category" :" C/Cpp "
485+ "title" :" %c_cpp.command.configurationEdit.title% " ,
486+ "category" :" C/C++ "
487487 },
488488 {
489489"command" :" C_Cpp.GoToDeclaration" ,
490- "title" :" Go to Declaration " ,
491- "category" :" C/Cpp "
490+ "title" :" %c_cpp.command.goToDeclaration.title% " ,
491+ "category" :" C/C++ "
492492 },
493493 {
494494"command" :" C_Cpp.PeekDeclaration" ,
495- "title" :" Peek Declaration " ,
496- "category" :" C/Cpp "
495+ "title" :" %c_cpp.command.peekDeclaration.title% " ,
496+ "category" :" C/C++ "
497497 },
498498 {
499499"command" :" C_Cpp.SwitchHeaderSource" ,
500- "title" :" Switch Header/Source " ,
501- "category" :" C/Cpp "
500+ "title" :" %c_cpp.command.switchHeaderSource.title% " ,
501+ "category" :" C/C++ "
502502 },
503503 {
504504"command" :" C_Cpp.Navigate" ,
505- "title" :" Navigate... " ,
506- "category" :" C/Cpp "
505+ "title" :" %c_cpp.command.navigate.title% " ,
506+ "category" :" C/C++ "
507507 },
508508 {
509509"command" :" C_Cpp.ToggleSnippets" ,
510- "title" :" Toggle Snippets " ,
511- "category" :" C/Cpp "
510+ "title" :" %c_cpp.command.toggleSnippets.title% " ,
511+ "category" :" C/C++ "
512512 },
513513 {
514514"command" :" C_Cpp.ToggleErrorSquiggles" ,
515- "title" :" Toggle Error Squiggles " ,
516- "category" :" C/Cpp "
515+ "title" :" %c_cpp.command.toggleErrorSquiggles.title% " ,
516+ "category" :" C/C++ "
517517 },
518518 {
519519"command" :" C_Cpp.ToggleIncludeFallback" ,
520- "title" :" Toggle IntelliSense Engine Fallback on Include Errors " ,
521- "category" :" C/Cpp "
520+ "title" :" %c_cpp.command.toggleIncludeFallback.title% " ,
521+ "category" :" C/C++ "
522522 },
523523 {
524524"command" :" C_Cpp.ToggleDimInactiveRegions" ,
525- "title" :" Toggle Inactive Region Colorization " ,
526- "category" :" C/Cpp "
525+ "title" :" %c_cpp.command.toggleDimInactiveRegions.title% " ,
526+ "category" :" C/C++ "
527527 },
528528 {
529529"command" :" C_Cpp.ShowReleaseNotes" ,
530- "title" :" Show Release Notes " ,
531- "category" :" C/Cpp "
530+ "title" :" %c_cpp.command.showReleaseNotes.title% " ,
531+ "category" :" C/C++ "
532532 },
533533 {
534534"command" :" C_Cpp.ResetDatabase" ,
535- "title" :" Reset IntelliSense Database " ,
536- "category" :" C/Cpp "
535+ "title" :" %c_cpp.command.resetDatabase.title% " ,
536+ "category" :" C/C++ "
537537 },
538538 {
539539"command" :" C_Cpp.PauseParsing" ,
540- "title" :" Pause Parsing " ,
541- "category" :" C/Cpp "
540+ "title" :" %c_cpp.command.pauseParsing.title% " ,
541+ "category" :" C/C++ "
542542 },
543543 {
544544"command" :" C_Cpp.ResumeParsing" ,
545- "title" :" Resume Parsing " ,
546- "category" :" C/Cpp "
545+ "title" :" %c_cpp.command.resumeParsing.title% " ,
546+ "category" :" C/C++ "
547547 },
548548 {
549549"command" :" C_Cpp.ShowParsingCommands" ,
550- "title" :" Show Parsing Commands " ,
551- "category" :" C/Cpp "
550+ "title" :" %c_cpp.command.showParsingCommands.title% " ,
551+ "category" :" C/C++ "
552552 },
553553 {
554554"command" :" C_Cpp.TakeSurvey" ,
555- "title" :" Take Survey " ,
556- "category" :" C/Cpp "
555+ "title" :" %c_cpp.command.takeSurvey.title% " ,
556+ "category" :" C/C++ "
557557 }
558558 ],
559559"keybindings" : [
15851585"binaries" : []
15861586 }
15871587 ]
1588- }
1588+ }