1
0
mirror of https://git.tuxpa.in/a/code-server.git synced 2025-01-06 08:48:46 +00:00
code-server-2/lib/vscode/src/vs/workbench
Joe Previte 604491d333
fix: use correct command to Open Folder on Welcome page (#3437)
* chore: update CHANGELOG

* fix: use openFolder in welcomePage

In 1.56.2, they modified the WelcomePage use of OpenFileFolder in
src/vs/workbench/contrib/debug/browser/welcomeView.ts to only use on macOS +
Desktop (i.e. not Web). This caused the "Open Folder" to not work on macOS +
macOS-like environments.

Instead, we use OpenFolder which is a registered command and works as expected.
2021-05-21 19:27:50 +00:00
..
api chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
browser Merge branch 'main' into vscode-1.56 2021-05-05 23:28:25 +05:30
common chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
contrib fix: use correct command to Open Folder on Welcome page (#3437) 2021-05-21 19:27:50 +00:00
electron-browser chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
electron-sandbox chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
services Squashed 'lib/vscode/' changes from 631dbe250bc..cfa2e218100 2021-05-06 22:08:24 +05:30
test chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
buildfile.desktop.js chore(vscode): update to 1.54.2 2021-03-11 10:27:10 -07:00
buildfile.web.js Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
workbench.common.main.ts chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
workbench.desktop.main.css Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
workbench.desktop.main.nls.js Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
workbench.desktop.main.ts chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
workbench.desktop.sandbox.main.ts Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
workbench.sandbox.main.ts chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
workbench.web.api.css Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
workbench.web.api.nls.js Merge commit 'be3e8236086165e5e45a5a10783823874b3f3ebd' as 'lib/vscode' 2020-12-15 15:52:33 -07:00
workbench.web.api.ts chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30
workbench.web.main.ts chore(vscode): update to 1.56.0 2021-04-30 20:25:17 +05:30