Commit graph

81166 commits

Author SHA1 Message Date
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
Benjamin Pasero
f85e69f55d
file working copy - write elevated support 2021-04-26 10:47:48 +02:00
Johannes Rieken
594b7b07a6
make sure "Open With..." actually works..., maybe https://github.com/microsoft/vscode/issues/121974 or maybe https://github.com/microsoft/vscode/issues/121904 2021-04-26 10:20:47 +02:00
Benjamin Pasero
94daaf715a
win/linux: alt+f4 to close window (#54492) 2021-04-26 09:52:41 +02:00
Johannes Rieken
2cfe0d7912
fix notebook type bindings 2021-04-26 09:20:06 +02:00
Benjamin Pasero
5053c82843
adopt api changes 2021-04-26 07:28:24 +02:00
Benjamin Pasero
a15a6237c2
Merge branch 'main' into ben/search-editor-backups 2021-04-26 07:26:42 +02:00
Benjamin Pasero
d505f37758
file working copy - provide "Save As" support and address some issues 2021-04-26 07:25:30 +02:00
Jackson Kearl
633562da38
Remove some finniky logic causing rendering glitches 2021-04-25 20:16:50 -07:00
Jackson Kearl
2023dd3ce8
Fix #122090 2021-04-25 20:14:51 -07:00
Jackson Kearl
0eccb45395
Fix #122091 2021-04-25 19:59:37 -07:00
Megan Rogge
7950d3e621
Support multi select split/ kill in terminal tabs (#122148) 2021-04-26 02:33:41 +00:00
rebornix
9e9ad5b905
notebook.navigation.allowNavigateToSurroundingCells 2021-04-25 11:27:19 -07:00
rebornix
08d37a85a3
turn markdown cell into preview mode after hiding find. 2021-04-24 12:40:22 -07:00