mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Change some of the env vars to be ADS-specific (#5636)
* Change some of the env vars to be ADS-specific * Undo changes to ext host IPC hook * Keep VSCODE_LOGS vars too
This commit is contained in:
@@ -68,7 +68,7 @@ export function getConfigTracingLevel(): string {
|
||||
}
|
||||
|
||||
export function getDefaultLogDir(): string {
|
||||
return path.join(process.env['VSCODE_LOGS'], '..', '..', 'mssql');
|
||||
return path.join(process.env['ADS_LOGS'], '..', '..', 'mssql');
|
||||
}
|
||||
|
||||
export function getDefaultLogFile(prefix: string, pid: number): string {
|
||||
|
||||
Reference in New Issue
Block a user