Commit graph

83636 commits

Author SHA1 Message Date
Alex Dima ea7cca2cae
update distro 2021-06-14 14:52:56 +02:00
Alex Ross b408a61747
Check if .. exists before adding to simple file picker
Fixes #125055
2021-06-14 14:39:05 +02:00
Alex Ross e7cd07f10d
Filter canddiate ports to localhost and all interfaces 2021-06-14 11:23:05 +02:00
Alexandru Dima e3cfe6c57e
Merge pull request #126204 from microsoft/hediet/renames
Hediet/renames
2021-06-14 10:57:47 +02:00
Ladislau Szomoru 3ee7bdd575
#126057 2021-06-14 10:21:52 +02:00
Ladislau Szomoru e1161be268
Method to clear memento static map (#126092) 2021-06-13 09:21:25 +02:00
Tyler Leonhardt 66ecd8f6a8
make state of trusted extensions correct in storage. Fixes #118486 2021-06-11 17:21:37 -07:00
Matt Bierner 53350bc666
Log exit signal for desktop TS Servers
For #125852
2021-06-11 16:45:35 -07:00
Wojciech Nawrocki 28f0fc47d0
Support Content-Length and Last-Modified for webview local resources (#125994)
Closes #125992
2021-06-11 16:27:56 -07:00
Matt Bierner 3c1fa1b286
Pass in explicit language mode when converting cell to markdown
Fixes #126069
2021-06-11 16:22:43 -07:00
Matt Bierner 5b639e8b22
Also log viewType
This is needed for extensions that contribute multiple types of webviews
2021-06-11 16:22:43 -07:00
Rob Lourens aa5842d918 Add note that autoGuessEncoding is not supported by text search.
Often confuses people, e.g. #124806
2021-06-11 15:31:13 -07:00
Rob Lourens f7dd0d9648 Fix regex that could match a workspace folder plus an extra suffix, related to #126003 2021-06-11 15:17:21 -07:00
Rob Lourens 0c5227b721 Fix #126003 2021-06-11 15:17:21 -07:00
rebornix d26f97a0a2 📓 use viewmodel from test helper directly 2021-06-11 15:13:42 -07:00
rebornix c78c56245c less use viewModel on NotebookEditor. 2021-06-11 15:13:42 -07:00
rebornix 5e75d958ec remove nbvm.setSelections. 2021-06-11 15:13:41 -07:00
Matt Bierner 3086bb5956
Fix potential race in showing/hiding markdown cells
For #126056

We should update the visibility before async rendering
2021-06-11 15:07:12 -07:00
Alexandru Dima e54a29d55c
Merge pull request #125591 from richardtallent/patch-1
Fix doc of renderWhitespace default value
2021-06-11 23:53:00 +02:00
Rob Lourens 0950b62e3a Fix #126087 2021-06-11 14:45:57 -07:00
rebornix 742687abf0 📓 differenciate editor focus and list view focus 2021-06-11 14:37:29 -07:00
rebornix 27e16bf5e2 Merge branch 'notebook/dev' into main 2021-06-11 14:28:04 -07:00
Peng Lyu baba2f4a8b
Merge pull request #125973 from tanhakabir/notebook/generic-code-renderer
Make generic code renderer output contributions in notebooks for all the languages the user has installed
2021-06-11 14:27:34 -07:00
Tyler Leonhardt d686be3f5d
always hide quickinput on iPad when focus is lost fixes #125284 2021-06-11 14:25:37 -07:00
Connor Peet 4355270543
fix: use inline sourcemaps in watch task 2021-06-11 14:20:48 -07:00
Daniel Imms 172530867e
Merge pull request #126085 from microsoft/tyriar/125985
Pass config to external terminal service
2021-06-11 14:17:42 -07:00
Alexandru Dima 9fe506bc0a
update monaco.d.ts 2021-06-11 22:47:55 +02:00
rebornix 990213cbc3 use text/x- prefix 2021-06-11 12:53:37 -07:00
Logan Ramos e575f67e9e
Make editor override service only operate on untyped editor inputs (#125779)
* Initial untyped editor work

* Fix reopen with

* Remove extraneous type

* Update override -> editorId

* Enrich EditorResourceAccessor

* Change override return type

* some 💄

* Remove described

* Add editor resource accessor tests for untyped

* Fix repetitive code

* 💄

* Fix notebook diff editor labels

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-06-11 14:59:41 -04:00
Pavel Kulyov cf7c86de97
extensions/github-authentication: fix typo (#126072)
Closes: #125468
2021-06-11 18:45:33 +00:00
Megan Rogge 8652a54753
support setting the canvas renderer (#126068) 2021-06-11 18:30:55 +00:00
Daniel Imms b989bc6f78 Pass config to external terminal service
The config service on the main process isn't complete which results in the
terminal config being undefined if there are no user terminals settings set.

Fixes #125985
2021-06-11 11:20:18 -07:00
rebornix b58db90266 remove console.log 2021-06-11 11:11:37 -07:00
Connor Peet 31d45a97a9
fix tests 2021-06-11 10:55:55 -07:00
Connor Peet 56c9243bb2
notebook: fix duplicated domEval 2021-06-11 10:33:57 -07:00
Connor Peet 5b130d3546
testing: simpler, better format for tree view 2021-06-11 10:32:26 -07:00
Connor Peet e28ce5d615
testing: give queued higher priority than passed
Fixes #123646
2021-06-11 10:32:26 -07:00
Benjamin Pasero 84dad213a0
files - keep plain text mode if renamed to txt (fix #125795) 2021-06-11 17:34:13 +02:00
tanhakabir 18391bae1c
Add text/x-javascript renderer 2021-06-11 07:51:04 -07:00
Henning Dieterichs 7f93f38f7b
* Cursor -> CursorsController
* OneCursor -> Cursor
2021-06-11 16:45:23 +02:00
Alexandru Dima edba477349
Skip flaky test (#126054) 2021-06-11 16:44:50 +02:00
Daniel Imms 1d95ae29a6 Don't register in process manager if already disposed
Fixes #125909
2021-06-11 07:41:39 -07:00
Benjamin Pasero f282e3c489
🆙 distro 2021-06-11 16:32:55 +02:00
Benjamin Pasero e63eff41c7
🆙 distro 2021-06-11 16:13:54 +02:00
Alexandru Dima 6402c6e521
Fixes #113877: Avoid layout looping by respecting previous layout decision also in the case when the minimap uses fill. 2021-06-11 16:06:53 +02:00
Henning Dieterichs 261d075b4c
PrefixSumComputer renames. 2021-06-11 16:06:17 +02:00
Benjamin Pasero 5baf3840ad
🆙 distro 2021-06-11 16:04:59 +02:00
Daniel Imms ae1f358300
Merge pull request #125849 from microsoft/tyriar/120369
Finalize terminal profile contributions
2021-06-11 07:00:57 -07:00
Sandeep Somavarapu ed200965a2
fix trailing comma 2021-06-11 15:56:40 +02:00
Daniel Imms 465759bc58 Prevent other extensions registering terminal profiles 2021-06-11 06:45:36 -07:00