mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
update the strings (#5904)
* update the strings * PR comments and remove the workaround
This commit is contained in:
@@ -20,8 +20,7 @@ suite('Tools Service Tests', function (): void {
|
||||
{ name: 'azcli', type: ToolType.AzCli },
|
||||
{ name: 'docker', type: ToolType.Docker },
|
||||
{ name: 'kubectl', type: ToolType.KubeCtl },
|
||||
{ name: 'mssqlctl', type: ToolType.MSSQLCtl },
|
||||
{ name: 'python', type: ToolType.Python }];
|
||||
{ name: 'mssqlctl', type: ToolType.MSSQLCtl }];
|
||||
|
||||
const missingTypes: string[] = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user