Commit graph

92896 commits

Author SHA1 Message Date
Rob Lourens
666ae990e6 Execution object should be able to be returned by getCellExecution at the time the change event is fired #142466 2022-02-07 21:25:21 -08:00
Jean Pierre
0283cec6ec
Fix WebviewElement::streamToBuffer (#142288) 2022-02-07 18:28:09 -08:00
SteVen Batten
3656dd474b
fix menubar visibility changes 2022-02-07 16:20:33 -08:00
rebornix
c70522765b
re #142429. error output w/ dup ansi handling 2022-02-07 16:07:04 -08:00
Matt Bierner
bad2dd3e98
Fix indended code blocks in rendered markdown docs
Fixes #142445
2022-02-07 15:54:10 -08:00
Matt Bierner
43e6992d9f
Preserve whitespace inside parameter hints code blocks
Fixes #142446

This matches what we already do for hovers
2022-02-07 15:48:30 -08:00
Connor Peet
1e41d52904
testing: refactor to avoid complex object in ext host comms
For #140975
2022-02-07 15:37:02 -08:00
Connor Peet
f728f14c68
testing: remove deprecated use of extpath
Fixes #140969
2022-02-07 15:36:32 -08:00
Connor Peet
84642bf493
history: fix layer breaker
Fixes #140856
2022-02-07 15:36:31 -08:00
Pig Fang
13b4243e76
Add "pnpm-lock.yaml" to default file nesting patterns (#142375) 2022-02-07 14:23:50 -08:00
Raymond Zhao
15a2b0a69e
Change hover backgrounds, fixes #142047 2022-02-07 14:21:48 -08:00
rebornix
88e5c12d3d
re #142429. javascript renderer 2022-02-07 14:06:35 -08:00
rebornix
ac308c3e03
re #142429. html/svg renderer 2022-02-07 13:58:30 -08:00
rebornix
f2b7964599
re #142429. Image renderer moved to extension. 2022-02-07 12:49:20 -08:00
Rob Lourens
e46d9fe322 Remove title from webview iframe so it isn't read by screenreader #141903 2022-02-07 12:05:47 -08:00
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