Commit graph

83187 commits

Author SHA1 Message Date
Matt Bierner
8163cfd8c5
Make sure we layout editors in sideBySideEditor after they are created (#125445)
Fixes #125202

This make sure we always invoke `layout` when a new editor is created in a split view. Due to the caching added in 0449a18b7b, the `WebviewEditor` created by the split view never had `layout` called on it

Not sure if this is best fix for this issue. If not, I suggest we revert 0449a18b7b and then revisit it next iteration
2021-06-04 01:23:49 -07:00
Rob Lourens
387e2f39eb Properly complete notebook profile step 2021-06-03 19:09:58 -07:00
Rob Lourens
11f86fefb4 Track opening notebook separately from showing notebook GS page 2021-06-03 19:09:40 -07:00
SteVen Batten
a2ef11ff55 fixes context keys with menubar 2021-06-03 19:08:23 -07:00
Rob Lourens
fd2ed91612 Fix wrong CKS on output toolbar
Fix #125109
2021-06-03 18:48:18 -07:00
Rob Lourens
f95fb77f22 Fix cellstatusbar layout issues from "visibleAfterExecute" Fix #125403 2021-06-03 18:37:14 -07:00
Rob Lourens
0acf7df100 Fix showCellStatusbar default #125403 2021-06-03 18:37:14 -07:00
SteVen Batten
a244a4ccc6 improve messaging with remote 2021-06-03 18:02:44 -07:00
Tyler Leonhardt
5d58be3308
switch to a switch for localization edge cases 2021-06-03 17:58:20 -07:00
Tyler Leonhardt
ae0e8f0446
uppercase h in localization 2021-06-03 17:50:51 -07:00
SteVen Batten
885ac7f1c1 fixes #125406 2021-06-03 17:37:17 -07:00
rebornix
b519331a06 fix #125458. 2021-06-03 17:02:48 -07:00
rebornix
4c12628b2b fix #125234. 2021-06-03 16:56:14 -07:00
rebornix
0c7e7cf21d disable notebook layout getting started. 2021-06-03 16:28:35 -07:00
rebornix
4cae671371 fix #125452. 2021-06-03 16:04:00 -07:00
rebornix
72d325b4bc
fix #125027 2021-06-03 15:58:30 -07:00
SteVen Batten
df59dc8470 don't show status bar entry until files are opened 2021-06-03 15:02:39 -07:00
Jackson Kearl
d3db92b7a2
Fine tune image styles. Fix #122680 2021-06-03 15:00:35 -07:00
SteVen Batten
72a6789941 add settings links to improve understanding of workspace trust 2021-06-03 14:55:32 -07:00
rebornix
c9e683d6c7 fix #124405 2021-06-03 14:26:50 -07:00
rebornix
827398db43 fix #125444. 2021-06-03 14:10:23 -07:00
Jackson Kearl
f004a398e0
Fix #125313 2021-06-03 14:03:34 -07:00
Jackson Kearl
b26e1aba58
Remove hashes from override 2021-06-03 13:58:05 -07:00
Eric Amodio
41b1406d3a Revert parts of "Fix #125395"
Re-enables GitHub extension in untrusted workspaces

From commit 01c6fb557d
2021-06-03 16:51:46 -04:00
Eric Amodio
eab8d0403f Revert "Fixes #125350: disallow in untrusted ws"
This reverts commit 769e7080f4.
2021-06-03 16:51:46 -04:00
Rob Lourens
0006964091 Change cell type contextkey to markup
Fix #125378
2021-06-03 13:50:46 -07:00
Jackson Kearl
5ea2604418
Fix #124531 2021-06-03 13:45:27 -07:00
Henning Dieterichs
0a5d652bdf
Fixes #125332. 2021-06-03 22:45:05 +02:00
Tyler James Leonhardt
f73f263c6b
Needed localization changes for converting xlfs to json (#125442)
* loc extension update changes

* log

* maybe this

* loggin

* use debug

* add language id

* log

* misc updates
2021-06-03 13:44:30 -07:00
Harald Kirschner
0f0f066b39 Remove codespaces walkthrough from Getting Started 2021-06-03 13:36:49 -07:00
Martin Aeschlimann
96004bc2c9 icon hover: add pointer for element hovers 2021-06-03 22:35:53 +02:00
rebornix
11debc3846 Merge branch 'notebook/dev' into main 2021-06-03 13:32:46 -07:00
Jackson Kearl
b80011a819
Fix #124049 2021-06-03 13:07:42 -07:00
Matt Bierner
fd430418a0
Refine CellInfo type (#125351)
For #125269

- Rename `CellInfo` - >`OutputItem` (only internally, we also need to update the published types)
- Move `id` into `OutputItem`
- Move `element` out of `OutputItem`
- Rename `renderCell` to `renderOutputItem`
- Rename `destoryCell` to `disposeOutputItem` (`dispose` is  the term we generally use in our APIs)
2021-06-03 13:01:02 -07:00
Jackson Kearl
b2cc8487ae
Flip positioning of steps and media in narrow layouts.
Closes #125246
2021-06-03 11:50:25 -07:00
Tyler James Leonhardt
5966e9dfec
Check to see if there are any artifacts that haven't been published (#125428)
* wait for all artifacts to be processed

* move get-pipelineartifact
2021-06-03 11:43:23 -07:00
Connor Peet
a56ef18247
notebooks: fix default selection of untrusted renderer
Fixes #118584
2021-06-03 11:39:58 -07:00
Sandeep Somavarapu
788e39aad8
#125395 Improve the prompt 2021-06-03 20:10:40 +02:00
Raymond Zhao
062401745a
Switch loglevel to trace 2021-06-03 10:58:47 -07:00
Jackson Kearl
73de22af59
Close #119722 2021-06-03 10:54:37 -07:00
Daniel Imms
be1cf4bddb Focus contributed profile terminals after creation
Fixes #125125
2021-06-03 10:31:22 -07:00
Ladislau Szomoru
60651a0c4d
Fix #125030 2021-06-03 17:19:09 +02:00
Johannes Rieken
8f9eedf001
Merge branch 'main' into notebook/dev 2021-06-03 16:36:47 +02:00
Sandeep Somavarapu
01c6fb557d
Fix #125395 2021-06-03 16:14:25 +02:00
Sandeep Somavarapu
41163014f8
💄 2021-06-03 15:09:06 +02:00
Ladislau Szomoru
490cef7c07
Revoking trust in the remote scenario will reload the window 2021-06-03 11:54:49 +02:00
João Moreno
3f8672be8a
fixes #124051 2021-06-03 11:30:57 +02:00
Alex Ross
6d66648c51
Add snippets for ports attributes to settings helper
Fixes #125081
2021-06-03 11:27:32 +02:00
Johannes Rieken
e43c3957f6
rename onDidChangeNotebookAssociation to onDidChangeSelectedNotebooks 2021-06-03 11:27:09 +02:00
Ladislau Szomoru
732769073a
Workspace trust - add --disable-workspace-trust flag (#124998)
* Add --disable-workspace-trust CLI flag
2021-06-03 07:19:14 +00:00