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:
Charles Gagnon
2019-05-24 17:17:02 -07:00
committed by GitHub
parent c7d94055a4
commit 3bc82c10b1
3 changed files with 11 additions and 3 deletions

View File

@@ -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 {