Commit graph

101158 commits

Author SHA1 Message Date
Daniel Imms e77c6d808a
Fix extracting correct PID on Windows 2022-09-27 15:51:19 -07:00
Daniel Imms 970bc5d345
Merge remote-tracking branch 'origin/main' into tyriar/161775 2022-09-27 15:45:30 -07:00
Daniel Imms c0f5b323b3
Merge pull request #162075 from microsoft/tyriar/wording
Improve free port messages
2022-09-27 15:43:55 -07:00
Daniel Imms 2c68fb36ea
Merge pull request #162079 from microsoft/tyriar/162078
Add terminal quick fix to commands to skip shell
2022-09-27 15:42:41 -07:00
Daniel Imms c66e0fa575
Add terminal quick fix to commands to skip shell
Fixes #162078
2022-09-27 15:15:52 -07:00
Matt Bierner 0994daba5c
Fix selection of notebook renderers for outputs (#162068)
Fix selection of notebook renderers

This fixes selection of notebook renderers when multiple renderers exist for a given mime type
2022-09-27 15:08:49 -07:00
Daniel Imms 58f254ace2
Improve free port messages 2022-09-27 15:04:11 -07:00
Daniel Imms 2d6d6cd72a
Fix free port quick fix on Windows
Valid port numbers are 1-65535, but 1-1023 are reserved.

Fixes #161775
2022-09-27 14:59:24 -07:00
Peng Lyu 8f43917766
Fix #161917. Bind pointer event listener on overview container (#162061) 2022-09-27 14:53:22 -07:00
Megan Rogge 08578603ee
focus on first item in quick fix menu (#162064) 2022-09-27 14:36:44 -07:00
Matt Bierner 4f0edb3fe7
Pick up latest TS 4.8.4 recovery (#162059) 2022-09-27 14:28:39 -07:00
Matt Bierner ca635a3cdf
Add playsInline to video (#162065)
We want the video to play in the editor, not go fullscreen
2022-09-27 14:28:22 -07:00
Matt Bierner b4600dab29
Fix audio mime type listing (#162063) 2022-09-27 13:39:05 -07:00
Megan Rogge 8b4a451a23
tweak regex for git similar command (#162057)
fix #161997
2022-09-27 13:25:31 -07:00
Megan Rogge b712a791e8
tweak regex for create PR (#162055)
fix #161911
2022-09-27 13:25:20 -07:00
Daniel Imms 6cf761e5a5
Merge pull request #162058 from microsoft/tyriar/xterm_update3
Update xterm
2022-09-27 13:24:44 -07:00
Daniel Imms 4e074b4631
Update xterm
- Fix priority task queue and idle callback fallback xtermjs/xterm.js#4155
- Remove queuemicrotask polyfill xtermjs/xterm.js#4154
- Fix repetitive microtask problem xtermjs/xterm.js#4153
2022-09-27 12:59:08 -07:00
Rob Lourens 83bbb3941f
Fix settings sync typo (#162050) 2022-09-27 12:34:40 -07:00
Sandeep Somavarapu 83f71abd63
fix #161933 (#162029) 2022-09-27 11:13:22 -07:00
Rob Lourens 0279e216c5
Change "load all" to "load more" (#162015)
Change "load all" to "load more", fix #161884
2022-09-27 10:17:33 -07:00
Benjamin Pasero a29fd5ed15
show correct path for install dir warning (#161996) 2022-09-27 09:36:28 -07:00
Alex Ross c812153801
badge should not allow decimal values (#162001)
Fixes #161990
2022-09-27 09:36:04 -07:00
David Dossett 97fd38a375
Update inserted/removed diff character background (#161275)
* Update diff inserted/removed text background

* Update inserted text color
2022-09-27 09:26:20 -07:00
Benjamin Simmonds 6274321c7a
show builtin extensions if the require an action (#161986)
* show builtin extensions if the require an action

* Show outdated builtin extensions but with no ignor
2022-09-27 08:53:03 -07:00
Harald Kirschner ea5b244abd
File snippets for HTML and PHP (#161881)
* Adding file snippets for HTML and PHP to start small.

* Adding TS
2022-09-27 08:15:57 -07:00
Daniel Imms fa91f63692
Prevent exception in attachToElement
Part of #160914
2022-09-27 08:06:21 -07:00
João Moreno 70a7ce4d1a
Auto releasing a build needs peer approval (#161981)
* make sure VSCODE_RELEASE has peer approval

* boom
2022-09-27 16:55:34 +02:00
João Moreno 43894c6ea0
add Cargo.toml for inno-updater (#161976) 2022-09-27 07:29:29 -07:00
Alex Ross 8b8767eade
Badge value is not type validated (#161966)
Fixes #161919
2022-09-27 06:10:15 -07:00
Benjamin Simmonds dbfdbb2233
Fix #161904 (#161927)
* Fix #161904

* fix tests
2022-09-27 05:56:54 -07:00
Alexandru Dima 809cceca75
update distro (#161957) 2022-09-27 05:29:48 -07:00
Alexandru Dima 29b8a1e27f
Run OSS tool (#161956) 2022-09-27 05:21:59 -07:00
Henning Dieterichs 42a198b98b
Merge pull request #160385 from thernstig/patch-1
Update Groovy extension language contribution
2022-09-27 14:07:49 +02:00
Connor Peet b4d97007ec
debug: bump js-debug (#161898) 2022-09-27 00:55:36 -07:00
Benjamin Pasero 26ef29d3ce
Unit test failure: TextFileEditorModel save() and isDirty() (fix #161886) (#161891) 2022-09-27 00:25:39 -07:00
Andrea Mah 36b1398cfb
Search tree in multiroot doesn't collapse to one below root (#161863)
Fixes #161858
2022-09-26 21:01:24 -07:00
Matt Bierner 191bd0908c
Delay custom editor service (#161871)
For #159178
2022-09-26 18:49:59 -07:00
Joyce Er 7ac6686975
Show Edit Session should always be available in palette (#161866) 2022-09-26 16:46:50 -07:00
David Dossett be778b7a51
Update inlay hints contrast (#161859)
* Update inlay hints colors

* Update dark+
2022-09-26 16:02:31 -07:00
Joyce Er 121f13044a
Bind isMobile context key (#161854)
Re: https://github.com/microsoft/vscode/issues/160675
2022-09-26 15:27:11 -07:00
Andrea Mah 4f26134e3b
Search Tree Compression (#161546)
compression tree for search results
2022-09-26 15:22:09 -07:00
Tyler James Leonhardt 9883eb4a62
Need to spread the array for format (#161852) 2022-09-26 15:02:29 -07:00
Martin Aeschlimann 06bd7ae776
[css] use findDocumentSymbols (#161847)
[css] use findDocumentSymbols. For #157356
2022-09-26 14:16:07 -07:00
Daniel Imms 9e0e4a2d1f
Merge pull request #161841 from microsoft/tyriar/160109
Ensure quotes are stripped from cwd
2022-09-26 14:12:34 -07:00
Sandeep Somavarapu 395b017424
fix styling (#161844) 2022-09-26 13:49:15 -07:00
Sandeep Somavarapu ad23961d5b
rearrange import and export actions (#161843) 2022-09-26 13:44:13 -07:00
Alexandru Dima a073977964
Don't keep hover visible if it isn't sticky (#161839)
Fixes #161708: Don't keep hover visible if it isn't sticky
2022-09-26 13:22:35 -07:00
Litrop 0df97dd385
Not add '[' to ipv6 host when '[' exists. (#157009) 2022-09-26 22:16:09 +02:00
Daniel Imms a07a479de2
Ensure quotes are stripped from cwd
Fixes #160109
2022-09-26 13:08:26 -07:00
Henning Dieterichs 6e0841243f
Merge editor improvements (#161837)
* Only reset result when result contains conflict markers

* Show merge editor code-lens by default (instead of checkboxes)

* Improve merge editor code-lens tooltips

* Fixes label
2022-09-26 13:08:23 -07:00