Commit graph

76861 commits

Author SHA1 Message Date
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
Johannes Rieken
e58a5e897e cell execution API sketches 2021-02-10 08:43:11 +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
rebornix
6c47905615 unknown metadata value. 2021-02-09 18:14:41 -08: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
rebornix
aa1e745af3 send mimetype specific metadata to webview 2021-02-09 13:46:03 -08:00
rebornix
ebc2386366 style polish 2021-02-09 13:24:02 -08:00
rebornix
81c7bddee9 diff editor compare outputs should ignore outputid 2021-02-09 13:10:17 -08:00
rebornix
8799924796 resize observer does not count padding. 2021-02-09 13:06:57 -08:00
rebornix
409034368d [renderer] fix string conversion for numbers 2021-02-09 13:06:14 -08:00
rebornix
97998b32e9 implment getCellViewModel for side by side diff editor. 2021-02-09 13:05:34 -08: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
Miguel Solorio
68ec717149 Move extension icon color to a theme color token (refs #115799) 2021-02-09 09:50:28 -08:00
Rachel Macfarlane
758fe86b54 Fix account badge update for new session requests 2021-02-09 09:31:03 -08:00
rebornix
11b885de68 Merge remote-tracking branch 'origin/master' into notebook/outputs 2021-02-09 09:27:49 -08:00
rebornix
a05c4170f6 do not render if there is no mimetype at all. 2021-02-09 08:45:51 -08:00
rebornix
538c7847c8 Revert "notebook diff editor handle empty mimetypes."
This reverts commit 99f4a0262e.
2021-02-09 08:43:53 -08:00
rebornix
e02e968788 fix notebook worker dto 2021-02-09 08:42:51 -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