Commit Graph

9019 Commits

Author SHA1 Message Date
Martin Aeschlimann
b49d4cf5e6 [css] requests update 2020-06-08 13:40:42 +02:00
Johannes Rieken
f5a218d5a7 restore clipboard text after test, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:06:53 +02:00
Johannes Rieken
48a2d3e863 if needed , read clipboard inside MainThreadEditors#insertText, https://github.com/microsoft/vscode/issues/98497 2020-06-08 12:03:01 +02:00
Martin Aeschlimann
ac3b5caf32 [html] update version, fixes #98053 2020-06-05 17:49:33 +02:00
Martin Aeschlimann
b1ef2bf05f [html] auto rename matches wrong tag. Fixes #98053 2020-06-05 13:23:55 +02:00
João Moreno
dfacda2138 missing yarn.lock 2020-06-05 11:09:40 +02:00
Benjamin Pasero
588097171c Refactor our font stack (#99429)
* fonts - adopt monaco-monospace-font in more places and make it consistent

* font - use platform specific fonts in more places

* font - move system-ui before Ubuntu font in places where we cannot control platform

* font - only use system-ui on Linux

* fonts - adjust font stack for other windows
2020-06-05 10:56:07 +02:00
Matt Bierner
233eac4110 Simplify getFixAllActions 2020-06-04 15:18:51 -07:00
Martin Aeschlimann
22aaa30490 [json] offline mode, don't show resolve errors. Fixes #96083 2020-06-04 16:34:52 +02:00
Martin Aeschlimann
5329ea8fd3 [json] update service. Fixes #96351 2020-06-04 14:31:02 +02:00
Christof Marti
e5ff305c7a Add "codespaces" 2020-06-04 10:43:15 +02:00
Christof Marti
735e08aa94 postStartCommand and postAttachCommand (fixes microsoft/vscode-remote-release#3107) 2020-06-04 10:15:03 +02:00
rebornix
e35510bccb clean workspace after one test finishes. 2020-06-03 19:29:37 -07:00
rebornix
8dd0614799 💄 2020-06-03 19:11:37 -07:00
rebornix
49213f36de flaky webview related nb iteration test. 2020-06-03 18:53:46 -07:00
João Moreno
43f362b448 fixes #96356 2020-06-03 15:19:05 +02:00
João Moreno
38cf89bcb3 fixes #97396 2020-06-03 14:24:40 +02:00
rebornix
b812666e2f Custom renderer message is still flaky 2020-06-02 15:14:31 -07:00
rebornix
adae0e5b4e Fix #98841. Open file should only emit document open event, no cells change event. 2020-06-02 15:13:32 -07:00
Martin Aeschlimann
5c74021761 smoke: Language Features verifies settings failing. Fixes #99108 2020-06-02 16:27:41 +02:00
Daniel Imms
6a5361300f Fix css nls replacement path on Windows 2020-06-02 05:40:47 -07:00
Matt Bierner
aa80303978 Fix scheme for webview test 2020-06-01 16:13:37 -07:00
Matt Bierner
eb09996238 Move custom editor provider out of proposed to main api
For #77131
2020-06-01 14:45:05 -07:00
Matt Bierner
05d6fb6634 Support new TS proposed API for refactorings
For https://github.com/microsoft/TypeScript/pull/38378/files#diff-121b46a8c0f71b73817f429b57e27e61R553
2020-06-01 14:18:41 -07:00
Matt Bierner
f4a8d2e0b1 Update markdown grammar 2020-06-01 14:18:41 -07:00
rebornix
7e9abe577d notebook resolve should wait for * activated events. 2020-06-01 13:17:33 -07:00
rebornix
f9ca74dcf1 add explicit activation event for notebook test ext. 2020-06-01 13:10:28 -07:00
Peng Lyu
6e6a2bab2e Merge pull request #98923 from microsoft/rebornix/notebook-events
notebook events between renderer & exthost
2020-06-01 11:45:19 -07:00
rebornix
7a38b84bc7 vscode resolve file. 2020-06-01 11:21:59 -07:00
Rachel Macfarlane
d37370d89d Fix #96368 2020-06-01 10:11:06 -07:00
Rachel Macfarlane
4e15a24678 Support directly entering PAT for github auth as well as entering url 2020-06-01 09:49:13 -07:00
rebornix
ed0803e668 fix false negative tests 2020-05-30 18:05:54 -07:00
rebornix
b1c870fe25 Disable webview related tests on web. 2020-05-30 18:02:56 -07:00
rebornix
a14a793150 split editor does not await, notebook events are not sent to ext host in time on Web. 2020-05-30 18:02:31 -07:00
matt penrice
3cb12a21b5 Create VsCodeResource for schemed filepaths (#94986) 2020-05-29 12:00:22 -07:00
Matt Bierner
dfde221caa Fix the remove unused source action not removing single unused interfaces 2020-05-29 11:05:38 -07:00
Matt Bierner
5f8e6d0b19 Make sure add all missing imports quick fix comes after individual add missing import quick fixes
Fixes #98613
2020-05-29 11:05:38 -07:00
Johannes Rieken
b0d056202b Use canonical uri for openTextDocument api, #93368 2020-05-29 18:16:31 +02:00
Matt Bierner
cd41dd1f60 Pick up new TS version 2020-05-28 19:53:50 -07:00
Martin Aeschlimann
e4e4343217 Improve new constant color, tests. For #97373 2020-05-29 00:22:17 +02:00
Martin Aeschlimann
6933f31854 Improve new constant color. For #97373 2020-05-29 00:08:56 +02:00
Martin Aeschlimann
9b4e59b7f7 Merge branch 'master' into aeschli/cssheadless 2020-05-28 22:20:53 +02:00
Martin Aeschlimann
c6f665734a add TextEncoder to runtime 2020-05-28 22:18:58 +02:00
Rachel Macfarlane
a79822ac0a Remove old auth provider migration code 2020-05-28 12:55:52 -07:00
Martin Aeschlimann
eba3d294a2 [css] path completion in web 2020-05-28 21:54:35 +02:00
rebornix
37a3496bb0 share undo stack between text models in a notebook. the undo stack is not shared with notebook itself yet due to #98750. 2020-05-28 10:29:04 -07:00
Martin Aeschlimann
1ece4c4c25 adopt new languageserver node modules 2020-05-28 18:04:11 +02:00
Matt Bierner
7a4880a6bd Add some extra guards around image loading 2020-05-27 19:56:02 -07:00
Matt Bierner
4f7afb5a98 Skip failing test 2020-05-27 19:33:10 -07:00
Peng Lyu
c86d1760ea Merge pull request #98691 from microsoft/rebornix/multi-exthost-renderers
load custom renderers when reloading from backup.
2020-05-27 16:28:16 -07:00