mirror of
https://github.com/coder/code-server.git
synced 2026-04-16 03:48:16 -05:00
Compare commits
1 Commits
v4.97.1-rc
...
v4.97.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
34b8d2ed69 |
Submodule lib/vscode updated: e249dada23...e54c774e0a
@@ -243,7 +243,7 @@ Index: code-server/lib/vscode/src/vs/workbench/services/dialogs/browser/simpleFi
|
||||
@@ -284,20 +284,22 @@ export class SimpleFileDialog extends Di
|
||||
this.filePickBox.ignoreFocusOut = true;
|
||||
this.filePickBox.ok = true;
|
||||
this.filePickBox.okLabel = this.options.openLabel;
|
||||
this.filePickBox.okLabel = typeof this.options.openLabel === 'string' ? this.options.openLabel : this.options.openLabel?.withoutMnemonic;
|
||||
- if ((this.scheme !== Schemas.file) && this.options && this.options.availableFileSystems && (this.options.availableFileSystems.length > 1) && (this.options.availableFileSystems.indexOf(Schemas.file) > -1)) {
|
||||
- this.filePickBox.customButton = true;
|
||||
- this.filePickBox.customLabel = nls.localize('remoteFileDialog.local', 'Show Local');
|
||||
|
||||
Reference in New Issue
Block a user