Commit graph

104903 commits

Author SHA1 Message Date
Tyler James Leonhardt 07d6f5b35f
Revert "fixes #170559 (#170567)" (#172491)
This reverts commit fb26225367.
2023-01-26 04:04:13 +01:00
Sandeep Somavarapu 53830a5707
fix #172252 (#172484) 2023-01-26 01:00:42 +01:00
Sandeep Somavarapu 161296019b
fix #172362 (#172467) 2023-01-26 00:47:50 +01:00
Sandeep Somavarapu 405366d1b0
fix #172203 (#172483) 2023-01-26 00:46:47 +01:00
Sandeep Somavarapu 5c2027290c
Fix #172385 (#172476) 2023-01-25 15:22:07 -08:00
Logan Ramos 22ee4cd904
Allow telemetry action to run again (#172475) 2023-01-25 23:42:53 +01:00
Joyce Er 234bb7ea58
VS Code for the Web -> vscode.dev (#172473) 2023-01-25 23:41:09 +01:00
Megan Rogge 5abd2262b3
increase search area of quick fixes (#172471)
fix #172068
2023-01-25 23:35:34 +01:00
Sandeep Somavarapu e55ad94749
fix #172260 (#172468) 2023-01-25 23:11:47 +01:00
Sandeep Somavarapu f843ce833a
fix #172224 (#172461) 2023-01-25 22:41:05 +01:00
Megan Rogge a60a1cfe2c
only select text when navigating changes for screen readers (#172459)
fix #172458
2023-01-25 22:36:10 +01:00
Peng Lyu 0620c88ca9
Fix #169304. Dispose kernel task providers on EH restart. (#172456) 2023-01-25 22:25:55 +01:00
Sandeep Somavarapu 26617f8d30
fix #172217 (#172455) 2023-01-25 22:21:10 +01:00
Daniel Imms 572574513c
Merge pull request #172414 from microsoft/tyriar/166506_2
Revert "Show Terminal menu on web"
2023-01-25 13:07:47 -08:00
Sandeep Somavarapu 8d0e9bfc1f
fix #172356 (#172449) 2023-01-25 22:04:16 +01:00
Peng Lyu 449c386eb5
Fix #172426. Convert cell output to dto on model change. (#172444) 2023-01-25 21:38:20 +01:00
Sandeep Somavarapu 207aafcb19
fix #172440 (#172442) 2023-01-25 21:37:35 +01:00
Tyler James Leonhardt 7fc1f6aacb
use better mechanism for base64 decoding with unicode characters (#172445)
Fixes #172441
2023-01-25 21:32:00 +01:00
SteVen Batten 88e4667480
use helper function a la ben (#172435) 2023-01-25 21:25:10 +01:00
Aaron Munger aaeb401f04
Merge pull request #172427 from amunger/aamunger/IWRecovery
don't recovery notebook editors from IW notebooks.
2023-01-25 12:13:38 -08:00
Joyce Er f63bfe3942
Fix auto publish before Continue On (#172324)
* Fix auto publish before Continue On

* Fix provider implementation
2023-01-25 12:12:18 -08:00
Matt Bierner 869f00e0c6
Restore slice call for decoding file contents (#172438)
We need to slice the bytes since we can't pass a shared array to text decoder
2023-01-25 20:59:20 +01:00
Raymond Zhao 0c441a5d89
Disable remote settings search, fixes #172411 (#172424) 2023-01-25 11:52:41 -08:00
Matt Bierner 460d602f28
Don't reload webview content on title change (#172437)
Fixes #172391
2023-01-25 20:45:10 +01:00
Peng Lyu 5b82a859ce
Fix #172417. Check new preferred mimetype after cell output items update. (#172434) 2023-01-25 20:40:38 +01:00
Martin Aeschlimann d281b44e83
[css] update service (#172431) 2023-01-25 20:34:15 +01:00
Martin Aeschlimann 49e696c011
web: css language server not working when display language is set (#172430) 2023-01-25 20:19:40 +01:00
aamunger f16ff38c40
check viewtype, is string, not interactive 2023-01-25 11:04:08 -08:00
aamunger 39da966de3
don't recovery notebook editors from IW notebooks.
don't recover backups for new IW notebook models
2023-01-25 11:04:07 -08:00
Connor Peet 7a04589c16
cli: fix sleep inhibition not always working (#172428)
Seems like we should prevent _both_ "useridlesystemsleep" as well as "systemsleep"

Fixes https://github.com/microsoft/vscode-remote-release/issues/7913
2023-01-25 19:50:52 +01:00
Henning Dieterichs 70efe00037
Fixes #170527 (#172422) 2023-01-25 19:09:40 +01:00
Henning Dieterichs d81f0a4067
Fixes #164716 (#172421) 2023-01-25 19:04:21 +01:00
Henning Dieterichs 485b85497c
Fixes inline suggestion bug (#172420) 2023-01-25 19:00:13 +01:00
Johannes Rieken 9dc8f64e3a
add trace logging for range formatting request and response (#172412)
https://github.com/microsoft/vscode/issues/170936
2023-01-25 18:08:29 +01:00
SteVen Batten 564ae3c3a1
fix local file case (#172410)
fixes #158168
2023-01-25 18:03:03 +01:00
Daniel Imms eade354051
Revert "Show Terminal menu on web"
This reverts commit 533678ede6.
2023-01-25 08:57:47 -08:00
Daniel Imms f4634cbac9
Merge pull request #172409 from microsoft/tyriar/172196
Add a11y help to commands to skip shell, make alt+f1
2023-01-25 08:50:31 -08:00
Daniel Imms 412bf5f0ad
Add a11y help to commands to skip shell, make alt+f1
Aligns keybindings with the editor command

Fixes #172196
2023-01-25 08:35:07 -08:00
Sandeep Somavarapu 1746152b89
Merge pull request #172280 from microsoft/sandy081/minor-chickadee
fix #172161
2023-01-25 16:10:57 +01:00
Sandeep Somavarapu 6412d05d71
Merge pull request #172289 from microsoft/sandy081/intelligent-porpoise
fix #172179
2023-01-25 16:10:34 +01:00
Henning Dieterichs fa0e27f2ff
Fixes #172152 (#172388)
* Fixes #172152

* Adresses PR feedback.
2023-01-25 15:46:08 +01:00
Henning Dieterichs 2bc7f1dc15
Fixes #172143 (#172379)
* Fixes #172143

* Fixes lint issues.
2023-01-25 15:11:37 +01:00
Megan Rogge 7d08b7f404
xterm@5.2.0-beta.21 (#172276) 2023-01-25 14:31:48 +01:00
Alex Ross 5b5b63e09e
Fix port from codespaces not showing in Ports view (#172373)
Fixes https://github.com/microsoft/vscode-remote-release/issues/7910
2023-01-25 14:29:29 +01:00
Henning Dieterichs 5b7ca34c3f
Fixes #172151 (#172383) 2023-01-25 14:27:52 +01:00
Henning Dieterichs 2352e26dd0
Fixes #172150 (#172382) 2023-01-25 14:25:43 +01:00
Johannes Rieken d2e4f8fcb2
fix https://github.com/microsoft/vscode/issues/172221 (#172381) 2023-01-25 14:11:25 +01:00
Johannes Rieken fc5d2e8d7e
fix https://github.com/microsoft/vscode/issues/172211 (#172361) 2023-01-25 13:11:59 +01:00
Ladislau Szomoru 82ed9fd51c
Git - fix wording for git repositories in parent folders (#172375)
* Git - update wording based on feedback

* Git - update wording based on feedback
2023-01-25 12:59:15 +01:00
Henning Dieterichs f1f9b53f08
Fixes #172142 (#172372) 2023-01-25 11:40:35 +01:00