Commit graph

81016 commits

Author SHA1 Message Date
Sandeep Somavarapu d417ef3e79
update distro 2021-04-27 13:42:36 +05:30
Sandeep Somavarapu d74baa1718
log when using in memory data provider 2021-04-27 13:18:58 +05:30
Johannes Rieken 1f8e11079e
Revert "Comment out failing integration tests (#122269)"
This reverts commit 9a4d524f90.
2021-04-27 09:07:28 +02:00
Johannes Rieken 26cf2a5d62
fix https://github.com/microsoft/vscode/issues/122269 2021-04-27 08:35:09 +02:00
Benjamin Pasero 2250b7aa3c
:chore: allow to use node.js 16 for developing vscode 2021-04-27 08:32:10 +02:00
Alex Dima 9a4d524f90
Comment out failing integration tests (#122269) 2021-04-27 07:54:10 +02:00
Eric Amodio 0cbc721709 Bumps RemoteHub version 2021-04-27 01:40:01 -04:00
Eric Amodio 8b22dff166 Updates endgame query 2021-04-27 00:08:37 -04:00
Matt Bierner fe7c5aba01
Revert "Better notebook markup renderer api (#121882)"
This reverts commit 4cb27d2ec7.
2021-04-26 19:43:16 -07:00
Matt Bierner 4a0a1f2f6f
Fix replacement for script after it has been optimized 2021-04-26 18:47:51 -07:00
rebornix e95ce0a810
do not block webview creation for fetch errors. 2021-04-26 17:23:31 -07:00
SteVen Batten fef89de135 remove open editor on startup 2021-04-26 17:16:56 -07:00
rebornix 9b328b2739
NotebookKernel test, another attempt 2021-04-26 16:53:02 -07:00
rebornix 98fdb8a9a0
add skipped test for lcs diff. 2021-04-26 16:53:02 -07:00
Connor Peet b1569995f9
testing: allow waiting for server before running unit tests
Fixes https://github.com/microsoft/vscode/issues/121751
2021-04-26 16:31:36 -07:00
SteVen Batten fc90674374 use parent folder instead of folder name 2021-04-26 16:31:23 -07:00
Matt Bierner 4cb27d2ec7
Better notebook markup renderer api (#121882)
* Better notebook markup renderer api

For #121256

- Use js modules for notebook output renderers
- Rename apis from `markdown` to `markup`
- Use imports and exports for apis instead of globals for apis
- Use esbuild instead of webpack so we can emit js modules
- Clearly split top level markup renderes from renderers that extend other renderers

* Use constant instead of comment for replacement
2021-04-26 16:30:34 -07:00
SteVen Batten 495d162a4e minheight 2021-04-26 16:27:44 -07:00
SteVen Batten 4f6b0a1b7c swap button and text 2021-04-26 16:26:46 -07:00
SteVen Batten 2be7cd82b0 cleanup styling and wording in editor 2021-04-26 16:22:23 -07:00
Matt Bierner 5c8ab73c2f
Build using newer TS nightly 2021-04-26 16:18:40 -07:00
Connor Peet bf339ba787
testing: allow contributing to test welcome view
Closes #115007
2021-04-26 15:28:37 -07:00
Connor Peet 6014c7781e
testing: allow following running test
Closes #117893
2021-04-26 15:28:37 -07:00
Ladislau Szomoru 480f3c0b35
Return undefined if dialog is cancelled (#122234) 2021-04-26 15:28:25 -07:00
Martin Aeschlimann 8b15a01d8e
[json] update service 2021-04-27 00:09:54 +02:00
Jackson Kearl 5d4454709a
Fix #122218 2021-04-26 14:49:22 -07:00
meganrogge 82520584ef
remove unneeded logic 2021-04-26 14:39:36 -07:00
meganrogge b466147ca4
fix #122161 2021-04-26 14:37:10 -07:00
Alexandru Dima e1845803d3
Add telemetry event for failed extension activation 2021-04-26 23:36:36 +02:00
rebornix 2f946f7d80
fix test. @jrieken. 2021-04-26 14:25:13 -07:00
rebornix bf94540cc8
Merge branch 'notebook/dev' into main 2021-04-26 14:05:03 -07:00
Eric Amodio 893d29c487 Bumps RemoteHub version 2021-04-26 16:40:26 -04:00
Martin Aeschlimann 553d92817b Word selection is incomplete for C++ identifiers containing certain allowed characters. Fixes #121343 2021-04-26 22:08:38 +02:00
Ladislau Szomoru 4f37102dc0
Fix issue with cancelling the dialog 2021-04-26 21:42:46 +02:00
Joao Moreno ba7c949164 web: drop authority usage 2021-04-26 21:11:18 +02:00
SteVen Batten 51b2521eef use prominent status bar theme color
fixes #120455
2021-04-26 10:56:19 -07:00
SteVen Batten cb7b2e8c37 fixes #120500 2021-04-26 10:46:26 -07:00
Connor Peet 37d967e30d
testing: rename testRunTask to testRun 2021-04-26 10:24:19 -07:00
meganrogge b9b6a11be7
fix #118073 2021-04-26 10:19:17 -07:00
Alexandru Dima f6f8112819
Merge pull request #121938 from microsoft/alex/change-default-enable-builtin-extensions
Change default for enable builtin extensions
2021-04-26 19:18:17 +02:00
Jackson Kearl 5080d21c0b
Fix typo 2021-04-26 10:00:03 -07:00
Rob Lourens 7b0a8177fa Implement workaround for jupyter in codespaces for asWebviewUri issue #121981 2021-04-26 09:57:28 -07:00
meganrogge aed088f701
fix #119678
Co-authored-by: Daniel Imms <daimms@microsoft.com>
2021-04-26 09:57:17 -07:00
Jackson Kearl 7971891fa1
Merge pull request #122100 from microsoft/ben/search-editor-backups 2021-04-26 09:56:42 -07:00
Logan Ramos c15cb13a38
Add js doc comments 2021-04-26 11:51:49 -04:00
Johannes Rieken 7329a207e0
Merge branch 'main' into notebook/dev 2021-04-26 17:20:26 +02:00
Logan Ramos 8fa05403b6
Add a cache to the editor override service to allow awaiting ext host (#122067)
* Add a cache to the editor override service to allow awaiting ext host activation

* Better lifecycle

* Remove unnecessary undefined
2021-04-26 11:20:26 -04:00
meganrogge 08e29e6e89
fix #121317 2021-04-26 08:02:27 -07:00
Sandeep Somavarapu 141c4274d9
update distro 2021-04-26 20:13:48 +05:30
Tyler James Leonhardt b7e57b93f8
No longer force showing input box for screenreader (#122054) 2021-04-26 07:42:26 -07:00