Commit graph

81026 commits

Author SHA1 Message Date
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
Daniel Imms
5bf77b350f Set selection to what is right clicked if outside selection
Fixes #122161
2021-04-26 06:05:00 -07:00
Sandeep Somavarapu
50b10894ce
Merge pull request #122179 from microsoft/sandy081/custommHover
Improve custom hover
2021-04-26 14:59:13 +02:00
Daniel Imms
acc4bcebcf Adjust active instance in tab on dispose
Fixes #122187
2021-04-26 05:54:46 -07:00
isidor
5d77401e47
debug: restart should be sent to parent session
#118196
2021-04-26 14:53:35 +02:00
Daniel Imms
61472da358 Render tabs on tab widget create
Fixes #122191
2021-04-26 05:44:52 -07:00
Johannes Rieken
42754baf3a
relax uniqueness requirement for controller ids, must only be unique per extension, not globally, https://github.com/microsoft/vscode/issues/121902 2021-04-26 14:38:04 +02:00
Alex Dima
57f1aa9ae6
update distro 2021-04-26 14:34:43 +02:00
Alex Dima
0489b54682
OSS Tool 2021-04-26 14:34:12 +02:00
Johannes Rieken
d90814dab4
make sure alternative goto-command is also a goto-command 2021-04-26 14:26:35 +02:00
Martin Aeschlimann
5623111a12
correct remoteAuthority description in workspace files. Fixes #119858 2021-04-26 14:05:24 +02:00
Alex Dima
0c4663383d
Merge remote-tracking branch 'origin/main' into alex/change-default-enable-builtin-extensions 2021-04-26 13:10:00 +02:00
Johannes Rieken
dcd5eaa0b5
remove todo 2021-04-26 12:54:15 +02:00
Johannes Rieken
9129f21705
Merge branch 'main' into notebook/dev 2021-04-26 12:27:23 +02:00
Johannes Rieken
ad372e2f94
more test fixture adoption 2021-04-26 12:27:01 +02:00
Johannes Rieken
6c5613e697
add test and fixes for https://github.com/microsoft/vscode/issues/121904 2021-04-26 12:18:54 +02:00
Benjamin Pasero
16423fad0b
file working copy - actually use elevated file service 2021-04-26 12:03:46 +02:00
Sandeep Somavarapu
a2656e1260
add doc 2021-04-26 15:23:48 +05:30
Sandeep Somavarapu
ad16e7c212
round pointer poistion 2021-04-26 15:16:42 +05:30
Alex Ross
7c10c7e1e2
Fix remote explorer dropdown alignment
Fixes microsoft/vscode-remote-release#4945
2021-04-26 11:33:44 +02:00
Benjamin Pasero
975e8ba284
web api - move log level into new dev options 2021-04-26 11:23:52 +02:00
Benjamin Pasero
f52952332d
:chore: some ReadOnlyArray => readonly 2021-04-26 11:16:15 +02:00
Sandeep Somavarapu
974d87948b
Merge branch 'main' into sandy081/custommHover 2021-04-26 14:38:17 +05:30
Sandeep Somavarapu
7d13ce88e7 improve hover position logic 2021-04-26 11:03:24 +02:00
Johannes Rieken
b8c9fbe591
store associated notebook by uri _and_ type, send unselect event on kernel- or notebook-remove but keep the memento untouched, https://github.com/microsoft/vscode/issues/121904 2021-04-26 10:52:36 +02:00