mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51: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 = [];
|
let launchArgs = [];
|
||||||
// Application Name determines app storage location or user data path.
|
// Application Name determines app storage location or user data path.
|
||||||
launchArgs.push('--application-name', 'azuredatastudio');
|
launchArgs.push('--application-name', 'azuredatastudio');
|
||||||
|
launchArgs.push('--data-path', getAppDataPath());
|
||||||
|
|
||||||
launchArgs.push(`--locale`, vscode.env.language);
|
launchArgs.push(`--locale`, vscode.env.language);
|
||||||
|
|
||||||
launchArgs.push('--log-file');
|
launchArgs.push('--log-file');
|
||||||
|
|||||||
Reference in New Issue
Block a user