Commit Graph

124157 Commits

Author SHA1 Message Date
Tyler James Leonhardt b5dc10e7ee More casting removal (#224637) 2024-08-02 13:58:56 -07:00
David Dossett 2810898ed0 Add missing border radius to custom dialog 2024-08-02 13:55:12 -07:00
Aaron Munger 3f067deab6 nootebook is focused for a11y help (#224636) 2024-08-02 13:54:39 -07:00
Peng Lyu d6349df968 fix false negative test 2024-08-02 13:43:33 -07:00
Rob Lourens 69c99aae2f Disable debug context menu items in chat codeblocks (#224635)
Fix #219888
2024-08-02 13:42:10 -07:00
Tyler James Leonhardt 5eab756d65 Avoid using as in a place (#224632) 2024-08-02 13:39:10 -07:00
Rob Lourens 421f5975d7 Fix leaking Emitter from Response class (#224633)
Fix #221479
2024-08-02 13:29:52 -07:00
Tyler James Leonhardt d43839b489 Bump up the distro (#224226)
Bump it up
While your feet are stomping
And the distro is bumping
Look ahead, the crowd is jumpin'
Bump it up a little more
Get the party goin' on the dance floor
See, 'cause that's where the party's at
And you'd find out if you do that
2024-08-02 12:54:24 -07:00
Peng Lyu 317a4589c2 Support tracking multiple leaks 2024-08-02 12:28:02 -07:00
Daniel Imms 8a02e1487e Merge pull request #224628 from microsoft/tyriar/222237_2
Add ../ completion relative to relative directories
2024-08-02 12:19:15 -07:00
Megan Rogge bda1772d3a Revert "always start dependency task when requested, terminating existing / in progress ones to prevent race condition" (#224626)
Revert "always start dependency task when requested, terminating existing / i…"

This reverts commit 4a1c81e959.
2024-08-02 12:14:38 -07:00
Daniel Imms b028e83bbb Merge pull request #224624 from microsoft/tyriar/224622
Prevent suggest after down is input
2024-08-02 12:05:41 -07:00
Rob Lourens 38e592e91a Fix warning about custom hover on element with title (#224623) 2024-08-02 12:04:52 -07:00
Daniel Imms b5322f0971 Add ../ completion relative to relative directories
Fixes #222237
2024-08-02 12:03:30 -07:00
Peng Lyu 4a8f1db241 compile ipynb for smoke test 2024-08-02 11:55:13 -07:00
Daniel Imms 0e7bfc7062 Merge pull request #224621 from microsoft/tyriar/224619
Move cursor when completion suffix matches exactly
2024-08-02 11:54:29 -07:00
Daniel Imms 5522fe4bf3 Prevent suggest after down is input
Fixes #224622
2024-08-02 11:47:20 -07:00
Daniel Imms 79ab35e84e Merge pull request #224617 from microsoft/tyriar/224469
Add showCommandGuide setting and new theme key
2024-08-02 11:43:32 -07:00
Matt Bierner 5fa7792040 Fix code block terminating for lists (#224615) 2024-08-02 11:40:04 -07:00
Connor Peet 763c20fc85 testing: fix markdown messages not displaying (#224611)
At the time markdown messages were rendered, the output element was not
in the DOM, so its height was always 0. It was also missing a couple of
style adjustments. Additionally it tweaks the diff height before we
fall back to nested scrollbars -- a limit of 1000px was very low.

I had this commit on a branch from earlier but it never made it to PR :x

Refs #224575
2024-08-02 11:38:25 -07:00
Daniel Imms 7e22a892d5 Move cursor when completion suffix matches exactly
Fixes #224619
2024-08-02 11:37:43 -07:00
Matt Bierner fcca275c8c Use more explicit call to clear clipboard state (#224601)
Fixes #224558
2024-08-02 11:20:24 -07:00
Daniel Imms 8bdf399e0b Add command guide theme key
Fixes #224469
2024-08-02 11:17:48 -07:00
Daniel Imms 1b6c43d283 Add showCommandGuide setting
Part of #224469
2024-08-02 11:09:08 -07:00
Andrea Mah b786d31956 Merge pull request #224609 from microsoft/cautious-turkey
add aria label to toggle query details button
2024-08-02 10:40:01 -07:00
andreamah 542b272f06 add aria label to toggle query details button 2024-08-02 10:24:39 -07:00
Connor Peet fcfd4be5b8 cli: determine archive type based on filename instead of path (#224602)
Refs #219632

Seems like PRSS sometimes(?) doesn't return the full archive name in
the response. I don't reproduce this, but others consistently do. This
PR removes the dependency on the URL path and instead checks for the
gzip magic number in the first two bytes of the archive to figure out
what to do.
2024-08-02 09:34:11 -07:00
Alex Ross 331b772a5e Add shell: true to execFile for npm hover (#224583)
Fixes #224510
2024-08-02 16:59:39 +02:00
Benjamin Pasero 444d7a4b35 aux window - allow to force native title and disable fullscreen (#224567)
* aux window - allow to force native title and disable fullscreen

* handle more cases
2024-08-02 04:27:58 -07:00
Peng Lyu 8355790709 Enable notebook smoke test and capture memory leaks 2024-08-01 23:41:08 -07:00
Alex Ross 2d16be9969 Merge pull request #224544 from microsoft/alexr00/diverse-gazelle
Skip "should persist buffer content"
2024-08-02 08:25:55 +02:00
Alex Ross eb1f210220 Skip "should persist buffer content"
Part of #216464
2024-08-02 07:51:53 +02:00
Tyler James Leonhardt 3b27f1f74b Use native tree filter and sorter (#224536)
* Use native tree filter and sorter

So much cleaner using what's available

* revert playground

* revert playground part 2
2024-08-01 18:51:13 -07:00
Matt Bierner fd5f15a2b3 Don't watch in-memory resources (#224535)
Fixes #221583
2024-08-01 17:22:31 -07:00
Michael Sorensen d00533a1df Fixes #218626 (#219148)
* preventing default on drop events to prevent files from opening in a new window

* adding a fix that addresses https://github.com/microsoft/vscode/issues/219047

---------

Co-authored-by: Matt Bierner <matb@microsoft.com>
2024-08-01 16:00:39 -07:00
Megan Rogge ade2c723b9 fire onDidChange for watch variable when initial value goes from default to defined (#224532)
fix #223960
2024-08-01 15:53:07 -07:00
Connor Peet 930be4a97e debug/variables: autofill input from an LRU (#224531)
* debug: improve behavior for slow-running prelaunch tasks

Shows this notification if a prelaunch task has been running for more
than 10 seconds:

![](https://memes.peet.io/img/24-07-be15cd9d-c9cd-40dc-8937-9d62466e5c96.png)

Also does a little cleanup of some probably-leaking disposables in the task runner.

Fixes #218267

* hygenie

* debug/variables: autofill input from an LRU

This keeps a small LRU in the config resolver and storage service to provide default values, when not otherwise specified, for inputs in e.g. debugging.

I added this after I was annoyed by having to keep autofilling the same ephemeral value in some debug configs earlier.
2024-08-01 15:41:01 -07:00
Rob Lourens a3bdeb3335 Fix chat input style issues (#224528)
Fix #211174
Fix microsoft/vscode-copilot#6083
2024-08-01 15:32:11 -07:00
Megan Rogge 3cf2a00cef rm carriage returns from terminal buffer string in smoke test (#224525) 2024-08-01 14:40:21 -07:00
Megan Rogge 0da24e0fe7 fix tab issues in actionbar (#224340) 2024-08-01 14:12:15 -07:00
Andrea Mah 37f95e5e4c clean up child instantiation services https://github.com/microsoft/vscode/issues/212879 (#224512) 2024-08-01 13:16:25 -07:00
Bhavya U 160c2a11ad update telemetry.yml to use the default secrets.GITHUB_TOKEN (#224511) 2024-08-01 12:48:54 -07:00
Shoham Ben Shitrit deecca18e3 Trigger chat variable completion on word start (#224174)
* And to `computeCompletionRanges` support for allowing completions only on word start

* use word start column instead of cursor position

* Fix wrong column number
2024-08-01 18:54:11 +00:00
Rob Lourens 3af2def212 Fix mistake in chat feedback doc comment (#224503) 2024-08-01 11:40:22 -07:00
Megan Rogge 4a1c81e959 always start dependency task when requested, terminating existing / in progress ones to prevent race condition (#224435) 2024-08-01 11:17:12 -07:00
Megan Rogge 9c79e7322a don't kill task terminal if terminal process exits with non-zero code, fix bug (#224423) 2024-08-01 10:20:41 -07:00
hj d99c98b65e refactor: merge same namespace declaration (#219638) 2024-08-01 09:58:44 -07:00
Daniel Imms 97a05042a4 Merge pull request #224490 from microsoft/tyriar/224485
Fix runOnEnter file check
2024-08-01 09:26:08 -07:00
Daniel Imms 62d15aefa9 Merge pull request #224489 from microsoft/tyriar/224486
Fix file clasification for extensions containing numbers
2024-08-01 09:08:20 -07:00
Daniel Imms d459d4dbd0 Fix runOnEnter file check
Fixes #224485
2024-08-01 08:56:51 -07:00