Johannes Rieken
96af2a5e2e
Merge pull request #173143 from microsoft/joh/witty-cuckoo
...
joh/witty cuckoo
2023-02-02 13:00:15 +01:00
Robo
91c956c1ba
chore: update distro ( #173140 )
2023-02-02 03:53:41 -08:00
Alex Ross
0bdb76105d
Comments show garbled in inline diff ( #173138 )
...
Fixes #167733
2023-02-02 12:47:32 +01:00
Matt Bierner
69b6f978f6
Make sure we pass TS server the transformed project root ( #173096 )
...
When opening a file, we pass TS Server a project root to prevent it from scanning too many files. On web, we need to pass the transformed project root, not the original uri
This PR also removes some confusingly duplicated methods and renames them to make their behavior more clear
2023-02-02 11:30:04 +00:00
Johannes Rieken
86b34fdd9e
CSP: allow blob as worker-src ( #173142 )
...
fixes https://github.com/microsoft/vscode/issues/173104
2023-02-02 03:08:12 -08:00
Johannes
c09423c5f1
update SWC to support latest TS things
2023-02-02 12:01:28 +01:00
Johannes
f7f42dbd63
print/fwd SWC errors properly
...
https://github.com/microsoft/vscode/issues/173074
2023-02-02 11:57:38 +01:00
Sandeep Somavarapu
bf3e7599e3
fix input box border ( #173139 )
2023-02-02 02:56:58 -08:00
Benjamin Pasero
fccbc488ea
Merge pull request #172754 from microsoft/ben/royal-trout
...
Clean up and improve dialog service API
2023-02-02 11:20:01 +01:00
Robo
363839d7b7
chore: bump node-pty@0.11.0-beta28 ( #173090 )
2023-02-02 11:18:25 +01:00
Benjamin Pasero
cd9bd60c5c
go Go back in navigation locations on longer works ( fix #173109 ) ( #173110 )
2023-02-02 11:16:57 +01:00
Alex Ross
01ea25e896
Comment button can be partially transparent based on theme ( #173037 )
...
* Comment button can be partially transparent based on theme
Fixes #162838
* Fix return type
2023-02-02 02:12:42 -08:00
Raymond Zhao
7eb6452066
Add appdata.xml to rpm template ( #172976 )
...
Fixes #141092
2023-02-02 01:54:43 -08:00
Benjamin Pasero
cf66f5ca3d
files - always use createFileSystemProviderError ( #173106 )
2023-02-02 10:41:03 +01:00
Benjamin Pasero
b3ee23ab1d
Merge branch 'main' into ben/royal-trout
2023-02-02 09:59:23 +01:00
Benjamin Pasero
14f13b1f20
skip flaky notebook tests ( #173124 )
...
* skip flaky notebook test
* link to issue
* skipe the suite
2023-02-02 09:58:05 +01:00
Benjamin Pasero
3f2dc42028
dialog - fix buttons
2023-02-02 08:30:01 +01:00
Connor Peet
12d2e0bfa6
testing: fix improve test decoration performance ( #173082 )
...
Fixes #170493 . Goes from a 1600ms hang to an 8ms computation.
2023-02-02 06:02:37 +01:00
Peng Lyu
c581592f24
Re #170072 , disable nb flaky test. ( #173091 )
2023-02-02 06:02:14 +01:00
Connor Peet
9a1ee564ee
testing: handle error when markdown preview is disabled ( #173083 )
...
For #170467
2023-02-01 15:40:53 -08:00
Megan Rogge
82d2727bf0
xterm@5.2.0-beta.24 ( #173075 )
...
fix #173071
2023-02-01 17:31:21 -06:00
Matt Bierner
6c12ba1f81
Revert to TS 4.9.5 for this iteration ( #173081 )
...
TS 5.0 doesn't come out til mid March
2023-02-01 15:12:13 -08:00
Andrea Mah
863984a61f
Introduce extra state for search tree view collapse ( #173080 )
...
Fixes #162812
2023-02-01 15:05:23 -08:00
Andrea Mah
e3da120e08
Deduce parent element from compressed node instead of stored info ( #173078 )
...
Fixes #163599
2023-02-01 14:27:13 -08:00
Connor Peet
15e115204a
testing: fix controller test runs not getting tracked correctly ( #173060 )
...
* testing: fix controller test runs not getting tracked correctly
Fixes #173014
* avoid build-breaking satisfies kw
2023-02-01 13:21:56 -08:00
Daniel Imms
daa5ee5498
Merge pull request #173073 from microsoft/tyriar/172223
...
Correct order of enableFileLinks descriptions
2023-02-01 13:08:50 -08:00
Megan Rogge
c6e4988a37
tweak quick fix descriptions ( #173072 )
...
fix #167557
2023-02-01 13:08:00 -08:00
Daniel Imms
659c316d77
Correct order of enableFileLinks descriptions
...
Fixes #172223
2023-02-01 12:52:47 -08:00
Daniel Imms
4133e2b5ab
Merge pull request #173048 from microsoft/tyriar/localize_a11y_buffer
...
Localize a11y buffer
2023-02-01 12:38:36 -08:00
Daniel Imms
9b8548e447
Merge pull request #173069 from microsoft/tyriar/a11y_enabled
...
Use conpty while accessibility mode is enabled
2023-02-01 12:32:24 -08:00
Logan Ramos
b8968e9b6f
Attempt to slow file system errors into telemetry ( #173070 )
...
Attempt to slow file system errors
2023-02-01 12:31:50 -08:00
Daniel Imms
03e4ae5f94
Merge pull request #173053 from microsoft/tyriar/psreadline
...
Only register ps1 keyhandlers if psreadline is on
2023-02-01 12:29:37 -08:00
Daniel Imms
3912d68fdf
Use conpty while accessibility mode is enabled
...
I believe this was to workaround some early conpty issues, like when
it used to aggressively re-render the screen. It seems to work pretty
well now and we need conpty for shell integration to work.
2023-02-01 12:12:03 -08:00
Peng Lyu
914d3568bd
Fix #172244 . MRU should not pick suggestion when users cancel. ( #173065 )
2023-02-01 12:01:19 -08:00
Connor Peet
0448942c17
testing: fix jumping icon on hover when item is empty ( #173059 )
...
Fixes #173010
2023-02-01 11:11:09 -08:00
Bhavya U
a423a415b8
Adopt onWalkthrough implicit activation event generation ( #172952 )
...
Adopt implicit activation events
2023-02-01 10:53:04 -08:00
Connor Peet
edde095868
debug: show output test when present with variablesReference ( #172880 )
...
Previously, if a DAP output event contained a variablesReference, we
would entirely ignore the `output` text in favor of shows its variables.
However, output can be richer than variable data: namely, it can show
ANSI sequences which would be inappropriate to format in
a variable `value`.
In this PR, if an output event has a single variable in its
`variablesReference` and output text, we show the output text instead
of the variable value. (Maybe we should also log output as plain text,
though this could be a confusing experience. I don't know of any DA's
that actually emit >1 variable in their output.)
For #172868
For #171732
(will need adoption in js-debug to actually fix those)
2023-02-01 09:57:41 -08:00
Raymond Zhao
cc48bab3f7
Clean up the remote search provider ( #172975 )
2023-02-01 09:19:51 -08:00
Benjamin Pasero
9d236ed325
dialog - update comment for input
2023-02-01 18:19:47 +01:00
Henning Dieterichs
50292d6e84
Sends test result messages over to extension host. Fixes regression. ( #173044 )
2023-02-01 09:11:25 -08:00
Benjamin Pasero
fbb1c93b3b
dialogs - add tests back which work (windows)
2023-02-01 18:05:21 +01:00
Benjamin Pasero
8306afb2c0
dialog - fix compile
2023-02-01 18:00:59 +01:00
Alex Ross
693ac3c0e1
Comments widget obscures horizontal scrollbar in diff editor ( #173034 )
...
Fixes #172944
2023-02-01 17:58:22 +01:00
Daniel Imms
22c3892d92
Only register ps1 keyhandlers if psreadline is on
2023-02-01 08:56:06 -08:00
Daniel Imms
17bbf868af
Merge pull request #173050 from microsoft/tyriar/169867_2
...
Speed up _parseWords further
2023-02-01 08:50:14 -08:00
Benjamin Pasero
c17a8fdf88
Merge branch 'main' into ben/royal-trout
2023-02-01 17:46:39 +01:00
Henning Dieterichs
54d3518bb2
Merge pull request #173035 from microsoft/hediet/additional-giraffe
...
Shows "Accept Combination (Incoming first)" when combination is order-sensitive.
2023-02-01 17:39:08 +01:00
Daniel Imms
b188275923
Speed up _parseWords further
...
The regex approach is ~50-150x faster
Fixes #169867
2023-02-01 08:34:03 -08:00
Daniel Imms
70703fe42f
Localize a11y buffer
2023-02-01 08:16:22 -08:00
Henning Dieterichs
ea52e5d02c
Merge pull request #172936 from microsoft/hediet/eventual-shrimp
...
Fixes #151203
2023-02-01 17:10:53 +01:00