Commit graph

104863 commits

Author SHA1 Message Date
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
Henning Dieterichs
0ad6e8e500
Fixes #172145 (#172370)
* Fixes #172145

* Adds missing localize call
2023-01-25 11:30:25 +01:00
Ladislau Szomoru
88df431511
Git - fix status bar icon for a detached commit (#172271) 2023-01-25 10:52:55 +01:00
Benjamin Pasero
09e0ff2c07
editor limit - adjust for feedback (#172355) 2023-01-25 08:53:55 +01:00
Connor Peet
5beebeb170
cli: fall back to screensaver api for linux no-sleep (#172353) 2023-01-25 16:28:30 +09:00
Benjamin Pasero
e33207a306
Export profile confirmation dialog should be an info dialog (fix #172158) (#172350) 2023-01-25 15:17:54 +09:00
Rob Lourens
270c3b1290
Bump distro (#172347) 2023-01-25 05:32:47 +01:00
Tyler James Leonhardt
4fce2702bd
Include galleryExtension for publisher check (#172338)
Fixes #172250
2023-01-24 18:44:29 -08:00
Peng Lyu
f28b25e60b
Fix #172244. Handle quick pick hide by escape key in kernel picker. (#172342) 2023-01-24 18:38:38 -08:00
Peng Lyu
57fee7bf1f
Fix #143809. research when markdown cell state changes (#168367)
* Fix #143809. research when markdown cell state changes

* fix unit test

Co-authored-by: Matt Bierner <matb@microsoft.com>
2023-01-24 18:38:09 -08:00
Rob Lourens
084487cead
Run OSS tool (#172335) 2023-01-24 18:13:53 -08:00
Peng Lyu
c00184a4c1
Fix #171385. Update kernel status on kernel creation/deletion. (#172339) 2023-01-24 18:13:15 -08:00
Matt Bierner
d749617c78
Add more verbose logging to TS Server web calls (#172325) 2023-01-25 02:30:33 +01:00
SteVen Batten
ad9601dde7
fix focus issue in trust editor (#172333)
fixes #172241
2023-01-25 02:21:09 +01:00
Matt Bierner
6c710f3324
Give debug name to the TS Server workers (#172328)
Give a debug name to the TS Server workers

This gives the TS Server worker process debug name, which helps with debugging and profiling
2023-01-24 17:07:33 -08:00
Matt Bierner
983ee9c0f9
Make sure only lib files go through XMLHttpRequest in TS Server (#172327)
If project wide IntelliSense is enabled, we want to make sure only `lib` files do through the old `XMLHttpRequest` flow
2023-01-24 17:05:19 -08:00
SteVen Batten
fc21cf076f
add some padding for descriptions in buttons (#172329)
fixes #172140
2023-01-25 01:53:57 +01:00
Matt Bierner
191303d67c
Pick up latest katex with older version number (#172323)
Pulls in 88f39cedd3
2023-01-24 16:48:25 -08:00
Matt Bierner
dd427d837e
Don't add extra right margin to layout controls (#172306)
#168910 added a right margin between layout control elements. However this also added a right margin to the last element, shifting the layout controls right by 4px

This change switch to use `gap` instead so that there's a 4px margin between elements but no extra margin for the set of layout control buttons
2023-01-24 16:19:14 -08:00
Rob Lourens
e96c9fb0b2
Add toml to cglicenses.json (#172321)
The OSS tool doesn't understand the dual-license format
2023-01-25 01:01:04 +01:00
Megan Rogge
86af97675c
fix terminal aria label issues (#172279) 2023-01-24 15:50:11 -08:00
Matt Bierner
de63488dca
Fix switching problems view mode (#172315)
Fixes #172310

This fixes the undefined access exception by removing `styler`. I then also slightly edited the code to prevent similar errors in the future
2023-01-24 23:44:57 +00:00
Matt Bierner
1ec468f1d6
Small fixes to web server (#172295)
- Fix loading of `/lib.dom.d.ts` files
- Remove file content copies being made on read
- Extract encoder/decoder constants
- Small formatting cleanup
- Remove platform setting since it's not relevant
2023-01-24 15:26:27 -08:00
Matt Bierner
945edde394
Fix small spelling error in vscode.d.ts (#172288) 2023-01-24 15:23:23 -08:00
Sandeep Somavarapu
fe9e03a730
fix #172198 (#172301) 2023-01-24 23:16:29 +00:00
Sandeep Somavarapu
771af95364
add extensions sync context (#172297) 2023-01-24 23:11:30 +00:00
Sandeep Somavarapu
c48add8672
fix #172229 (#172294) 2023-01-24 23:05:27 +00:00
Sandeep Somavarapu
f2db72909b
fix #172187 (#172291) 2023-01-24 22:49:35 +00:00
Connor Peet
1bfccc35cf
fix: "add to watch" is not globally available in the command palette (#172277)
Fixes #172275
2023-01-24 21:49:44 +00:00
Sandeep Somavarapu
5329afa049
fix #172179 2023-01-24 22:06:13 +01:00
Daniel Imms
d6eff99f2b
Merge pull request #172259 from microsoft/tyriar/172242
Exclude leading and trailing whitespace in path check
2023-01-24 12:54:24 -08:00
Daniel Imms
90da5dfe46
Remove unnecessary trailing space match 2023-01-24 11:30:29 -08:00
Daniel Imms
149601b7b7
Exclude leading and trailing whitespace in path check
Fixes #172242
2023-01-24 11:16:52 -08:00
Ladislau Szomoru
c35bf3b340
Git - change parent folder notification severity (#172230) 2023-01-24 19:18:37 +01:00
Megan Rogge
376a3b3a45
xterm@5.2.0-beta.20 (#172191)
xterm@5.2.0-beta.20 fix #172007
2023-01-24 10:37:31 -06:00
Megan Rogge
b556f72231
make accessibility buffer readonly (#172067) 2023-01-24 16:42:23 +01:00
Alex Ross
a0efc0a3a7
Fix dirty diff peek context (#172137)
Fixes #171863
2023-01-24 12:40:12 +01:00
Alex Ross
e82e833c31
Remove extra implements (#172133) 2023-01-24 12:20:07 +01:00
Alex Ross
7d20d2ad25
Add getChanges back to dirty diff. Remove as any cast (#172125) 2023-01-24 11:57:45 +01:00
Ladislau Szomoru
569f3d1104
Git - update model state if a git operation fails (#172122) 2023-01-24 10:55:05 +01:00