Commit graph

81192 commits

Author SHA1 Message Date
Connor Peet 24ea8408c3
testing: propoagate timeout option for unit tests 2021-04-29 12:19:56 -07:00
Eric Amodio 8dcc489fa1 Re-enables Git extension for virtual workspaces 2021-04-29 15:18:15 -04:00
meganrogge 0339344579
pass configuration in from processManager -> remoteTerminalService 2021-04-29 12:05:30 -07:00
meganrogge e7c0af1137
Revert "Revert "Merge pull request #122540 from microsoft/tyriar/122104""
This reverts commit 28a1bc2f35.
2021-04-29 12:05:29 -07:00
rebornix 024251c2be
fix #120848. 2021-04-29 12:02:40 -07:00
Eric Amodio f0394ca966 Updates endgame notebook repos 2021-04-29 15:01:21 -04:00
rebornix 160b5509d2
re #120545 2021-04-29 11:46:45 -07:00
Rob Lourens f9901cea70 Fix markdown cell folding issue
Fix #122675
2021-04-29 11:14:03 -07:00
meganrogge bdb2324c9d
revert change to hide condition 2021-04-29 10:44:09 -07:00
meganrogge 5d5d738988
fix #122334 2021-04-29 10:35:08 -07:00
Connor Peet 1846aeaf8c
testing: fix welcome view being shown if tests were synchronously available
Fixes #122634
2021-04-29 09:29:26 -07:00
Rob Lourens 62b609670e Clear lastRunSuccess when clearing output
Fix #122645
2021-04-29 08:57:05 -07:00
Alexandru Dima 6102a7d263
Fix running 2021-04-29 17:26:59 +02:00
Alexandru Dima 19c6d913ca
Add noop command (fixes #122518) 2021-04-29 17:12:01 +02:00
Logan Ramos df7aae6165
Add flag on whether a contribution can support a resource (#122658)
* Add flag on whether a contribution can support a resource

* implement `canSupportResource`

* Fixed out of scope variable

* Fix unit test failure

Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
2021-04-29 15:05:13 +00:00
João Moreno de6057e397
fixes #122656 2021-04-29 17:00:43 +02:00
Logan Ramos 439ec79e6b
Fix #122637 2021-04-29 10:47:05 -04:00
João Moreno 3d6f88eb92
fixes #120828 2021-04-29 16:33:01 +02:00
João Moreno 2eb378324d
fixes #121392 2021-04-29 16:33:00 +02:00
deepak1556 b2d6cab998 Revert "chore: bump electron@12.0.5"
This reverts commit 9064c909d7.

Fixes https://github.com/microsoft/vscode/issues/122661
2021-04-29 23:23:40 +09:00
João Moreno 4b06c752c6
fixes #121425 2021-04-29 16:19:51 +02:00
João Moreno ae82935e44
fixes #121503 2021-04-29 16:07:08 +02:00
João Moreno 7d51e0b1eb
fixes #122289 2021-04-29 15:58:52 +02:00
isidor d295d14084
fixes #122353 2021-04-29 14:34:13 +02:00
isidor ed5d4a1329
Revert "do not auto open pasted file"
This reverts commit e2c5ff9db0.
2021-04-29 11:55:24 +02:00
isidor 3bb2d0c3a2
fixes #122354 2021-04-29 11:50:15 +02:00
isidor 7fa8cdf44e
fixes #122079 2021-04-29 11:46:18 +02:00
Alex Dima 3162eac1f9
update distro 2021-04-29 10:44:33 +02:00
Sandeep Somavarapu eeceecef81
update doc 2021-04-29 13:03:46 +05:30
Matt Bierner 780eb163b7
Improve capabilities.untrustedWorkspaces contribution (#122603)
Fixes #122602

- Add snippet
- Use markdown string for strings that use backticks
- Add enum descriptions for `supported`
- Mark `supported` as being required
2021-04-29 09:01:50 +02:00
Sandeep Somavarapu 5682823e66
improve virtual workspace disablement wording 2021-04-29 12:28:04 +05:30
meganrogge 0123d26aaa
tweak setting config 2021-04-28 19:33:26 -07:00
Matt Bierner 2f915a24b4
Don't label custom editors are readonly if the editor is not editable
Fixes #122605
2021-04-28 18:28:08 -07:00
Matt Bierner 28a1bc2f35
Revert "Merge pull request #122540 from microsoft/tyriar/122104"
This reverts commit 06694a8e57, reversing
changes made to 36fe84236d.
2021-04-28 18:11:32 -07:00
Matt Bierner 3915fcfe49
Add some links and small cleanup for JS/TS settings 2021-04-28 17:31:18 -07:00
Matt Bierner e8eb44523e
Improve auto-fetch setting display
- Use markdown
- Use link
2021-04-28 17:25:41 -07:00
Matt Bierner a4fdb2c3ad
Make adding overrides an preferred quick fix 2021-04-28 16:43:52 -07:00
deepak1556 9064c909d7 chore: bump electron@12.0.5
Fixes https://github.com/microsoft/vscode/issues/118267
2021-04-29 08:37:25 +09:00
Matt Bierner 7adfba6262
Remove no implicit override task
Now enabled by default
2021-04-28 16:33:01 -07:00
Cody Beyer 60f46f2f7a
Adding JS and PY Azure SDK packages (#122468) 2021-04-28 15:28:00 -07:00
SteVen Batten f15ac1527f fix unit tests for web 2021-04-28 15:14:04 -07:00
rebornix 75f4c87a85
fix #122548. 2021-04-28 15:13:33 -07:00
rebornix c56f5ea118
fix #122359. 2021-04-28 14:56:37 -07:00
SteVen Batten 2858d5f3a7 remove trust from web 2021-04-28 14:50:47 -07:00
Matt Bierner 6a841dd8d5
Remove extra padding on h1s in markdown cells
Fixes #122579
2021-04-28 14:09:33 -07:00
Peng Lyu 40e0a578a8
Merge pull request #122505 from joyceerhl/dev/joyceerhl/markdown-cell-padding
Add missing padding-bottom for notebook markdown cells
2021-04-28 14:08:38 -07:00
Andrew Branch 033f6aac86
Fix missed Previewer.plain call due to adjacent @ts-expect-error (#121975) 2021-04-28 14:04:29 -07:00
Daniel Imms f17e1ce19d Update distro 2021-04-28 13:44:48 -07:00
Daniel Imms f8033ad59a xterm@4.12.0-beta26
Diff: eedc314...4a7bbe6

Fixes #121017
2021-04-28 13:41:16 -07:00
rebornix 3719898cb8
Merge branch 'notebook/dev' into main 2021-04-28 13:36:56 -07:00