File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -106,8 +106,8 @@ function showInstallErrorMessage(eventStream: EventStream) {
106
106
function showDotnetToolsWarning ( message : string ) : void {
107
107
const config = vscode . workspace . getConfiguration ( 'csharp' ) ;
108
108
if ( ! config . get ( 'suppressDotnetInstallWarning' , false ) ) {
109
- const getDotNetMessage = 'Get the .NET Core SDK' ;
110
- const goToSettingsMessage = 'Disable this message in user settings' ;
109
+ const getDotNetMessage = 'Get the SDK' ;
110
+ const goToSettingsMessage = 'Disable message in settings' ;
111
111
const helpMessage = 'Help' ;
112
112
// Buttons are shown in right-to-left order, with a close button to the right of everything;
113
113
// getDotNetMessage will be the first button, then goToSettingsMessage, then the close button.
@@ -182,4 +182,4 @@ export class DebugAdapterExecutableFactory implements vscode.DebugAdapterDescrip
182
182
// make VS Code launch the DA executable
183
183
return executable ;
184
184
}
185
- }
185
+ }
You can’t perform that action at this time.
0 commit comments