Commit graph

103048 commits

Author SHA1 Message Date
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
Martin Aeschlimann f04ba7cf10
Height of common input components is not consistent (#167098)
Height of common input components is not consistent. Fixes #167078
2022-11-23 21:17:22 +00:00
Daniel Imms 4ab88b8bf4
Merge pull request #165631 from rwe/serialize-message-fish
shellIntegration.fish: escape values in "E" (executed command) and "P" (property KV) codes
2022-11-23 13:13:41 -08:00
Connor Peet d83c8140d6
replace items with new uris instead of diffing 2022-11-23 16:08:25 -05:00
Robo f6f1d64ef9
chore: update electron@19.1.6 (#167095) 2022-11-23 20:55:20 +00:00
Daniel Imms 409c56633c
Merge branch 'main' into serialize-message-fish 2022-11-23 12:41:20 -08:00
Daniel Imms dd21124d55
Merge pull request #165634 from rwe/serialize-message-ps1
shellIntegration.ps1: escape values in "E" (executed command) and "P" (property KV) codes
2022-11-23 12:39:49 -08:00
Connor Peet 7ae2857bf0
Merge remote-tracking branch 'origin/main' into pr/r3m0t/166191 2022-11-23 15:35:58 -05:00
Connor Peet 387bab6993
testing: add test actions to editor context menus (#167091)
* testing: add test actions to editor context menus

Fixes #130548

* add an efficient test by uri lookup, and editor context key
2022-11-23 20:32:57 +00:00
SteVen Batten afe8a3475b
show titlebar cc enabled in fllscrn macos (#167094)
fixes #153221
2022-11-23 20:32:23 +00:00
Raymond Zhao 4266e06e07
Add step to number setting inputbox (#167093)
Fixes #166897
2022-11-23 20:26:54 +00:00
Daniel Imms 63335523e6
Merge pull request #165633 from rwe/serialize-message-zsh
shellIntegration-rc.zsh: escape values in "E" (executed command) and "P" (property KV) codes
2022-11-23 12:11:20 -08:00
Daniel Imms d0564ea994
Merge pull request #165632 from rwe/serialize-message-bash
shellIntegration-bash.sh: escape values in "E" (executed command) and "P" (property KV) codes
2022-11-23 11:47:40 -08:00
SteVen Batten b6bafe10a0
fix titlebar drag region dbl-click (#167090)
fixes #159010
2022-11-23 19:47:24 +00:00
Daniel Imms 30dac7070e
Merge branch 'main' into serialize-message-bash 2022-11-23 11:32:17 -08:00
Raymond Zhao bf3af9a8ab
Sort colour settings, fixes #166695 (#167011) 2022-11-23 20:26:34 +01:00
Robert Estelle 50d59d715c shellIntegration.fish: fully implement the value escaping 2022-11-23 11:25:45 -08:00
Robert Estelle 91f0eaebf2 shellIntegration.ps1: unambiguously escape messages with UTF8 2022-11-23 11:25:45 -08:00
Robert Estelle 1ab5754021 shellIntegration-rc.zsh: hygiene: ASCII diagram vs Unicode 2022-11-23 11:25:45 -08:00
Robert Estelle f80346aa5d shellIntegration.fish: escape the value of $PWD 2022-11-23 11:25:45 -08:00
Robert Estelle 4d15d3ce29 shellIntegration-rc.zsh: implement value-escaping for P and E codes 2022-11-23 11:25:45 -08:00
Robert Estelle c7b39b8e1b shellIntegration.fish: nit: rename __vsc_escape_cmd to __vsc_escape_value 2022-11-23 11:25:45 -08:00
Robert Estelle cc55ba8d4e shellIntegration-rc.zsh: use \033 ⇒ \e and \007 ⇒ \a 2022-11-23 11:25:45 -08:00
Robert Estelle 3a5c64267f shellIntegration.fish: consistent use of escape codes
Note that '\x3b' ⇔ '\\x3b', since fish does not recognize '\x' as a
known escape: however since a literal backslash is intended, it's
clearer to write it explicitly.
2022-11-23 11:25:45 -08:00
Robert Estelle 4eb054e135 shellIntegration.ps1: escape value of Cwd=… property message 2022-11-23 11:25:41 -08:00
Robert Estelle 530c1b42bb shellIntegration.ps1: escape all non-alnum values in serialization
Instead of only escaping '\', '␤', and ';', all non-alphanumeric values
are escaped. Backslashes are doubld and other characters are encoded as
hex.

The previous version would pass invalid characters through unescaped,
including OSC sequences. Although that no longer is allowed, this
iteration does not yet enforce  particular (e.g. utf-8) encoding and
will still misbehave on multibyte sequences.
2022-11-23 11:23:10 -08:00
Robert Estelle 961cd83941 shellIntegration.ps1: give escaping method a private name 2022-11-23 11:22:44 -08:00
SteVen Batten 859f16acb3
Move some more menu registration into registerAction2 (#163330)
refs #162713
2022-11-23 11:12:06 -08:00
Peng Lyu 2043494b12
Fix #166727. Unreleased quick pick. (#167085) 2022-11-23 10:49:41 -08:00
Joyce Er d799b6c18f
Fix diagnostics for implicit activation events not appearing (#167081)
* Fix diagnostics for implicit activation events not appearing

* Fix line endings
2022-11-23 10:33:32 -08:00
Logan Ramos 7e351937da
Don't use IObservableValue (#167072)
don't use observable value
2022-11-23 13:32:20 -05:00
Daniel Imms 765c46f7ca
Merge pull request #167080 from microsoft/tyriar/166158
Update xterm.js
2022-11-23 10:15:25 -08:00
Daniel Imms 4cd7bfa2cd
Update xterm.js
Fixes #166158
2022-11-23 09:55:57 -08:00
Daniel Imms 33671e4554
Merge pull request #165579 from rwe/shellint-no-decode-iterm2
shellIntegrationAddon.ts: only decode messages for VSCodeOScPt, not iTerm2
2022-11-23 09:53:40 -08:00
Peng Lyu 4ed4cf6042
Remove unused proposed api enablement. (#167077) 2022-11-23 09:53:18 -08:00
Peng Lyu 7fd999b8c0
Update milestone. (#167076) 2022-11-23 09:43:09 -08:00
Daniel Imms 334b6014e7
Merge pull request #167074 from microsoft/tyriar/163572_1
Add docs to some functions in event.ts
2022-11-23 09:42:36 -08:00