Commit Graph

102613 Commits

Author SHA1 Message Date
Joyce Er 9d5741f01a Fix Windows unit tests (#165973) 2022-11-09 19:53:01 -08:00
Joyce Er ef75cfdc6c 🆙 distro (#165965) 2022-11-09 16:11:29 -08:00
Babak K. Shandiz 7fc3b1fbda 🎁 Add search to file location methods in tasks (#165156) 2022-11-09 18:50:24 -05:00
Nikolas Grottendieck 245c0c781c improve Git Bash integration on Windows (#151105) (#165428)
Bash sessions should be started as interactive (`-i`) sessions to enable history
commands by default.
This is the same setup used by the official Git for Windows JSON fragment
extension for Windows Terminal.

This does not fix the issue at this time, however, because bash signal handling
on Windows for quit/close/kill signals does not work as expected.
2022-11-09 23:37:24 +00:00
Connor Peet d31573550f cli: implement local download fallback
Implements an automatic local download fallback, similar to SSH
(cc @roblourens). If the initial download results in an error, either
in making the request or a 5xx, it'll try to fall back to making the
request locally and streaming it over the tunnel.

This abstracts the request client behing a "SimpleHttp" trait which
either uses to the native reqwest or uses the 'delegated' mode over the
socket.
2022-11-09 15:27:47 -08:00
Tyler James Leonhardt b9b93f2b45 Depend on platform implementations for common features (#165950)
* don't depend on externals

* remove unneeded externals
2022-11-09 14:29:21 -08:00
Henning Dieterichs 1784a7ed34 Merge pull request #165049 from microsoft/hediet/narrow-llama
Fixes #156454 (ChangeObserver relauncher contrib refactoring)
2022-11-09 23:04:59 +01:00
Debayan Ganguly 54543cf5bf Fix: New md file scrolls to Top. (#164999)
Fixes #164071.
2022-11-09 13:48:39 -08:00
Logan Ramos 78f6c8cdd3 More telemetry cleanup (#165952) 2022-11-09 15:52:08 -05:00
Andrea Mah ad9a4ab198 Fix typings issues with TestInstantiationService (search) (#165945)
cherry-pick cbef6c2cfb for fixing testInstatiationService in search
2022-11-09 12:13:49 -08:00
Joyce Er 1b019bc592 🆙 distro (#165951) 2022-11-09 12:02:22 -08:00
Peng Lyu 585350ea0c Merge pull request #165947 from microsoft/rebornix/stuck-worm
Kernel picker respond to kernel and action changes
2022-11-09 11:55:29 -08:00
Peng Lyu 3c2bd3c753 Update overlay part position on cell layout change (#165948) 2022-11-09 11:32:54 -08:00
n-gist a83ca2797d Lock SuggestOvertypingCapturer while suggest widget is active 2022-11-10 01:27:14 +06:00
Logan Ramos f9a4c1b4ed Fix first party extension logging incorrect eventName (#165942) 2022-11-09 13:46:33 -05:00
rebornix 5f1f40b4c6 Kernel picker respond to kernel and action changes 2022-11-09 10:41:56 -08:00
Sandeep Somavarapu 23cd53c288 move create from profile template action to export group (#165939) 2022-11-09 13:37:13 -05:00
Andrea Mah 534c691c21 removed trace logging and normalized paths in search tree parent path checking (#165850) 2022-11-09 09:53:30 -08:00
Babak K. Shandiz b7237d89d5 💄 Include file system path in debug mode's URI/link hovers (#165709)
* 💄 Include file system path in debug mode's URI/link hovers

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 💄 Include full text in debug mode's link hovers

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🔨 Make showing link fulltext as an optional parameter

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

* 🖼 Enable showing fulltext of links for debug view expressions

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>

Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
2022-11-09 09:24:18 -08:00
Sandeep Somavarapu a2aa91d318 change how log channels are displayed (#165935) 2022-11-09 18:18:00 +01:00
n-gist 97f808debe Revert "Fix for 1.73 broken snippet overtyping"
This reverts commit db16949a3f.
2022-11-09 22:41:36 +06:00
Rob Lourens abc2e9d906 Add supportsMemoryEvent (#165876)
For #164124
2022-11-09 08:39:11 -08:00
Rob Lourens b02f65e70d Fix debug response, rearrange tests (#165879)
* Move some test stuff to common, rename test file

* Add test for startDebugging and send correct response
2022-11-09 08:35:20 -08:00
Johannes Rieken f8fe0c29c1 Merge pull request #165927 from microsoft/joh/evil-shark
joh/evil shark
2022-11-09 16:38:19 +01:00
Sandeep Somavarapu 2cd8ea24f2 #159892 Finalize (#165925) 2022-11-09 10:28:27 -05:00
Johannes 04536a1eaf always set selection and only control focus, some 💄 with selector logic 2022-11-09 16:15:02 +01:00
Johannes 5199f06cd5 add (undocumented) option editor.suggest.selectQuickSuggestions which makes suggest items not be selected when triggered automatically (quick suggest and trigger characters)
https://github.com/microsoft/vscode/issues/151336
2022-11-09 16:02:08 +01:00
Daniel Imms 71f6e26bfd Merge pull request #165742 from microsoft/roblou/given-mouse
Enable opening a local terminal while the remote resolver is running
2022-11-09 06:52:01 -08:00
Daniel Imms 8ee90ab2a9 Merge pull request #165858 from microsoft/tyriar/149712_2
Improve slow terminal unit tests
2022-11-09 06:50:39 -08:00
Daniel Imms d785e6f811 Merge pull request #165845 from microsoft/tyriar/165705_find_shadow
Fix terminal bottom shadow
2022-11-09 06:50:27 -08:00
Daniel Imms e6bb22d5fb Merge pull request #165851 from microsoft/tyriar/164297
Fix TestInstantiationService typing errors in terminal/task
2022-11-09 06:50:07 -08:00
Johannes Rieken 438a9e6ccb tame the start.timer.mark performance event (#165923)
https://github.com/microsoft/vscode-internalbacklog/issues/3265
2022-11-09 06:14:49 -08:00
Benjamin Pasero 365e075474 Auto Save by onFocusChange does not sync internal cache when direct quitting by 'X' button. (fix #163047) (#165918) 2022-11-09 14:45:45 +01:00
Henning Dieterichs 083a5955b3 Improves performance of bracket pair colorization. 2022-11-09 13:53:49 +01:00
Henning Dieterichs 2259b00a1c Queues and combines edits for bracket pair colorization and processes them on request. 2022-11-09 13:44:12 +01:00
Benjamin Pasero 937409f86a 💄 - quick access (#165912) 2022-11-09 13:40:27 +01:00
Alexandru Dima 9e2750335c Add a fast check to determine if a preferences renderer needs to be created (#165825)
Add a fast check to determine if a preferences renderer needs to be created (#164171)
2022-11-09 09:39:28 +01:00
Alex Dima f46738bc47 Extract usage of require to separate function which can be tree-shaken by the monaco editor build and thus ignored by webpack 2022-11-09 09:39:20 +01:00
Benjamin Pasero 8e9fc56766 Revert "skip resolve (without backup) test" (#165886)
Revert "skip resolve (without backup) test (#165277)"

This reverts commit d1624fc87e.
2022-11-09 08:59:36 +01:00
Benjamin Pasero 9dabc131d8 Web: Ctrl-click on tab should open context menu but not open tab (#165894) (#165895)
Web: Ctrl-click on tab should open context menu but not open tab (fix #165894)
2022-11-09 08:59:08 +01:00
Benjamin Pasero 61879782c9 Unit test failures: Async#retry (fix #163619) (#165883) 2022-11-09 08:49:16 +01:00
Benjamin Pasero 6d7de185c6 Dirty window indicator goes away when changing a setting (fix #165798) (#165892) 2022-11-09 08:48:15 +01:00
Joel Bennett 96db0b3393 Fix the PowerShell integration script #165022 (#165023)
* Don't set LastExitCode

That's a magic variable in PowerShell

* Force $? before running original prompt

* Fix indentation

Co-authored-by: Megan Rogge <merogge@microsoft.com>
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-11-08 23:43:29 -05:00
Rob Lourens 507ddda8cf feedback 2022-11-08 20:00:38 -08:00
Logan Ramos bf1697d98c Consume proposed telemetry API (#165862)
* Consume proposed telemetry API

* Update webpack
2022-11-08 21:58:28 -05:00
Megan Rogge fd5edb9906 only apply non-empty class name (#165836)
fix #165818
2022-11-08 19:31:22 -05:00
Matt Bierner 292a939917 Pick up latest TS for building vscode (#165875) 2022-11-08 15:56:04 -08:00
Joyce Er 489d16dff3 Use title casing for dialog buttons (#165874) 2022-11-08 15:14:07 -08:00
Matt Bierner d950552131 Allow trailing commas while minifying json resources (#165870)
I noticed a few of our built-in extension's json resources were not being minified. The root cause appears to be trailing commas in the json
2022-11-08 14:38:53 -08:00
n-gist db16949a3f Fix for 1.73 broken snippet overtyping 2022-11-09 04:18:46 +06:00