File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Extension/src/LanguageServer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -375,7 +375,7 @@ export function registerCommands(enabled: boolean): void {
375375 commandDisposables . length = 0 ;
376376 commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.SwitchHeaderSource' , enabled ? onSwitchHeaderSource : onDisabledCommand ) ) ;
377377 commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.ResetDatabase' , enabled ? onResetDatabase : onDisabledCommand ) ) ;
378- commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.selectDefaultCompiler ' , enabled ? selectDefaultCompiler : onDisabledCommand ) ) ;
378+ commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.SelectDefaultCompiler ' , enabled ? selectDefaultCompiler : onDisabledCommand ) ) ;
379379 commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.ConfigurationSelect' , enabled ? onSelectConfiguration : onDisabledCommand ) ) ;
380380 commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.ConfigurationProviderSelect' , enabled ? onSelectConfigurationProvider : onDisabledCommand ) ) ;
381381 commandDisposables . push ( vscode . commands . registerCommand ( 'C_Cpp.ConfigurationEditJSON' , enabled ? onEditConfigurationJSON : onDisabledCommand ) ) ;
You can’t perform that action at this time.
0 commit comments