103084 Commits

Author SHA1 Message Date
Alexandru Dima
b6c2269cfd
Rename (#167271) 2022-11-25 16:27:59 +00:00
Johannes Rieken
9a188c9b52
Merge pull request #167268 from microsoft/joh/careful-gopher
also mark engineering items for release notes
2022-11-25 16:54:53 +01:00
Alexandru Dima
8a894eb038
Adopt idle instantiation in editor contributions and use explicit syntax in the ones which need to be eager (#166966)
* Adopt idle instantiation in editor contributions and use explicit syntax in the ones which need to be eager

* Make sure all editor contributions are eventually instantiated

* Introduce multiple values for `EditorContributionInstantiation` and adopt them
2022-11-25 16:52:36 +01:00
Martin Aeschlimann
c7bdf0a299
do not use registerThemingParticipant (#167262) 2022-11-25 15:25:34 +00:00
Johannes Rieken
d4e25f8a04
also mark engineering items for release notes 2022-11-25 16:24:37 +01:00
Martin Aeschlimann
86ff830c3a
fix string.replace (for #167239) (#167259) 2022-11-25 14:45:57 +00:00
Johannes Rieken
a2a90a4e76
add 'don't ask again' to close with with conflicts modal (#167258)
fixes https://github.com/microsoft/vscode/issues/159024
2022-11-25 14:41:31 +00:00
Sandeep Somavarapu
337fd85290
report profiles telemetry (#167257) 2022-11-25 14:37:45 +00:00
Martin Aeschlimann
46685b5669
Fix input boxes with borders (#167252)
Fix input boxes with borders (Fixes #167209)
2022-11-25 15:27:36 +01:00
Sandeep Somavarapu
ebfbb8cad9
fix #160313 (#167251) 2022-11-25 14:08:53 +00:00
Benjamin Pasero
aa961ec5da
String.replace will substitute special patterns (#167239) (#167250) 2022-11-25 14:03:49 +00:00
Ladislau Szomoru
3a52e79cea
Git - handle unsafe repositories (#167248) 2022-11-25 14:40:23 +01:00
Sandeep Somavarapu
227e4ca947
update distro (#167246) 2022-11-25 13:20:28 +00:00
Sandeep Somavarapu
a81ff8ab43
avoid prominent and non-prominent in dropdown (#167244) 2022-11-25 13:16:59 +00:00
Alexandru Dima
e1872e1d70
Help the treeshaker understand that AbstractLogger.getLevel is referenced via ILogger.getLevel (#167241) 2022-11-25 13:53:29 +01:00
Sandeep Somavarapu
19d833698b
fix #153912 (#167238) 2022-11-25 13:50:28 +01:00
Alex Ross
b5ce100fe1
Don't require workspace folder for welcome view variables (#167235) 2022-11-25 11:45:11 +00:00
Sandeep Somavarapu
d65e6e6b2f
Fix #167046 (#167230) 2022-11-25 11:19:45 +01:00
Sandeep Somavarapu
dbc3941061
Fix #166433 (#167225) 2022-11-25 09:47:10 +00:00
Sandeep Somavarapu
d0e44be432
fix #167128 (#167197) 2022-11-24 14:22:10 -08:00
Sandeep Somavarapu
2fc0421022
Fix #166120 (#167199) 2022-11-24 14:18:34 -08:00
Yue Yang
34af9dd2fc
fix: text overlay in replace input (#162036)
* fix: text overlay in replace input

Signed-off-by: Yue Yang <g1enyy0ung@gmail.com>
2022-11-24 10:36:31 -08:00
Sandeep Somavarapu
a9b627e870
enable main request service in insiders (#167190) 2022-11-24 17:46:54 +01:00
Harald Kirschner
89a91f057d
Instrument sync (#167117) 2022-11-24 17:40:21 +01:00
Sandeep Somavarapu
d7e836d1cc
- enable sign verification in insiders by default (#167188)
- disable sign verification in linux armhf
2022-11-24 16:31:31 +00:00
Johannes Rieken
719131738d
css variables all the way (#167180)
fixes https://github.com/microsoft/vscode/issues/166729
2022-11-24 14:41:44 +00:00
Alex Ross
3dc0754369
Add variables to welcome views (#167163) 2022-11-24 15:15:10 +01:00
Sandeep Somavarapu
0597499e1c
update distro (#167177) 2022-11-24 15:12:50 +01:00
Johannes Rieken
896c9c03e9
fix https://github.com/microsoft/vscode/issues/166566 (#167179) 2022-11-24 14:05:09 +00:00
Johannes Rieken
1e3d0b5c05
mangle polish (#166604)
* mangle polish

* missing js files (again...)
2022-11-24 14:52:10 +01:00
Sandeep Somavarapu
ffb986916a
Fix #162438 (#167176) 2022-11-24 14:40:03 +01:00
Alex Ross
6b9964e297
Remove comments reserved space when commenting is off (#167165)
Part of #162352
2022-11-24 11:48:17 +00:00
Sandeep Somavarapu
f421b1b8f7
fix importing extensions and globalstate (#167162) 2022-11-24 11:36:16 +00:00
Martin Aeschlimann
c957a12b79
tunnel command does not start: unnecessary whitespace (#167158)
tunnel command does not start
2022-11-24 11:15:13 +00:00
Martin Aeschlimann
1314c51b96
rename authority tunneling -> tunnel & simplify code (#167154) 2022-11-24 10:50:17 +00:00
SteVen Batten
c816a6bcf2
fixes #156855 (#167107) 2022-11-24 11:25:40 +01:00
Alex Ross
7aca5443e3
Bump distro (#167144) 2022-11-24 09:12:56 +00:00
Robo
0f8089f424
fix: main request service for Electron.net requests (#167075) 2022-11-24 00:48:48 -08:00
Harald Kirschner
0306f1e019
Allow treatments for rendererProfiling (#167127) 2022-11-24 08:59:44 +01:00
Joyce Er
2eca6d38de
Rework Continue On telemetry (#167124)
* Rework Continue On telemetry

* Fix tests

* Fix line endings

* More line endings
2022-11-24 04:10:27 +00:00
Andrea Mah
00b1383034
Search viewlet sometimes showing two replace buttons (#167114)
Fixes #167097
2022-11-23 23:54:47 +00:00
Joyce Er
a7c16eef9e
Allow Continue On options to specify standalone command names (#167111)
* Fix https://github.com/microsoft/vscode/issues/167106

* Allow Continue On options to specify standalone command names
2022-11-23 15:12:13 -08:00
Henning Dieterichs
2683a6aa9e
Fixes merge editor bug (#167113) 2022-11-23 22:58:29 +00:00
Joyce Er
0689d81c4e
Edit Sessions -> Cloud Changes in output channel name (#167112) 2022-11-23 14:55:50 -08:00
Joyce Er
3903dac1c6
Allow documentation for Continue On options (#167109)
Fix https://github.com/microsoft/vscode/issues/167106
2022-11-23 14:24:48 -08:00
Ladislau Szomoru
6c84b1bd63
Engineering - Update minimatch (#167102)
Update minimatch
2022-11-23 21:43:52 +00:00
Sandeep Somavarapu
3f5437ab19
fix #163392 (#167103) 2022-11-23 21:40:54 +00:00
Connor Peet
24828a9a02
Merge pull request #167100 from microsoft/connor4312/pr-166191
Correct updates to TestItem.error and TestItem.sortText
2022-11-23 16:34:25 -05:00
Ladislau Szomoru
96d05578ac
Test - update minimatch (#167101) 2022-11-23 21:33:27 +00:00
Ladislau Szomoru
353e1cfcc3
NPM - Update minimatch (#167099)
Update minimatch
2022-11-23 21:27:51 +00:00