mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
cluster deploy extension: Add localization support and fix " to ' strings (#4332)
* Add localization support and fix " to ' strings
* Fix ${ usage
This commit is contained in:
@@ -7,9 +7,9 @@ import * as vscode from 'vscode';
|
||||
import { Host } from '../kubectl/host';
|
||||
import { Shell, Platform } from '../utility/shell';
|
||||
|
||||
const EXTENSION_CONFIG_KEY = "mssql-bdc";
|
||||
const KUBECONFIG_PATH_KEY = "mssql-bdc.kubeconfig";
|
||||
const KNOWN_KUBECONFIGS_KEY = "mssql-bdc.knownKubeconfigs";
|
||||
const EXTENSION_CONFIG_KEY = 'mssql-bdc';
|
||||
const KUBECONFIG_PATH_KEY = 'mssql-bdc.kubeconfig';
|
||||
const KNOWN_KUBECONFIGS_KEY = 'mssql-bdc.knownKubeconfigs';
|
||||
|
||||
export async function addPathToConfig(configKey: string, value: string): Promise<void> {
|
||||
await setConfigValue(configKey, value);
|
||||
|
||||
Reference in New Issue
Block a user