mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 5e80bf449c995aa32a59254c0ff845d37da11b70 (#9317)
This commit is contained in:
@@ -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[]}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user