Commit Graph

7453 Commits

Author SHA1 Message Date
isidor 6ee4ef1c2d paneView: make actions in view title visible when focus in pane 2021-02-11 14:11:47 +01:00
Benjamin Pasero f644b6b2a9 debt - less any, more unknown 2021-02-11 10:03:45 +01:00
Martin Aeschlimann 461bd165ec IIPCOptions: clarify freshExecArgv 2021-02-10 22:38:36 +01:00
Martin Aeschlimann 474b4ae2d5 ipc client: fork must not inherit --inspect(-brk)= 2021-02-10 22:26:44 +01:00
isidor 19cad54562 actionBar focus: make sure to setFocusable first enabled item 2021-02-10 18:48:14 +01:00
isidor cfa3854c3f action bar: only one tab stop
fixes #106441
2021-02-10 18:22:37 +01:00
Benjamin Pasero 9ff3bfec44 sandbox - use electron directly and not preload for postMessage calls 2021-02-10 14:55:46 +01:00
Benjamin Pasero 83f4dfdff1 streams - introduce and adopt listenStream
cc @alexdima
2021-02-10 14:35:40 +01:00
João Moreno e371faebfb rename createChannelReceiver into ProxyChannel namespace (#116308) 2021-02-10 03:29:04 -08:00
João Moreno ea185a2bbb sash: add hover feedback delay 2021-02-10 10:41:38 +01:00
Benjamin Pasero f5ac4f42cc sandbox - receive message port via postMessage
This ensures message ports work when contextIsolation is enabled.
2021-02-10 09:22:12 +01:00
Connor Peet 9070508076 Merge branch 'connor4312/refactor-test-states' 2021-02-09 16:15:16 -08:00
Connor Peet 3d4cabb608 testing: refactor to new runState API
Fixes: https://github.com/microsoft/vscode/issues/115101.
See issue for details.

- Adopts the new API
- Test results now persist across reloads (last 64 runs).
- Removed state grouping in favor of sorting option.
- Code lenses are disabled for now
2021-02-09 16:12:37 -08:00
Sandeep Somavarapu 7fd4b1187c Fix #116108 2021-02-09 16:03:59 +01:00
Alex Ross 8077bf3251 Fix iconLabel hover hide on click
Part of #116197
2021-02-09 15:46:42 +01:00
Benjamin Pasero b6545a0db6 windows does not support symbolic links 2021-02-09 13:26:16 +01:00
João Moreno 34adb67513 improve hover feedback for sash corners 2021-02-09 12:35:41 +01:00
Benjamin Pasero 6ac77de5d7 pfs - improve symbolic link test for windows 2021-02-09 12:12:20 +01:00
Martin Aeschlimann 0795762a8f allow gear~spin 2021-02-09 11:46:26 +01:00
Sandeep Somavarapu 3334b1534c #114901 associate scoped context key service to target 2021-02-08 18:00:51 +01:00
Johannes Rieken 2a38ef15fe remove used code 2021-02-08 14:57:35 +01:00
jeanp413 f891543df7 Properly check for FuzzyScore.Default value.
This was a regression from 37a4b96ae1
2021-02-06 18:57:17 -05:00
SteVen Batten ae0cfa4ec4 fixes #115810 2021-02-05 10:54:47 -08:00
Alexandru Dima 20f3ece2e0 Handle input on Android
Fixes microsoft/vscode#107524
Fixes microsoft/monaco-editor#48
Fixes microsoft/monaco-editor#528
Fixes microsoft/monaco-editor#562
Fixes microsoft/monaco-editor#563
Fixes microsoft/monaco-editor#1538
Fixes microsoft/monaco-editor#2261
Refs microsoft/vscode#107602
2021-02-05 13:09:15 +01:00
Alexandru Dima 6558f86533 self.trustedTypes.createPolicy is undefined in web workers on Android 2021-02-05 13:09:14 +01:00
SteVen Batten 99f71a032e tweak settings for macos web 2021-02-04 16:24:14 -08:00
SteVen Batten 12eb0b7254 updating web menu behavior
refs #114200
2021-02-04 15:38:02 -08:00
Miguel Solorio 7804da86f0 Update Codicons: add 'git-pull-request-create'
https://github.com/microsoft/vscode-codicons/commit/686357b7174e7b3113640fea20db7efc84d8d1d4
2021-02-04 08:22:13 -08:00
Benjamin Pasero 422361234f fs - still return child even if unknown (#115645) 2021-02-04 16:54:06 +01:00
João Moreno e83180b96f Merge branch 'joao/scm-menu-actions' 2021-02-04 15:29:27 +01:00
Martin Aeschlimann 684f61b456 Allow to contribute to icon registry from icon contribution point. Fixes #114942 2021-02-04 15:16:57 +01:00
Martin Aeschlimann 082af46e66 base icon regexes on shared expressions 2021-02-04 15:16:57 +01:00
Benjamin Pasero cb537dd4e8 fs - provide a fallback when readdir with filetypes fails (#115645) 2021-02-04 14:27:50 +01:00
Alex Ross be820b8f42 Fix custom iconLabel hover flickering on description
Fixes #114230
2021-02-04 14:23:40 +01:00
Benjamin Pasero 66a1a9bee3 fs - 💄 symbolic links handling 2021-02-04 11:48:30 +01:00
Benjamin Pasero 30ba42cf46 fs - fix leftover todo 2021-02-04 11:29:58 +01:00
Benjamin Pasero 0eb2d4556a Modernize pfs file system library (#115695)
* fs - drop pfs.mkdirp in favor of node.js

* fs - modernize `move` and add comments

* fs - sort pfs and introduce SymlinkSupport namespace

* fs - avoid one exists() call

* fs - drop our custom rimraf solution and use node.js

* fs - remove custom rimraf solutions

* fs - retry async rimraf unlink

* fs - some polish around file services

* fs - remove promise based methods from pfs and replace with fs.promises

* fs - more removal of promisify utility

* fs - merge readdir functions into one

* fs - fix compile error for now

* fs - preserve symlinks when copying them (#114881)

* fs - provide an option to `copy` to preserve symlinks or not

* fs - preserve symlinks properly

* fs - add test for symbolic link handling when link points to source

* fs - fix tests on windows
2021-02-04 11:27:50 +01:00
Johannes Rieken 265d5da0b3 remove unused buildunit-files, fyi @dbaeumer 2021-02-04 11:20:41 +01:00
Benjamin Pasero d62c307366 fs - fix tests on windows 2021-02-04 10:54:27 +01:00
João Moreno a0d9df38ad Merge remote-tracking branch 'origin/master' into joao/scm-menu-actions 2021-02-04 10:04:47 +01:00
Benjamin Pasero f458164522 fs - add test for symbolic link handling when link points to source 2021-02-04 09:57:56 +01:00
Benjamin Pasero d6ebd887f7 Merge branch 'master' into ben/modernize-fs 2021-02-04 08:07:15 +01:00
João Moreno 3842f92113 scm menus: RepositoryVisibilityAction.precondition 2021-02-03 20:14:10 +01:00
Benjamin Pasero ef0657580f fs - preserve symlinks properly 2021-02-03 18:03:42 +01:00
Alex Ross 59cf8810d9 Remove min-height from input box message
Looks like the 34 here is just an old leftover
2021-02-03 17:53:44 +01:00
Benjamin Pasero 2d31774a52 fs - provide an option to copy to preserve symlinks or not 2021-02-03 16:37:10 +01:00
Alex Ross 268bb6ea73 Scroll input right when setting selection at end
Fixes #115152
2021-02-03 16:19:07 +01:00
Benjamin Pasero 00d8115647 Merge branch 'master' into ben/modernize-fs 2021-02-03 14:29:12 +01:00
Johannes Rieken bab55b86fc Merge pull request #114182 from susiwen8/113389
Fix: add alwaysConsumeMouseWheel for list
2021-02-03 14:08:17 +01:00
Benjamin Pasero 495ed05511 fs - preserve symlinks when copying them (#114881) 2021-02-03 13:47:45 +01:00