mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Add new extensions location var (#16747)
This commit is contained in:
@@ -144,7 +144,7 @@ export abstract class AbstractNativeEnvironmentService implements INativeEnviron
|
|||||||
return resolve(cliExtensionsDir);
|
return resolve(cliExtensionsDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
const vscodeExtensions = env['VSCODE_EXTENSIONS'];
|
const vscodeExtensions = env['ADS_EXTENSIONS'] || env['VSCODE_EXTENSIONS']; // {{SQL CARBON EDIT}} Add another option
|
||||||
if (vscodeExtensions) {
|
if (vscodeExtensions) {
|
||||||
return vscodeExtensions;
|
return vscodeExtensions;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user