Merge from vscode 5e80bf449c995aa32a59254c0ff845d37da11b70 (#9317)

This commit is contained in:
Anthony Dresser
2020-02-24 21:15:52 -08:00
committed by GitHub
parent 628fd8d74d
commit 4a9c47d3d6
93 changed files with 3109 additions and 813 deletions

View File

@@ -143,7 +143,7 @@ function configureCommandlineSwitchesSync(cliArgs) {
// override for the color profile to use
'force-color-profile'
];
if (process.platform === 'linux') {
SUPPORTED_ELECTRON_SWITCHES.push('force-renderer-accessibility');
}
@@ -351,7 +351,7 @@ function setCurrentWorkingDirectory() {
function registerListeners() {
/**
* Mac: when someone drops a file to the not-yet running VSCode, the open-file event fires even before
* macOS: when someone drops a file to the not-yet running VSCode, the open-file event fires even before
* the app-ready event. We listen very early for open-file and remember this upon startup as path to open.
*
* @type {string[]}
@@ -363,7 +363,7 @@ function registerListeners() {
});
/**
* React to open-url requests.
* macOS: react to open-url requests.
*
* @type {string[]}
*/