105254 Commits

Author SHA1 Message Date
Megan Rogge
d896f7bcd4
add content editable setting, allow non-screen reader users to use accessible buffer (#173322) 2023-02-06 07:48:29 -08:00
Alex Ross
90c3ebe980
Update shellscript grammar to get fix (#173574) 2023-02-06 07:14:56 -08:00
Alexandru Dima
5d7d4a1b58
Improve documentation (#173571) 2023-02-06 06:43:50 -08:00
Henning Dieterichs
35f6b55d11
Fixes #173455 (#173569) 2023-02-06 06:40:22 -08:00
Sandeep Somavarapu
17754377af
also delete init file while migration (#173562) 2023-02-06 05:47:30 -08:00
Sandeep Somavarapu
817c203cac
add extensions scanning perf ticks on server (#173561) 2023-02-06 14:42:23 +01:00
Sandeep Somavarapu
ca480b0351
disable initializing user data (#173560) 2023-02-06 05:38:03 -08:00
Ladislau Szomoru
01f32e6a44
Git - do not try to resolve workspace folders that do not use the file scheme (#173546) 2023-02-06 03:33:06 -08:00
Alex Ross
7b369be6af Get latest shellscript grammar and update tests 2023-02-06 12:32:44 +01:00
Alex Ross
c3a17a3ebf Revert shellscript grammar change and add more tests 2023-02-06 12:32:44 +01:00
Benjamin Pasero
3247713b75
debt - avoid deprecated Action (#162713) (#173525) 2023-02-05 23:58:06 -08:00
Benjamin Pasero
4938e12611
do not send shared process errors to telemetry (#173504) (#173519) 2023-02-06 08:15:25 +01:00
Sandeep Somavarapu
c9e3ef8655
improve extensions cleanup (#173484)
- rename and delete
- delete generated folders
- developer action to cleanup
2023-02-05 14:50:39 -08:00
Hamza Hamidi
b02d1d580a
fix(keybindings): fix hashcode for scan codes & simple keys (#173456)
* fix(keybindings): fix hashcode scancode/simplekey

The issue was introduced in this PR https://github.com/microsoft/vscode/pull/169842
The hashcode for scan codes and simple keys was not updated to distinguish between them.

fix #173283
fix #173325

* Avoid hash collisions between `KeyCodeChord` and `ScanCodeChord`

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2023-02-05 21:29:32 +00:00
Ladislau Szomoru
046f093824
SCM - Fix commit action button border (#173476) 2023-02-05 10:53:33 -05:00
Tyler James Leonhardt
57f26d2907
Fixes #173380 (#173428)
Fixes #173380
2023-02-04 15:57:24 +01:00
Ladislau Szomoru
43db9d2d06
Git - add trace message if workspace folder cannot be resolved (#173410) 2023-02-04 10:15:27 +01:00
Joyce Er
91fccee240
Do not autostore cloud changes on reload in web (#173386) 2023-02-03 15:28:51 -08:00
Peng Lyu
dfb9b664df
Re microsoft/vscode-jupyter#9879. Handle file path in cell uri. (#173385)
* Re microsoft/vscode-jupyter#9879. Handle file path in cell uri.

* :polish:
2023-02-03 15:24:10 -08:00
Daniel Imms
fa7ae04e72
Merge pull request #173378 from microsoft/tyriar/172225
Return original path when wslpath fails
2023-02-03 14:17:11 -08:00
Daniel Imms
5a64e8b7a7
Merge pull request #173376 from microsoft/tyriar/166506_3
Toggle terminal in web when there are no contributed profiles
2023-02-03 14:12:21 -08:00
Daniel Imms
da84420c8b
Return original path when wslpath fails
Fixes #172225
2023-02-03 13:50:25 -08:00
Daniel Imms
52e366e688
Toggle terminal in web when there are no contributed profiles
Fixes #166506
2023-02-03 13:30:41 -08:00
Connor Peet
40f31f92d0
cli: fix download for arm32 linux (#173374)
Once again, wishing target_* were statically typed...

Fixes https://github.com/microsoft/vscode-remote-release/issues/7631
2023-02-03 13:30:31 -08:00
Connor Peet
9992acd9af
fix: error logged via a console.error doesn't show as red in debug console (#173366)
With the changes earlier this week, severity now works for expression elements, but it wasn't being set.

Fixes #171732
2023-02-03 13:28:07 -08:00
Ladislau Szomoru
4b2a44d7ec
Git - fix regression caused by workspace folder that cannot be resolved using fs.realpath() (#173372) 2023-02-03 13:25:25 -08:00
Connor Peet
70e6122e0f
testing: prefer to keep insertion order on the same location without sortText (#173350)
Fixes #163449
2023-02-03 13:24:25 -08:00
Megan Rogge
f0f793a39e
Improve accessibility of terminal accessibility help widget (#173166) 2023-02-03 12:41:39 -08:00
Daniel Imms
97deded9a7
Remove terminal navigation mode (#173154)
Fixes #170988

Co-authored-by: Megan Rogge <merogge@microsoft.com>
2023-02-03 12:38:06 -08:00
Connor Peet
dc6fd239e6
strings: use more comprehensive ansi escape code regex (#173362)
* strings: use more comprehensive ansi escape code regex

The ansi escape remover only recognized a few codes, and only a
subset of their syntax. Be more comprehensive, and add tests.

Fixes #153648

* address pr comment
2023-02-03 12:37:20 -08:00
Logan Ramos
06c5eb5ead
Handle disposing better (#173351) 2023-02-03 11:53:39 -08:00
Rob Lourens
8b0df6643f
Keep notebook kernel bindings for non-untitled notebooks after they close (#173352)
And also only persist the selected kernel in the editor view state for untitled notebook editors
Fix #171385
2023-02-03 11:10:07 -08:00
Joyce Er
3ab0fb3aa9
Lint redundant activation events if extension is targeting ^1.75 (#173345) 2023-02-03 09:53:00 -08:00
Joyce Er
19014d03d6
Bump milestone in my-work.github-issues (#173339) 2023-02-03 09:24:37 -08:00
Megan Rogge
3e43792fb9
enable audio cues to be played in parallel when playAudioCues is called (#173326)
fix #172523
2023-02-03 10:23:12 -07:00
Daniel Imms
6cb34eb223
Merge pull request #173329 from microsoft/tyriar/173111
Add unit tests for Event.accumulate
2023-02-03 08:56:42 -08:00
Daniel Imms
822bce1d23
Simplify resolve line 2023-02-03 08:41:56 -08:00
Daniel Imms
a0ed393c3b
Add unit tests for Event.accumulate
Part of #173111
2023-02-03 08:39:08 -08:00
Sandeep Somavarapu
fe8228c713
Merge pull request #172708 from Schamper/main
Only raise OfflineError when actually offline
2023-02-03 17:06:12 +01:00
Johannes Rieken
97e961aad1
make sure to reuse snippet completions when being told to do so (#173297)
* make sure to reuse snippet completions when being told to do so

re https://github.com/microsoft/vscode/issues/173244

* cleanup property after running tests
2023-02-03 17:03:25 +01:00
Sandeep Somavarapu
e549d660ed
Fix #162051 (#173308) 2023-02-03 16:24:24 +01:00
Martin Aeschlimann
beea143b43
json server readme wording (#173304) 2023-02-03 06:39:45 -08:00
Alex Ross
af33e96885
Add some tests of the comments view (#173165)
* Add some tests of the comments view

* Fix tests
2023-02-03 07:17:20 -07:00
Megan Rogge
d2212e3c73
if a command was replayed, don't evaluate quick fixes (#173200) 2023-02-03 08:13:03 -06:00
Johannes Rieken
d19476592d
update test-web (#173301) 2023-02-03 06:07:54 -08:00
Martin Aeschlimann
d4d77fbce7
Icons in problems view show black when not focused (#173276) 2023-02-03 14:21:00 +01:00
Johannes Rieken
7e69465303
don't use underscore for native JS things (#173282) 2023-02-03 03:47:51 -08:00
Peng Lyu
a617587fe5
Fix #172206. Handle absolute path in outputs. (#173252) 2023-02-02 23:05:34 -08:00
Peng Lyu
1e55b31bda
Add trace/error when active nb editor is not in tracked editors map. (#173251) 2023-02-03 07:55:11 +01:00
Martin Aeschlimann
99757ba7a5
Use options.renderIndentGuides to disable indent guides (#171811)
* Settings should not show indent guides. Simple fix

* Use options.renderIndentGuides to disable indent guides
2023-02-03 06:49:16 +01:00