Include App Path in service launch arguments (#22233) (#22256)

# Conflicts:
#	extensions/mssql/config.json
This commit is contained in:
Cheena Malhotra
2023-03-09 05:23:31 -08:00
committed by GitHub
parent df557a8dbe
commit 4cc1ddfc28

View File

@@ -185,6 +185,8 @@ export function getCommonLaunchArgsAndCleanupOldLogFiles(logPath: string, fileNa
let launchArgs = [];
// Application Name determines app storage location or user data path.
launchArgs.push('--application-name', 'azuredatastudio');
launchArgs.push('--data-path', getAppDataPath());
launchArgs.push(`--locale`, vscode.env.language);
launchArgs.push('--log-file');