mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
# Conflicts: # extensions/mssql/config.json
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user