File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5151 " onCommand:o.execute-last-command" ,
5252 " onCommand:dotnet.restore" ,
5353 " onCommand:csharp.addTasksJson" ,
54- " onCommand:csharp.installDebugger " ,
54+ " onCommand:csharp.downloadDebugger " ,
5555 " workspaceContains:project.json"
5656 ],
5757 "contributes" : {
109109 "category" : " dotnet"
110110 },
111111 {
112- "command" : " csharp.installDebugger " ,
113- "title" : " Install .NET Core Debugger" ,
114- "category" : " Debugger "
112+ "command" : " charp.downloadDebugger " ,
113+ "title" : " Download .NET Core Debugger" ,
114+ "category" : " Debug "
115115 }
116116 ],
117117 "keybindings" : [
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ export function activate(context: vscode.ExtensionContext): any {
9393
9494 // register empty handler for csharp.installDebugger
9595 // running the command activates the extension, which is all we need for installation to kickoff
96- disposables . push ( vscode . commands . registerCommand ( 'csharp.installDebugger ' , ( ) => { } ) ) ;
96+ disposables . push ( vscode . commands . registerCommand ( 'csharp.downloadDebugger ' , ( ) => { } ) ) ;
9797
9898 // install coreclr-debug
9999 coreclrdebug . activate ( context , reporter ) ;
You can’t perform that action at this time.
0 commit comments