Commit Graph

76620 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 883b862945 debt - prevent vs/code dependency from vs/server 2021-02-10 08:15:46 +01: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 facb370308 🆙 distro 2021-02-10 07:54:30 +01:00
Benjamin Pasero f82462ba7c debt - move shellEnv to platform 2021-02-10 07:49:11 +01:00
Matt Bierner fe6eb68d22 Pick up latest TS insiders 2021-02-09 17:47:32 -08:00
Matt Bierner 91a20c06b9 Use npm for building markdown preview 2021-02-09 17:47:32 -08:00
Matt Bierner ba7d28d53c Use shared webpack version instead of installing locally for simple-browser 2021-02-09 17:47:32 -08:00
Shunsuke Iwamoto 76524ef589 Fixes 114236: Add a multi-line comment regex to unIndentedLinePattern (#114478)
* Add a multi-line comment regex to unIndentedLinePattern

* Add multi-line comment block indentation tests

* Fix a multi-line comment block indentation test
2021-02-09 17:05:21 -08: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
Jackson Kearl 8a3a5d9b74 Fix search smoke test 2021-02-09 15:44:07 -08:00
Rob Lourens 2f76945a06 Relayout search view when message visibility changes
#116182
2021-02-09 15:37:56 -08:00
Jackson Kearl 2e9f767776 awaiting-insiders-release => unreleased 2021-02-09 15:10:47 -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
Eric Amodio 2b6e896eff Adds another of my email addresses 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
John Murray 78446fc795 Improve guidance commentary in GH Bug Report template (#116183) 2021-02-09 08:18:13 -08:00
Sandeep Somavarapu 7cb0840ad7 update distro 2021-02-09 17:08:57 +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