Commit Graph

58826 Commits

Author SHA1 Message Date
Benjamin Pasero 83f4dfdff1 streams - introduce and adopt listenStream
cc @alexdima
2021-02-10 14:35:40 +01:00
João Moreno 699cc6abd3 fixes #116036 2021-02-10 14:03:25 +01:00
Johannes Rieken 3e32386a5b prepare for KernelInfo#supportedLanguages, https://github.com/microsoft/vscode/issues/116314 2021-02-10 13:24:15 +01:00
Johannes Rieken b24ca32e4b little prep for https://github.com/microsoft/vscode/issues/116314 2021-02-10 12:57:33 +01:00
Johannes Rieken 2a1a7a887c 💄 2021-02-10 12:30:45 +01:00
isidor 7d9aa94fd8 repl: no need to use toString() for diffIdentity computation
#116043
2021-02-10 12:29:56 +01:00
João Moreno e371faebfb rename createChannelReceiver into ProxyChannel namespace (#116308) 2021-02-10 03:29:04 -08:00
Johannes Rieken ddb659ae0e fix https://github.com/microsoft/vscode/issues/116094 2021-02-10 11:42:23 +01:00
Sandeep Somavarapu 48e10bedc9 Revert "tryActivateProvider should not blocking"
This reverts commit 71e5689154.
2021-02-10 11:24:06 +01:00
João Moreno ea185a2bbb sash: add hover feedback delay 2021-02-10 10:41:38 +01:00
Johannes Rieken 49b21da91b position run-submenu further to the left, https://github.com/microsoft/vscode/issues/114123 2021-02-10 09:43:06 +01:00
Sandeep Somavarapu 194aa7dfd1 set settings sync logger name 2021-02-10 09:33:59 +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
Ladislau Szomoru 5f67699d30 Fix color for the info and warning icons 2021-02-10 08:54:47 +01:00
Robo 3d9f13ea76 fix: CreateFile ERROR_FILE_NOT_FOUND from crashpad handler (#116252) 2021-02-10 07:39:47 +00:00
Benjamin Pasero 3b456a2857 debt - do not allow platform layer to reach into code layer 2021-02-10 08:04:15 +01:00
Benjamin Pasero f82462ba7c debt - move shellEnv to platform 2021-02-10 07:49:11 +01:00
Connor Peet b2724146f0 debug: replace element when appending text to ensure updates in repl
Refs #116043
2021-02-09 16:51:52 -08: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
Matt Bierner 7ecf23a2a2 Try wrapping IPv6 host for webview resource loading with[]
For #105536 but need verification from someone who can actually reproduce this bug
2021-02-09 15:52:31 -08:00
Rob Lourens 2f76945a06 Relayout search view when message visibility changes
#116182
2021-02-09 15:37:56 -08:00
Eric Amodio 64db71fed8 Fixes #116235 - removes inline-flex
Doesn't seem to be needed anymore, although if it is, we can fix this by adding:
```
display: inline-flex;
vertical-align: top;
```
2021-02-09 17:30:08 -05:00
Eric Amodio 60665b5bb7 Removes dead code 2021-02-09 17:18:51 -05:00
Eric Amodio f8cadcc6f3 Fixes #116168 - missing provider == missing icons 2021-02-09 17:15:17 -05:00
Rachel Macfarlane 41121165b0 Move isAccessAllowed to authentication service 2021-02-09 14:12:53 -08:00
Peng Lyu 06c8e30c73 did save event listener is not hooked up properly 2021-02-09 21:54:34 +00:00
Ladislau Szomoru 968499cb68 Adjust message, fix icon color 2021-02-09 20:59:59 +01:00
meganrogge e8d77e425f add changes 2021-02-09 11:48:41 -08:00
Jackson Kearl 5245710137 Fix #116188: Search in files not pasting selected text using keyboard shortcut 2021-02-09 11:39:33 -08:00
Rachel Macfarlane 71e5689154 tryActivateProvider should not blocking 2021-02-09 11:33:52 -08:00
Johannes Rieken eddf95f089 off by one... 2021-02-09 19:26:46 +01:00
Rachel Macfarlane 758fe86b54 Fix account badge update for new session requests 2021-02-09 09:31:03 -08:00
Sandeep Somavarapu acaf2ed2ac fix tests 2021-02-09 17:25:55 +01:00
Sandeep Somavarapu 478a76a1a6 fix compilation 2021-02-09 17:25:55 +01:00
Sandeep Somavarapu 16bd463205 fix compilation issue 2021-02-09 17:25:55 +01:00
Sandeep Somavarapu 97fde37887 - introduce trusted api
- disable settings sync in untrusted workspace
2021-02-09 17:25:54 +01:00
Sandeep Somavarapu accae73293 Merge pull request #116051 from microsoft/sandy081/sandbox/spdlog
Move spdlog to main
2021-02-09 17:01:01 +01:00
Alex Ross 327e25fdc2 Add portsAttributes to devcontainer.json
Part of microsoft/vscode-remote-release#4445
2021-02-09 16:51:05 +01:00
isidor 624f51c0f7 debug console: diff identity provider should take the string content into account when computing ids
#116043
2021-02-09 16:08:39 +01:00
Sandeep Somavarapu 7fd4b1187c Fix #116108 2021-02-09 16:03:59 +01:00
Johannes Rieken efd5a000c0 add InlineHintKind to InlineHint-type 2021-02-09 15:56:24 +01:00
Alex Ross 8077bf3251 Fix iconLabel hover hide on click
Part of #116197
2021-02-09 15:46:42 +01:00
isidor 615d2fff05 fixes #116155 2021-02-09 15:44:43 +01:00
Sandeep Somavarapu 79a623d976 move to sandbox 2021-02-09 15:22:25 +01:00
Martin Aeschlimann 5d1e300546 Missing info from the "Recent Workspaces and Folders" section in the taskbar context menu. Fixes #115898 2021-02-09 15:12:39 +01:00
Sandeep Somavarapu 065e82d862 fix layering 2021-02-09 15:01:25 +01:00
Sandeep Somavarapu b14afd09df Merge branch 'master' into sandy081/sandbox/spdlog 2021-02-09 14:57:06 +01:00
Sandeep Somavarapu a8bb42c43b #116112 remove dependency on IActionViewItem 2021-02-09 14:50:01 +01:00
Johannes Rieken 97c7d2ac84 add editor/title/run menu id and expose as proposed API 2021-02-09 14:39:14 +01:00