Fix mssql intellisense settings namespace name

This commit is contained in:
Karl Burtram
2017-12-16 01:30:56 -08:00
parent 58763a2b70
commit 7fd77173d1
2 changed files with 12 additions and 11 deletions

View File

@@ -261,7 +261,8 @@ export class WorkbenchShell {
workspaceStats.reportCloudStats();
if ((platform.isLinux || platform.isMacintosh) && process.getuid() === 0) {
this.messageService.show(Severity.Warning, nls.localize('runningAsRoot', "It is recommended not to run Code as 'root'."));
// {{SQL CARBON EDIT}}
this.messageService.show(Severity.Warning, nls.localize('runningAsRoot', "It is recommended not to run sqlops as 'root'."));
}
}