Commit graph

78235 commits

Author SHA1 Message Date
João Moreno 623075e096
update distro 2021-03-10 10:27:52 +01:00
Johannes Rieken a713ca6204
Merge pull request #118596 from alienvspredator/main
Fix "new Promise" TypeScript snippet
2021-03-10 09:13:44 +01:00
Benjamin Pasero 420f8dde79
debt - more layering fixes 2021-03-10 08:14:26 +01:00
Benjamin Pasero f0321e3087
debt - layering fixes 2021-03-10 07:57:23 +01:00
Benjamin Pasero 9d8042db30
more jsdoc around workspace concept 2021-03-10 07:26:02 +01:00
Benjamin Pasero a19fac2442
better docs for #118566 2021-03-10 07:23:19 +01:00
rebornix 96fabf5cf9
fix #118591. 2021-03-09 22:07:54 -08:00
Danylo Shevchenko 6d07984577
fix(typescript-snippet): fixed "newpromise" snippet
Fixed "newpromise" snippet
2021-03-10 06:13:14 +02:00
Megan Rogge 1d686afe81
reduce grace time of remote terminals (#118571) 2021-03-09 19:52:58 -08:00
Matt Bierner a9087e9d0a Try to avoid extra promise chaining for posting into a webview
This moves the `<webview>` based webviews to use a queue of pending messages while the webview itself is being prepared. This lets us avoid calling `.then` if the webview has already been resolved
2021-03-09 18:09:59 -08:00
Matt Bierner cbacbe647c Fix markdown preview still being rendered while in edit mode 2021-03-09 17:38:15 -08:00
Chuck Lantz 54f30ed19c
Lock to commit rather than tag for Azure login action 2021-03-09 17:19:01 -08:00
SteVen Batten 3244facbbb wt editor stepping stone
- make extensions list better
- centered header style
2021-03-09 16:56:21 -08:00
Connor Peet d4ee684c8d
testing: show progress in status bar, minor refactors and cleanup
Fixes #117892
2021-03-09 16:40:41 -08:00
Connor Peet 80112e79ff
testing: show total number of tests to run
Fxies #117890
2021-03-09 16:40:40 -08:00
Connor Peet 5b41604444
testing: add more logical default autorun behavior
Fixes #117526
2021-03-09 16:40:38 -08:00
Eric Amodio 7a9e144ee1 Fixes a listener leak with ILanguageSelection 2021-03-09 18:43:00 -05:00
Eric Amodio 57155e8420 Fixes #118195 - avoids update if already set 2021-03-09 18:43:00 -05:00
Rob Lourens bcb8c8a4f4 Remove notebook document runnable metadata
#106747
2021-03-09 15:26:19 -08:00
Rob Lourens 8454701b67 Update test for api 2021-03-09 15:26:19 -08:00
Rob Lourens 225a8c2b89 Infer cell "runnable" from notebook kernel state
Fix #106747
2021-03-09 15:26:19 -08:00
Rob Lourens 7a19d09047 Begin eliminating cell runnable metadata 2021-03-09 15:26:19 -08:00
Matt Bierner d1164661d2 Fix markdown edited cell height on reload
Fixes #118581

Make sure we don't update a markdown cell's height based on the preview if only the editor is visible
2021-03-09 15:25:00 -08:00
Matt Bierner c77e5ccd94 Add back top margin for webview cells
Fixes #118293

Previously removed while trying to fix the padding for the new markdown cells
2021-03-09 15:25:00 -08:00
Eric Amodio d299be88ea Updates proposal for #116906 2021-03-09 17:39:21 -05:00
Jackson Kearl 556e6d8310
Fixup search smoke tests 2021-03-09 12:50:36 -08:00
Matt Bierner 58bd8e075a Fix spelling in comment 2021-03-09 12:27:43 -08:00
Matt Bierner ba54c76164 Use TS replacement span if returned 2021-03-09 12:25:18 -08:00
Matt Bierner 724bc08f90 Remove log 2021-03-09 12:25:18 -08:00
gjsjohnmurray 3cc479953c fix #117718 fire onDidChangeResources event after unregistering group 2021-03-09 14:46:38 -05:00
Rachel Macfarlane a7c9230fb3 Update distro 2021-03-09 11:38:45 -08:00
meganrogge d6f4353fae bump distro 2021-03-09 11:31:10 -08:00
Jackson Kearl 9eceb50498
Move label about for #115244 after more tests are failing 2021-03-09 11:25:45 -08:00
Rachel Macfarlane f8a6f90dea Revert "chore: bump distro"
This reverts commit 43ced8a10a.
2021-03-09 11:17:01 -08:00
Jackson Kearl e5a10ca55d
Skip search tests while diagnosing flakeyness 2021-03-09 11:16:09 -08:00
Eric Amodio 88655de610 Adds logging 2021-03-09 14:11:35 -05:00
meganrogge 6922f6150d xterm@4.11.0
Diff: https://github.com/xtermjs/xterm.js/compare/a73fe62...4.11.0
2021-03-09 11:06:03 -08:00
Rachel Macfarlane 79e2119c5e Revert "snap: set compression to lzo, #117852 (#118116)"
This reverts commit e22c2be14d.
2021-03-09 10:55:22 -08:00
deepak1556 43ced8a10a chore: bump distro 2021-03-09 10:42:11 -08:00
Johannes Rieken 0f042b2c85
fix https://github.com/microsoft/vscode/issues/118569 2021-03-09 19:40:33 +01:00
SteVen Batten 0e43220113 finalize telemetry enablement api
refs #110267
2021-03-09 10:22:51 -08:00
SteVen Batten 95d3c1e63b finalize isNewAppInstall api
refs #117058
2021-03-09 10:20:18 -08:00
Rachel Macfarlane 6438e0564a Add 'Marketplace' as option for file on and remove as top-level type, #118473 2021-03-09 09:58:08 -08:00
Johannes Rieken 17c67963f3
api work snapshot 2021-03-09 18:00:09 +01:00
Sandeep Somavarapu 112bd09002 Queue file operations 2021-03-09 17:57:32 +01:00
Sandeep Somavarapu 4ee2ef41e5 update cache on reprocess 2021-03-09 17:55:13 +01:00
Johannes Rieken 0f64ef1b65
remove NotebookDocument#contentOptions 2021-03-09 17:44:22 +01:00
isidor f0cf34e073
debug: do not bind F10 to step over when on web 2021-03-09 17:24:46 +01:00
Logan Ramos eaf4a6a91b
Fix debug console URI being decoded (#118226)
* Use strings when possible instead of URIs

* Add tests
2021-03-09 16:24:33 +00:00
Daniel Imms 417b7803a1 Update distro 2021-03-09 07:49:43 -08:00