81000 Commits

Author SHA1 Message Date
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
Stanislav
205a366f1c
Fix file location pattern in eslint-stylish problem matcher (#117576)
eslint-stylish file location pattern now match relative and absolute path in Window and *nix

This PR fixes #113306
2021-04-26 16:27:02 +02:00
João Moreno
693e3a4aeb browser: register inmemory fs provider 2021-04-26 16:25:39 +02:00
Johannes Rieken
f3cb718a80
more renamed 2021-04-26 16:25:14 +02:00
Johannes Rieken
9a43ef93f7
extract INotebookKernelMatchInfo 2021-04-26 16:14:11 +02:00
Alex Ross
db7b52abdc
Undo task queue change 2021-04-26 15:53:57 +02:00
Alex Dima
7135d9d5ea
Bump ssri from 8.0.0 to 8.0.1 2021-04-26 15:48:25 +02:00
Daniel Imms
efa9e692e3 Fix narrow terminal tab alignment
Fixes #122051
2021-04-26 06:41:46 -07:00
Alex Ross
25b4a53f67
Fix bad tilda handling in simple file picker
Part of #121280
2021-04-26 15:35:40 +02:00
Alex Dima
289d46f960
update distro 2021-04-26 15:34:29 +02:00
Alex Dima
4212c6f923
Remove unnecessary entries 2021-04-26 15:33:53 +02:00
Daniel Imms
c95aaf71a8 Add keybinding for split in tabs
Fixes #122073
2021-04-26 06:27:36 -07:00
Daniel Imms
91c41b04db Add keybinding for delete terminal tab
Fixes #122175
2021-04-26 06:24:57 -07:00
Logan Ramos
b57a9d16c9
Clean up IEditorInput#copy 2021-04-26 09:22:57 -04:00
Daniel Imms
25787c9584 Add focusMode tab setting
Fixes #121954
2021-04-26 06:21:11 -07:00
Johannes Rieken
8fac153517
💄 renames 2021-04-26 15:19:55 +02:00
Daniel Imms
7a5031487a Remove short description for terminal split/kill
Fixes #122177
2021-04-26 06:10:03 -07:00