mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 09:35:38 -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);
|
||||
}
|
||||
|
||||
const vscodeExtensions = env['VSCODE_EXTENSIONS'];
|
||||
const vscodeExtensions = env['ADS_EXTENSIONS'] || env['VSCODE_EXTENSIONS']; // {{SQL CARBON EDIT}} Add another option
|
||||
if (vscodeExtensions) {
|
||||
return vscodeExtensions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user