Commit graph

77160 commits

Author SHA1 Message Date
Connor Peet
c3695af6d2
testing: fix unit test 2021-02-18 18:07:03 -08:00
Connor Peet
5a0bf3751a
testing: add method to publish extension-provided results 2021-02-18 17:33:24 -08:00
Rachel Macfarlane
52ebf0c7f8 Add 'deny' option to account access prompt 2021-02-18 17:05:58 -08:00
Jackson Kearl
ca02f19daf Fix #115314 2021-02-18 16:57:40 -08:00
rebornix
482013c77e set minHeight on outputs when rerendering outputs to avoid shrinking. 2021-02-18 16:55:09 -08:00
Jackson Kearl
8f2e85abd6 Fix #116574: Make it easier to jump from one Getting Started section to the next 2021-02-18 16:07:39 -08:00
Matt Bierner
8806d063fe Enable extensible markdown notebook rendering in VS Code workspace 2021-02-18 15:37:00 -08:00
Matt Bierner
25c0fb7f2f Fix _getViewIndexUpperBound throwing if the view model is undefined
Return -1 instead, which the callers check
2021-02-18 15:37:00 -08:00
Matt Bierner
03b6a2e6b7 Null out webview on dispose
Fixes #116955

Make sure we null out the webview when the notebook editor is disposed. Fixes a few places where we may hit a null webview in async cases
2021-02-18 15:37:00 -08:00
Rachel Macfarlane
d131331195 Remove extra info from onDidChangeSessions event 2021-02-18 15:36:28 -08:00
Connor Peet
45dc2f5fa0
testing: allow contributing menu items to test view
Fixes #116806
2021-02-18 15:29:00 -08:00
Jackson Kearl
7aff64c42d Remove unused 2021-02-18 15:18:56 -08:00
Jackson Kearl
840f19af06 Contriburte extension items at top-level
Ref #116414
2021-02-18 15:18:17 -08:00
rebornix
2d263be14f fix #115722. 2021-02-18 14:43:24 -08:00
Andre Weinand
b882940dc6 align InlineValuesProvider with EvaluatableExpressionProvider 2021-02-18 23:13:22 +01:00
Miguel Solorio
a90d4ab5cf Move notebook markdown cell margin to its own const, tweak margins 2021-02-18 13:39:39 -08:00
isidor
6fae7792bb untitled hint: polish 2021-02-18 21:52:09 +01:00
isidor
98c1cd2ca8 untiltedHint: introdcue button option, use it as an editor contribution
#114307
2021-02-18 21:42:42 +01:00
rebornix
9c77f4d86a add NotebookDocument.save(). 2021-02-18 11:57:49 -08:00
rebornix
df04e1388d fix #115596. 2021-02-18 11:56:23 -08:00
rebornix
f79a2119bd fix #115326. 2021-02-18 11:56:23 -08:00
rebornix
933ca3a395 fix #113381. 2021-02-18 11:56:23 -08:00
rebornix
e8836805dc remove attachedEditors. 2021-02-18 11:56:18 -08:00
Connor Peet
bcc49ca4b6
testing: fix comp error 2021-02-18 11:48:48 -08:00
Jackson Kearl
f4ce983bcd Open first section if no items completed
Closes #116570
2021-02-18 11:24:31 -08:00
Jackson Kearl
657398dedf Back => More
Ref #116570
2021-02-18 11:24:31 -08:00
Connor Peet
26b6f4d088
testing: fix show in active file not working when first turned on 2021-02-18 11:07:10 -08:00
Connor Peet
ba168d0cd7
testing: show discovery progress when finding tests
Fixes #116904
2021-02-18 11:07:08 -08:00
Jackson Kearl
6cc6794dbb Support remote images 2021-02-18 10:23:32 -08:00
Johannes Rieken
69d39a0ed3 send event when removing a kernel, https://github.com/microsoft/vscode/issues/115698 2021-02-18 18:16:37 +01:00
Johannes Rieken
7bca8a91b4 send correct delta after restarting extension host, https://github.com/microsoft/vscode/issues/115698 2021-02-18 18:09:45 +01:00
Johannes Rieken
63a9d5aa56 fix tests 2021-02-18 18:09:45 +01:00
Hsuan-An Weng Lin
2bb9fdfa8c
Emmet: add css.color.short setting (#116912)
Fixes #72594
2021-02-18 08:54:35 -08:00
Raymond Zhao
7effc11c79 Bump Emmet version 2021-02-18 08:52:08 -08:00
Johannes Rieken
2a12fd7202 dispose more things, https://github.com/microsoft/vscode/issues/115698 2021-02-18 17:36:29 +01:00
Johannes Rieken
a246f643ee debt, copy-paste police 2021-02-18 17:27:32 +01:00
Daniel Imms
ac38da16b6
Merge pull request #116954 from microsoft/tyriar/heartbeat
Handle non-responsive pty host process
2021-02-18 08:24:16 -08:00
Daniel Imms
7d57388aeb Tweak title source, create proc timeout 2021-02-18 08:23:03 -08:00
Daniel Imms
b827a113d4 Mark disconnected terminals and disable stdin 2021-02-18 07:52:51 -08:00
Daniel Imms
fba2cda1fa Handle non-responsive pty host process
Fixes #116948
2021-02-18 07:36:28 -08:00
Sandeep Somavarapu
29d4fdb65c Fix #116829 2021-02-18 16:14:01 +01:00
Johannes Rieken
ecd60db250 reload non-dirty notebooks when their files change on disk, https://github.com/microsoft/vscode/issues/114263 2021-02-18 16:05:55 +01:00
Johannes Rieken
31e3a7794d merge NotebookController#reloadNotebook into notebook editor model, remove NotebookServce#resolve and add create and fetchData "primitives", https://github.com/microsoft/vscode/issues/114263 2021-02-18 16:05:54 +01:00
Johannes Rieken
7d74c5d4b0 💄 2021-02-18 16:05:54 +01:00
Johannes Rieken
2a1f11a296 add IResolvedNotebookEditorModel and use that in most places so that we can remove non-null assertions 2021-02-18 16:05:54 +01:00
Sandeep Somavarapu
692f1465a8 Fix #116691 2021-02-18 16:01:06 +01:00
Sandeep Somavarapu
e8928ea678 use product name 2021-02-18 15:31:28 +01:00
Daniel Imms
c714b56e80 Simplify events in LocalPty 2021-02-18 06:26:14 -08:00
Daniel Imms
e10085761b Update distro 2021-02-18 05:41:19 -08:00
Daniel Imms
fdaebc1f11
Merge pull request #116373 from microsoft/tyriar/megan
Move local terminal processes to live under the new ptyHost process
2021-02-18 05:35:33 -08:00