This commit is contained in:
Martin Aeschlimann
2021-03-10 14:08:41 +01:00
parent b0f0b6125d
commit b3e6307430
2 changed files with 5 additions and 6 deletions

View File

@@ -266,8 +266,7 @@ export class CodeApplication extends Disposable {
cli: this.environmentMainService.args,
urisToOpen: macOpenFileURIs,
gotoLineMode: false,
preferNewWindow: true, /* dropping on the dock or opening from finder prefers to open in a new window */
remoteAuthority: undefined /* always local */
preferNewWindow: true /* dropping on the dock or opening from finder prefers to open in a new window */
});
macOpenFileURIs = [];