mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
This reverts commit 6bd0a17d3c.
This commit is contained in:
@@ -10,9 +10,7 @@ import { Logger, measureAndLog } from './logger';
|
||||
export const enum Quality {
|
||||
Dev,
|
||||
Insiders,
|
||||
Stable,
|
||||
Exploration,
|
||||
OSS
|
||||
Stable
|
||||
}
|
||||
|
||||
export interface ApplicationOptions extends LaunchOptions {
|
||||
@@ -109,7 +107,7 @@ export class Application {
|
||||
extraArgs: [...(this.options.extraArgs || []), ...extraArgs],
|
||||
});
|
||||
|
||||
this._workbench = new Workbench(this._code);
|
||||
this._workbench = new Workbench(this._code, this.userDataPath);
|
||||
|
||||
return code;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user