Martin Aeschlimann
6fc45ef5c7
Latest update breaks due to proxy requirement. Fixes #142201
2022-02-07 21:04:24 +01:00
Daniel Imms
284422f91d
Disable auto replies by default
...
Fixes #142341
2022-02-07 12:00:40 -08:00
Raymond Zhao
10da7d1b09
Fix #142421
...
POINTER_DOWN was stealing too many events.
The old event handlers handled events such as MOUSE_UP,
and it turns out we can just use POINTER_UP instead.
2022-02-07 12:00:31 -08:00
Rob Lourens
09d3d16f98
Fix "focus last cell" and test
2022-02-07 11:39:21 -08:00
Daniel Imms
cc0e428abb
Fix build
2022-02-07 11:35:57 -08:00
Connor Peet
ff91435508
debug: fix memory leak on repeated file reads
2022-02-07 11:00:42 -08:00
Megan Rogge
0e1a3a44b7
fix #142247
2022-02-07 18:31:15 +00:00
Raymond Zhao
207cff9c23
Update ARIA label when clearing search
...
Ref #142064
2022-02-07 10:29:53 -08:00
Rob Lourens
89b0569767
Remove deprecated canceled() usages
2022-02-07 10:09:01 -08:00
Rob Lourens
9e0d009222
Properly await #142050
2022-02-07 10:09:01 -08:00
Peng Lyu
facdcc9dfb
Merge pull request #142254 from ShafinKhadem/main
...
Reveal last selection on notebook editor cursor selections change
2022-02-07 10:08:25 -08:00
SteVen Batten
1e1e3bb03f
refs #142146
2022-02-07 10:06:39 -08:00
SteVen Batten
3a2fe87197
refs #142146
2022-02-07 10:03:18 -08:00
SteVen Batten
b38e8b2ef0
refs #142176
2022-02-07 09:56:32 -08:00
Rob Lourens
87c3a88907
NotebookEditorWidget implements INotebookEditor
2022-02-07 09:49:28 -08:00
Rob Lourens
663771335a
"Focus Last Cell" should focus last visible cell
...
Fix #142250
2022-02-07 09:49:28 -08:00
Benjamin Pasero
44047c7637
debt - untangle workspace ( #141154 )
2022-02-07 18:47:04 +01:00
Kazuyuki Sato
a83046f9e6
Decode header suggestions in Markdown path IntelliSense, https://github.com/microsoft/vscode/issues/142330 ( #142392 )
2022-02-07 09:19:24 -08:00
Alex Ross
6e2d82c1bf
Fix configuration resolver tests
2022-02-07 17:52:26 +01:00
Benjamin Pasero
2f17858a38
debt - untangle workspace <=> workspaces ( #141154 )
2022-02-07 17:43:05 +01:00
Benjamin Pasero
bf1c9e9391
debt - untangle workspace <=> workspaces (part 1, #141154 )
2022-02-07 17:30:09 +01:00
Alex Ross
ab85d1f61b
Fix default build task not getting run as fast
2022-02-07 16:52:53 +01:00
Henning Dieterichs
f4614b3f97
Refactors audio cues
2022-02-07 16:50:59 +01:00
Bruce Hopkins
1a17c0f2ef
Add user home variable ( #141902 )
2022-02-07 16:21:39 +01:00
Joao Moreno
3381e7b20b
scratch an itch
2022-02-07 15:16:03 +01:00
Benjamin Pasero
fd5fbb5e52
Merge pull request #142152 from microsoft/ben/history-tweaks
...
Editors: rewrite editor history service
2022-02-07 15:08:13 +01:00
Alex Ross
bf7bef2b02
Fix quoting for tasks
...
Part of #142196
2022-02-07 14:54:42 +01:00
Benjamin Pasero
aa2efb33c5
history - cleanup navigation actions
2022-02-07 14:52:28 +01:00
Benjamin Pasero
cfaa9caf89
history - implement more tests around in-editor selection changes
2022-02-07 14:32:51 +01:00
Dirk Baeumer
f8fe16b97a
Use regexp from stripComments.
2022-02-07 14:29:53 +01:00
Benjamin Pasero
f83c30b73a
history - actually fix navigation stack
2022-02-07 11:05:52 +01:00
Benjamin Pasero
6124b10166
web - drop retoring previous folder
2022-02-07 10:12:51 +01:00
Ladislau Szomoru
97c1e76d66
Comment out SBOM tasks
2022-02-07 09:40:00 +01:00
Ladislau Szomoru
4336a744e2
Add conditions to the SBOM tasks
2022-02-07 09:31:50 +01:00
Dirk Bäumer
432349e1eb
Merge pull request #142077 from microsoft/dbaeumer/stripComments
...
Move strip comments into own module and write tests
2022-02-07 09:24:27 +01:00
Benjamin Pasero
49a6db23d9
Merge branch 'main' into ben/history-tweaks
2022-02-07 09:03:53 +01:00
deepak1556
23731b5ff9
ci: fix server package folders
...
Publish step will move the contents of legacy server folder
vscode-reh-* to vscode-server-* leading to the SBOM step
failure
/cc @lszomoru
2022-02-07 16:40:31 +09:00
Benjamin Pasero
b2dc2277fb
history - support navigation history stops ( #27112 )
2022-02-07 08:36:41 +01:00
Tyler Leonhardt
e485dc292f
improve logic around auth server
2022-02-06 14:56:22 -08:00
Ladislau Szomoru
a0dd9ed39f
Engineering - update pipeline ( #142326 )
2022-02-06 16:44:53 +01:00
Benjamin Pasero
7858e237ae
history - first cut notebooks support ( #101779 )
2022-02-06 09:19:28 +01:00
Benjamin Pasero
6039aa4fc7
history - add commands to navigate edit locations ( #42617 )
2022-02-06 08:04:18 +01:00
Benjamin Pasero
9909f4ed57
history - track editor moves
2022-02-06 07:53:19 +01:00
Bruno Brant
8d584a5594
fix typo ( #142281 )
...
Small typo mixing Test with Text
2022-02-05 13:22:54 -08:00
Johannes Rieken
ad2b76daee
move accept/discard btns into refactor panel, https://github.com/microsoft/vscode/issues/141065
2022-02-05 15:44:15 +01:00
Johannes Rieken
fd4cae27ee
some more API doc, https://github.com/microsoft/vscode/issues/129037
2022-02-05 14:37:39 +01:00
Benjamin Pasero
8035309fb0
history - 💄
2022-02-05 14:34:29 +01:00
Johannes Rieken
627d46551d
support double click gesture on inlay hints, API polish, https://github.com/microsoft/vscode/issues/16221
2022-02-05 14:25:37 +01:00
Benjamin Pasero
eeeef6997b
history - implement flattening after removals
2022-02-05 11:03:32 +01:00
Benjamin Pasero
83d9b01cfe
history - drop history entries for removed groups
2022-02-05 10:42:22 +01:00