Commit Graph

93597 Commits

Author SHA1 Message Date
David Dossett
87eebbda83 Fix #143739 2022-02-23 10:34:13 -08:00
Henning Dieterichs
07447e8191 Improves keyboard accessibility in hovers. 2022-02-23 19:33:17 +01:00
David Dossett
14be84daa7 Fix #143735 2022-02-23 10:24:24 -08:00
Logan Ramos
777e66c22c Implement Error object which doesn't get logged in telemetry 2022-02-23 13:22:57 -05:00
Jackson Kearl
f87aab72e8 Add NullDiagnosticsService for web
Fixes #143744
2022-02-23 10:07:50 -08:00
Daniel Imms
9a7c78132f Mention restarting in shell integration setting
Fixes #143687
2022-02-23 09:58:30 -08:00
SteVen Batten
d3d1be0131 fix layer breakage 2022-02-23 09:53:40 -08:00
SteVen Batten
b43fff4d34 improve pii path logic 2022-02-23 09:32:16 -08:00
Daniel Imms
78a9a54d38 Workaround history entry merging on Linux
This is a temporary workaround to fix the majority case where bash on Linux merges
history identical entries which we normally use as a signal of a skipped command.
The fix checks if the exit code is undefined and the command equals the last command,
inheriting the last command's exit code of so. This will not work when the exit code
differs but that's a pretty small problem with a more invasive change and we'll
track that in another issue.

Fixes #143707
2022-02-23 09:22:08 -08:00
meganrogge
c36b4477db fix #143708 2022-02-23 11:08:17 -06:00
Benjamin Pasero
ae5cbada2d tests - only have one TestProductService 2022-02-23 17:21:03 +01:00
Daniel Imms
33fdd12ec6 De-duplicate commands in run recent
Fixes #143695
2022-02-23 08:06:51 -08:00
Benjamin Pasero
1090c785fd tweaks (#143714) 2022-02-23 16:30:20 +01:00
Logan Ramos
3b6d4a8772 Fix #143746 2022-02-23 10:21:01 -05:00
Alex Ross
1a51417ce8 Append slash to drive letter
Fixes #143308
2022-02-23 16:09:20 +01:00
Daniel Imms
5df72bf689 Call out exceptions in multi line paste config
Fixes #143715
2022-02-23 07:03:52 -08:00
Daniel Imms
77abae96a7 Drop exclamation mark in shell integration msg
Fixes #143713
2022-02-23 06:59:39 -08:00
Henning Dieterichs
fba2c8b5a1 Fixes #143731 by also debouncing initialization.
Clicking into an unfocused editor first focuses the editor and only then updates the position.
2022-02-23 15:55:59 +01:00
Henning Dieterichs
4f2817a7b5 Merge pull request #143722 from BMBurstein/patch-1
Correct description of bracket guide setting
2022-02-23 15:25:39 +01:00
Henning Dieterichs
98f5d7e53c Updates descriptive audio cue names. Fixes #143728 2022-02-23 15:14:43 +01:00
Henning Dieterichs
af8c2fc440 Fixes #143727 by increasing debounce timeout from 100 to 300. 2022-02-23 14:58:44 +01:00
Johannes Rieken
d7597286e4 update distro 2022-02-23 14:39:48 +01:00
Baruch
ad1dbf9266 Correct description of bracket guide setting
The previous description for editor.guides.highlightActiveBracketPair was copied from editor.guides.bracketPairs
2022-02-23 15:00:33 +02:00
Benjamin Pasero
6dee30baa8 tests - restore test coverage for #139786 2022-02-23 13:17:21 +01:00
Henning Dieterichs
b0cbac3f93 Fixes #143635 by marking audioCues.enabled as deprecated, but also using that value if it is still set. 2022-02-23 10:04:15 +01:00
Jackson Kearl
32456dc9e7 Remove unused... 2022-02-22 20:24:19 -08:00
Jackson Kearl
fc6bcb7429 Remove IDiagnosticsService until a web version is available 2022-02-22 20:04:27 -08:00
Jackson Kearl
4fa025e9fc Fix test and reapply language tetection changes 2022-02-22 19:19:35 -08:00
Daniel Imms
63883f0ff6 Revert "Improve language detection biasing"
This reverts commit 8a2e70a5f9.
2022-02-22 17:38:53 -08:00
Jackson Kearl
8a2e70a5f9 Improve language detection biasing 2022-02-22 17:04:54 -08:00
Matt Bierner
9e3d77b1e4 Also use relative pattern for watching markdown resources 2022-02-22 16:22:55 -08:00
Matt Bierner
9aa6813191 Fix a few simple typings issues with TS 4.7 2022-02-22 16:22:55 -08:00
Matt Bierner
932976b8d2 Fix return type typing 2022-02-22 16:22:55 -08:00
Matt Bierner
6db11fbf33 Use matchesSomeScheme 2022-02-22 16:22:55 -08:00
meganrogge
800875f271 update distro 2022-02-22 18:22:37 -06:00
meganrogge
5c3c2a02bb xterm@4.18.0-beta.10 fix #142983 2022-02-22 18:13:04 -06:00
Raymond Zhao
829567a3ab Revert padding for now 2022-02-22 15:58:36 -08:00
Rob Lourens
a171bcb8eb Fix #143469
Revert "Set tabindex on output container so focus/blur listeners will fire"

This reverts commit 82a65e1a8d.
2022-02-22 15:55:00 -08:00
Daniel Imms
50158d00b9 Run OSS tool 2022-02-22 15:49:43 -08:00
Connor Peet
872e6715b4 testing: standardize inline vs context menu command visibility
Fixes #141281
2022-02-22 15:34:24 -08:00
Greg Van Liew
9861f7ad11 Merge pull request #143652 from gregvanl/linkFixes
Fix broken API link
2022-02-22 15:29:26 -08:00
Greg Van Liew
d8409b4126 Merge branch 'main' into linkFixes 2022-02-22 15:29:01 -08:00
Matt Bierner
7874a6925d Restrict command links in notebooks to trusted workspaces
Fixes #138666
2022-02-22 15:23:15 -08:00
gregvanl
7dab9d6486 Fix broken API link 2022-02-22 15:18:27 -08:00
Connor Peet
8f0bb64440 api: fix broken link 2022-02-22 15:10:58 -08:00
Connor Peet
1181f65a38 testing: fix comp error 2022-02-22 14:56:24 -08:00
Connor Peet
91342d94c9 testing: fix performance issue on large numbers of test outputs
Fixes #142514
2022-02-22 14:45:59 -08:00
David Dossett
a3bfec2ef4 Update dark HC theme name 2022-02-22 14:19:48 -08:00
Alex Dima
fcf522d109 Fixes #141871 2022-02-22 22:55:04 +01:00
Alex Dima
712c1691cb Reduce logging 2022-02-22 22:50:42 +01:00