Commit graph

83570 commits

Author SHA1 Message Date
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
Benjamin Pasero 86262d3771
macos - restore Cmd+W to close window when no editors opened 2021-06-11 15:14:29 +02:00
isidor d2bbf41b79
When there are no debug extensions, open the debug viewlet when F5 is pressed so the user can read the limitations 2021-06-11 15:04:51 +02:00
isidor f56f6be432
untitledHint: remove experiment code 2021-06-11 14:43:31 +02:00
Sandeep Somavarapu e41d4e9e1c
Fix #123039 2021-06-11 14:33:32 +02:00
Ladislau Szomoru 3697774c57
💄 Rename class 2021-06-11 14:31:47 +02:00
Ladislau Szomoru 33a0570002
Workspace trust - refactor workspace trust calculation (#125835)
Co-authored-by: SteVen Batten <steven.m.batten@outlook.com>
2021-06-11 14:17:59 +02:00
Daniel Imms 9677eddbff Show error notification when profile fails 2021-06-11 05:15:35 -07:00
Daniel Imms a742a9bbe8 doc cleanup 2021-06-11 05:09:42 -07:00
Daniel Imms 0a9a394a63 Use a class for TerminalProfile 2021-06-11 05:01:40 -07:00
Sandeep Somavarapu f9c53a2b8a
Fix #122817 2021-06-11 12:40:43 +02:00
João Moreno 85a36ae074 enable smoketest on linux 2021-06-11 12:19:17 +02:00
Sandeep Somavarapu 0c6caa8fe3
Fix #123661 2021-06-11 12:15:58 +02:00
Sandeep Somavarapu 17822c2c1c
Fix #123673 2021-06-11 12:05:02 +02:00
Alex Ross 43485ec741
Fix configure action for recent tasks without a tasks.json
Fixes #125862
2021-06-11 11:21:17 +02:00
Benjamin Pasero f8dfa3445d
storage - inmemory should register storages properly 2021-06-11 11:01:53 +02:00
Sandeep Somavarapu f8c2e8c53f
Fix #118010 2021-06-11 10:20:35 +02:00
Alex Ross 57a760e71f
Update grammars 2021-06-11 10:11:40 +02:00
Alexandru Dima 750390dcd3
Merge pull request #125601 from cpsauer/line-height-multiple
Accept editor line height as multiple of font size
2021-06-11 09:49:17 +02:00
Matt Bierner 012b14606f
Don't cache HEAD requests for local resources
Fixes #125980

Also makes all other types of requests return a 405 since they are not supported
2021-06-10 20:32:46 -07:00
Matt Bierner 18dbd5c039
MarkdownCellViewModel -> MarkupCellViewModel 2021-06-10 20:01:26 -07:00
Matt Bierner bc35fe5731
Don't hardcode markdown as editor language for markup cells 2021-06-10 20:01:26 -07:00
Matt Bierner 4bc877935e
markdown -> markup
Our api supports the concept of generic markup cell however our implementation currently only supports markdown. Rename functions to prepare to support markup
2021-06-10 20:01:26 -07:00
Rob Lourens 0dcfa4d964 Show correct keybinding in run button tooltip In non-jupyter notebooks
Fix #125865
2021-06-10 19:04:06 -07:00
Rob Lourens 025b162605 Hardcode the keybinding to "stop editing" markup cell.
Otherwise it might pick ctrl+enter by default which is confusing.
And escape should not change.
2021-06-10 18:45:19 -07:00
Rob Lourens 867867a795 Rename *status* contribs for clarity 2021-06-10 18:37:57 -07:00
Rob Lourens 6dacc3783f Fix #125839 2021-06-10 18:34:40 -07:00
Rob Lourens 93d8a13b5d Fix setting description links. Fix #125837 2021-06-10 18:32:29 -07:00
Rob Lourens ff39a974b4
Merge pull request #124856 from microsoft/rzhao271/settings-list-enum
Add initial draft of enum array searchbox
2021-06-10 18:05:46 -07:00
Rob Lourens 7586f560a2
Merge pull request #125811 from DonJayamanne/issue125810
Reuse notebook cell statusbar helpers and dispose properly
2021-06-10 17:58:04 -07:00
SteVen Batten 384ff94ed8 fixes #125113 2021-06-10 16:31:28 -07:00
SteVen Batten 8f7a6034c6 fixes #125721 2021-06-10 16:22:16 -07:00
Matt Bierner 8b674fee2c
Skip posting resize updates if only the width changes
We only care about height changes. This drastically cuts down on the number of messages we post on resize
2021-06-10 16:17:14 -07:00
Matt Bierner 492ed968f6
Always use clientHeight
The other height value includes decimal values, which I don't think we want
2021-06-10 16:12:46 -07:00
Matt Bierner 44a786ed26
Back ack-height messages
It's better to update multiple elements in one loop instead of sending multiple messages
2021-06-10 15:48:43 -07:00
Raymond Zhao 2f9e6a0a19
cleanup 2021-06-10 15:23:03 -07:00
Raymond Zhao 3f145c5b64
Undo test setting 2021-06-10 15:23:02 -07:00
Raymond Zhao 5556b444bc
Add initial draft of enum array searchbox 2021-06-10 15:23:00 -07:00
Matt Bierner 5afe42fdca
Make ackHeight take an array 2021-06-10 15:07:03 -07:00
Don Jayamanne 8a645ad988 Address code review 2021-06-10 15:01:27 -07:00
Matt Bierner e95cb42d24
Fix indent 2021-06-10 14:46:53 -07:00
rebornix 7adcbfdd68
Merge branch 'notebook/dev' into main 2021-06-10 14:36:16 -07:00
Rob Lourens ad08cb9d2a Disable consolidated run button by default. Fix #125544 2021-06-10 14:26:55 -07:00
Rob Lourens 0f11b2d9c7 Update values for keybinding query context to match real keybindings. Fix #122768 2021-06-10 14:26:24 -07:00
Alexandru Dima 0c87771e7b
Merge pull request #125754 from microsoft/alex/update-playwright
Update to `playwright@1.11.1`
2021-06-10 23:00:14 +02:00
Oleg Demchenko 61f34055fa
Auth session API fix (#125792)
* Adjust "provider is not registered" exception behavior

* Process cancellation in GH auth provider

`e.message` is always `undefined`
2021-06-10 20:14:08 +00:00
Alex Dima 32d29d7126
Avoid using Date.now() when deciding to give up reconnecting 2021-06-10 22:13:13 +02:00