Commit graph

83462 commits

Author SHA1 Message Date
Alexandru Dima 911ef74bbb
Merge remote-tracking branch 'origin/main' into alex/update-playwright 2021-06-10 09:27:13 +02:00
Matt Bierner f251fc1c1c
notebookDocument -> viewModel 2021-06-09 19:22:09 -07:00
Matt Bierner 556c5d4699
Move update-scroll into notebookDocument 2021-06-09 19:20:15 -07:00
Matt Bierner 2ac11a6eb2
Move show and hide and ack-dimension into model 2021-06-09 18:58:46 -07:00
Matt Bierner dcc66098d5
Move clearoutput into notebookDocument 2021-06-09 18:58:46 -07:00
Matt Bierner 3e24ad4c63
Move outputContainer into OutputCell 2021-06-09 18:58:46 -07:00
Matt Bierner 16c3fdb724
Move code into outputCell cell 2021-06-09 18:58:45 -07:00
Matt Bierner d111cea7db
More explicit names 2021-06-09 18:58:45 -07:00
Matt Bierner 345443810e
Use cellId for focus-editor
I believe we only care about the cell, not the output it contains
2021-06-09 18:58:45 -07:00
Matt Bierner df7fa054f7
Make sure we clear markup cells on clear 2021-06-09 18:58:45 -07:00
Daniel Imms 12e7a6a2a3
Merge pull request #124985 from jeanp413/fix-124928
Fixes terminal drop overlay moves horizontally instead of vertically when pane is on the side
2021-06-09 15:57:05 -07:00
Daniel Imms f81ac91216 Merge branch 'main' into pr/jeanp413/124985 2021-06-09 15:38:38 -07:00
Daniel Imms a5df25e193
Merge pull request #107454 from turara/fix-105491
Fixes [Terminal: Clear] command
2021-06-09 15:33:26 -07:00
Daniel Imms 5266c72cd9
Merge pull request #125743 from microsoft/tyriar/119826
Re-enable environment variable collection tests
2021-06-09 15:24:43 -07:00
Daniel Imms ff3e30b932 Move remaining terminal menu registrations to terminalMenus
Fixes #123473
2021-06-09 15:24:10 -07:00
Matt Bierner bc14fe9e8d
Use templates for markdown styles
These styles shouldn't be added into the notebook itself, only into the shadow dom of the markdown cells
2021-06-09 15:17:21 -07:00
Matt Bierner 52ea1fd44e
Move toggleDragDropEnabled 2021-06-09 15:17:20 -07:00
Daniel Imms 3984275430 Fix localized command string
Fixes #125786
2021-06-09 15:12:29 -07:00
Daniel Imms a88fa5b58f Format terminalMenus
Part of #123473
2021-06-09 14:57:32 -07:00
Alexandru Dima daec68cd66
update distro 2021-06-09 23:41:58 +02:00
Alexandru Dima 1518fb55e9
Merge pull request #125304 from stefanloerwald/patch-1
Fixes #125303
2021-06-09 22:38:32 +02:00
Alexandru Dima 74d24ff55f
Reduce impact of fix for #125303 to standalone editor only 2021-06-09 22:37:43 +02:00
Alexandru Dima f163b54a19
Fixes #123882
The catch block around the return statement was never executing, as it would catch only synchronous errors thrown by `_doHandleExtensionTests`. By awaiting the returned promise, we make sure to catch also promise rejections, which gives us a chance to log the error message on the extension host console as well.
2021-06-09 22:31:14 +02:00
Martin Aeschlimann ef6ec74920
Ensure hover gets disposed when icon label is removed 2021-06-09 22:21:22 +02:00
Alexandru Dima 7390a8d7a4
Do not use unsupported feature names in Firefox 2021-06-09 22:02:21 +02:00
Connor Peet 77b7a91b4c
testing: allow running tests from RHS of diff editor
Fixes #124493
2021-06-09 12:49:43 -07:00
Alexandru Dima b1bc7be9d1
Do not rely on console.log for exiting tests 2021-06-09 21:47:18 +02:00
Alexandru Dima 043b9fbeb6
Handle canceled error to reduce console.log spam in browser tests on Firefox 2021-06-09 21:43:31 +02:00
Connor Peet 8ea6989af4
testing: scope context more strictly
Fixes https://github.com/microsoft/vscode/issues/125311
2021-06-09 12:39:26 -07:00
Benjamin Pasero 33f84b36fd
tests - disable getting started in integration tests and smoke tests (#125808)
* tests - disable getting started in integration tests and smoke tests

* --skip-getting-started => --skip-welcome

Co-authored-by: Jackson Kearl <jakearl@microsoft.com>
2021-06-09 18:36:42 +00:00
Jackson Kearl c6f3512edd
Fix #124345 2021-06-09 11:15:06 -07:00
SteVen Batten ae5a300389 add workspace trust docs label 2021-06-09 11:06:52 -07:00
Jackson Kearl 8802cd7849
Fix #125869 2021-06-09 10:59:43 -07:00
Matt Bierner 72c5213004
Comment spelling 2021-06-09 10:56:27 -07:00
Matt Bierner 6f6147f335
Events should be readonly 2021-06-09 10:56:27 -07:00
Alexandru Dima bb01438efc
Log more information to track down reconnection cause 2021-06-09 18:57:14 +02:00
Matt Bierner 7446e50a91
Get mime from cell instead of hardcoding markdown 2021-06-09 09:46:36 -07:00
Matt Bierner 3476074d45
Extract createMarkupCellInitialization 2021-06-09 09:22:18 -07:00
Matt Bierner c4fa9ff85b
Use Mimes.text where possible 2021-06-09 09:04:37 -07:00
Matt Bierner b776d802d9
Add markdown mime 2021-06-09 09:04:36 -07:00
Matt Bierner 7e5abebf76
Add mimes as a namespace
This follows the pattern we have for `Schemes`. I plan on adding a few new mimes here as well to reduce the number of duplicated strings we have floating around the codebase
2021-06-09 09:04:36 -07:00
Matt Bierner 4a7cf06a1f
💄 2021-06-09 09:04:36 -07:00
Wojciech Nawrocki e8fc4264e8
Add WASM MIME type (#125782) 2021-06-09 08:40:33 -07:00
大表哥 d48645cf61
fix: areLanguageDiagnosticSettingsEqual always return true (#125365) 2021-06-09 08:35:43 -07:00
isidor be6cc2c13a
accessibility issues also to sana-ajani 2021-06-09 17:10:36 +02:00
Daniel Imms 4ae99d1027 Make off proc service name var more explicit
Fixes #123480
2021-06-09 07:58:38 -07:00
João Moreno 78c2a0fa4c
fixes #116777 2021-06-09 16:55:38 +02:00
Alexandru Dima bbf64b8a09
update glob-parent to 5.1.2 2021-06-09 16:51:09 +02:00
João Moreno 9685c7d2a4
clean async tests 2021-06-09 16:49:49 +02:00
João Moreno 4168941dee
remove domEvent
related to #123487
2021-06-09 16:37:09 +02:00