mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Merge from vscode fc10e26ea50f82cdd84e9141491357922e6f5fba (#4639)
This commit is contained in:
@@ -164,7 +164,7 @@ export class ConfigurationResolverService extends AbstractVariableResolverServic
|
||||
|
||||
const [type, name] = variable.split(':', 2);
|
||||
|
||||
let result: string | undefined | null;
|
||||
let result: string | undefined;
|
||||
|
||||
switch (type) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user