Commit graph

81836 commits

Author SHA1 Message Date
Benjamin Pasero 102b3b410e
fix tests 2021-05-11 10:25:44 +02:00
Ladislau Szomoru b6a7db06de
Workspace trust - restricted mode banner (#123110) 2021-05-11 10:23:22 +02:00
Benjamin Pasero 812217d43b
fix compile errors (our watch task is not reliable?) 2021-05-11 10:06:19 +02:00
Benjamin Pasero 42730e3c66
state service 💄 2021-05-11 09:52:41 +02:00
Johannes Rieken a37e34a9c9
rename extension point to "notebooks", fix default value, https://github.com/microsoft/vscode/issues/121819 2021-05-11 09:51:07 +02:00
Benjamin Pasero 87452fe2b9
state - rewrite state main persistence 2021-05-11 09:48:07 +02:00
Johannes Rieken d5ab22d7db
test that no RPC leaks via NotebookController 2021-05-11 09:39:01 +02:00
Johannes Rieken e1a01761fd
more 💄 for docs 2021-05-11 09:30:26 +02:00
Johannes Rieken e1ac8a6223
add openNotebookDocument, onDidOpen-, and onDidCloseNotebookDocument to finaliztion list 2021-05-11 09:25:15 +02:00
Matt Bierner 4177014a1c
Revert "Put authority into webview resource uri"
This reverts commit 3d978d4dde.
2021-05-10 23:01:26 -07:00
Matt Bierner beeaa3675c
Remove only 2021-05-10 21:27:33 -07:00
Jackson Kearl 9f0fe65c77
[Getting Started] Allow for localized markdown files
Closes #123538
2021-05-10 20:55:14 -07:00
Matt Bierner 3d978d4dde
Put authority into webview resource uri
This lets us handle the case where a webview needs to load both local and remote resources
2021-05-10 20:40:07 -07:00
Matt Bierner d60cbb0eae
Pick up latest TS nightly for extension 2021-05-10 19:09:41 -07:00
Megan Rogge 368c86c3f6
Don't hide tabs view until the mouse leaves it (#123500) 2021-05-11 00:29:41 +00:00
Megan Rogge 6c9f17152c
save tabs width in vertical and horizontal terminal panel positions (#123516) 2021-05-11 00:05:54 +00:00
Tyler James Leonhardt 4eef854ab4
Revert "Move bing settings to its own stage (#123504)" (#123523)
This reverts commit 62c9755886.
2021-05-10 16:54:10 -07:00
Peng Lyu ae998a9261 Merge remote-tracking branch 'origin/notebook/dev' into main 2021-05-10 23:44:32 +00:00
Daniel Imms e70eb682c5 Only use --login for bash/zsh on macOS
Fixes #123505
2021-05-10 16:21:11 -07:00
SteVen Batten 2bcb8dfb64
add workspace trust required editor (#123181)
* add workspace trust required editor

* address feedback

* some code 💄

* reopen editor control through group view APIs

* add test

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-05-10 15:27:30 -07:00
Megan Rogge 0b81045765
fire activeInstanceChanged when active instance is set and more migration from terminalTab -> terminalGroup (#123339) 2021-05-10 14:53:58 -07:00
Daniel Imms 36416c8236
Merge pull request #123502 from microsoft/tyriar/layout
Improve layout and resize events in terminal
2021-05-10 13:26:11 -07:00
Daniel Imms 07e7ecbb99 Fix integration tests 2021-05-10 13:10:10 -07:00
Tyler James Leonhardt 62c9755886
Move bing settings to its own stage (#123504)
* move bing to linux

* add displayName
2021-05-10 12:37:16 -07:00
Daniel Imms 387012dab4 Remove container from instance ctor
This wasn't being used anymore
2021-05-10 12:25:04 -07:00
Daniel Imms 39c4261bc5 Clean up 2021-05-10 12:12:19 -07:00
Jackson Kearl 5b58db6d75
Add hide option 2021-05-10 11:15:36 -07:00
Jackson Kearl 99b3724c1e
Fix #119620 2021-05-10 11:14:27 -07:00
Daniel Imms 1d1b902c11 Improved terminal layout
Co-authored-by: Megan Rogge <merogge@microsoft.com>
2021-05-10 11:12:21 -07:00
Jackson Kearl fbb11a9bf7
Fix #122621 2021-05-10 10:17:34 -07:00
Martin Aeschlimann 254c7dc359
Syntax token inspector doesn't show font-style changes caused by semantic highlighting. Fixes #123299 2021-05-10 18:17:21 +02:00
Martin Aeschlimann 05d22c6853
[html] duplicated onDocumentRangeFormatting handler (#122994) 2021-05-10 18:09:18 +02:00
Benjamin Pasero e0065d4259
state service - harden the save code to try to prevent issues 2021-05-10 17:13:57 +02:00
Rob Lourens 8e6f4a3185 Fix markdown cell context key service warning.
Previously the CKS was leaking
2021-05-10 08:03:07 -07:00
Johannes Rieken 1199d1ae0f
jsdoc tweaks https://github.com/microsoft/vscode/issues/122647 2021-05-10 16:20:16 +02:00
Johannes Rieken 75640e9788
remove unused function, https://github.com/microsoft/vscode/issues/122647 2021-05-10 16:11:41 +02:00
João Moreno 0449a18b7b cache layout calls to grid views
related to #112630
2021-05-10 16:03:24 +02:00
João Moreno e0bf13685c grid: latch view.onDidChange events
related to #112630
2021-05-10 16:03:24 +02:00
Johannes Rieken 559dae41ad
jsdoc 2021-05-10 15:59:18 +02:00
Benjamin Pasero 61129b2897
file upload 💄 2021-05-10 15:50:21 +02:00
Alex Ross fbe3d1eeb9
Make PortAttributes API a class
Part of #115616
2021-05-10 15:47:36 +02:00
Logan Ramos 0148fdfc35
Much more aggressive setting conversion 2021-05-10 09:44:03 -04:00
Benjamin Pasero 3015e285e4
web - upload up to 20 files in parallle to speed things up 2021-05-10 15:38:25 +02:00
Daniel Imms 8c630ac16e Move split terminal back to terminalActions
Needed to leverage icon?

Fixes #123347
2021-05-10 06:31:57 -07:00
Johannes Rieken a1e4f1b91c
validate NotebookCellData before passing it to renderer 2021-05-10 15:17:23 +02:00
Alex Ross 8de5c819a1
Add test for C# grammar but
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 15:05:52 +02:00
Alex Ross 66eb516dc3
Revert C# grammar
Part of https://github.com/microsoft/vscode/issues/123333
2021-05-10 14:59:58 +02:00
Johannes Rieken 6ac37fcd3c
implicit kernel selection upon: hover, notebook change, cell change, https://github.com/microsoft/vscode/issues/122647 2021-05-10 14:48:46 +02:00
Daniel Imms d90709f3ee Auto detect scoop git bash paths
Fixes #123205
2021-05-10 05:47:45 -07:00
Alex Ross 2fae6ffacd
Do port finding when there's a tunnel provider
Fixes https://github.com/microsoft/vscode-remote-release/issues/4923
2021-05-10 14:14:49 +02:00