Commit Graph

118016 Commits

Author SHA1 Message Date
BeniBenj a78b270441 💄 2024-01-30 12:49:32 +01:00
BeniBenj 30ee2ec967 💄 2024-01-29 14:49:06 +01:00
BeniBenj 3573b7a310 💄 2024-01-29 12:14:03 +01:00
BeniBenj c3f7a1ca11 Added tab drag and drop between tabs indicator 2024-01-29 12:10:34 +01:00
Johannes Rieken fa558765b1 Joh/spatial-pig (#203535)
* more `ensureNoDisposablesAreLeakedInTestSuite`

* adopt `ensureNoDisposablesAreLeakedInTestSuite` for api command tests
2024-01-26 16:19:08 +01:00
Johannes Rieken 6eb3213066 inline chat work (#203534)
* debt - use hunks to render preview diff

* add `InteractiveEditorRequest#previewDocument` to indicate for which document edits are previewed before being applied
2024-01-26 15:40:43 +01:00
Ladislau Szomoru a10ecfaefd Git - fix issue related to a renamed resource (#203529) 2024-01-26 14:31:18 +01:00
Robo cd003c2df3 fix: double account for DPR in mouse wheel classifier (#203513) 2024-01-26 14:24:02 +01:00
Johannes Rieken fb5a1aca6d add more leakage checks in tests (#203525)
re https://github.com/microsoft/vscode/issues/200091
2024-01-26 13:59:40 +01:00
Sandeep Somavarapu e1f27e691f fix #203523 (#203524) 2024-01-26 13:19:43 +01:00
Alex Ross 35d97bc7e4 Update grammars (#203521) 2024-01-26 13:06:22 +01:00
Benjamin Pasero 0e7e31b4be save participants - provide access to the from resource in "Save As" scenarios (#203516) 2024-01-26 11:53:26 +01:00
Ladislau Szomoru b26b05031e SCM - Add "Reopen Closed Repositories..." action to the "Source control Repositories" view title bar (#203512) 2024-01-26 10:50:25 +01:00
Aiday Marlen Kyzy 6c21641885 Merge pull request #203502 from microsoft/aiday/bumpUpTheVersionOfCode
Increase the version to 1.87
2024-01-26 10:18:05 +01:00
Aiday Marlen Kyzy 661cf5147b increasing the version to 1.87 2024-01-26 03:29:04 +01:00
Connor Peet feff7c8a7e debug: fix closeReadonlyTabsOnEnd not working (#203500)
The input itself is not readonly, the filesystem is, so this check
was always failing.

The entire `debug` scheme is readonly, so we don't need to try to
replace the check with anything else. This is pretty safe since this
code path is only hit when the new setting is enabled.

Closes #197949
2024-01-26 01:00:27 +01:00
Bhavya U 7f056a705e Revert "Change Welcome page contribution activation to LifecyclePhase… (#203494)
Revert "Change Welcome page contribution activation to LifecyclePhase.Starting (#201844)"

This reverts commit 0d735d01ab.
2024-01-25 15:01:03 -08:00
Raymond Zhao 661db2e6d3 chore: exclude not-reproducible issues (#203482)
* Exclude not-reproducible issues

* Add more missing labels
2024-01-25 13:52:42 -08:00
Michael Lively 274a528e33 Change default nb sticky mode based on feedback (#203488)
change default nb sticky mode based on feedback
2024-01-25 22:23:20 +01:00
Matt Bierner 6e2ea0ed27 Also disable ` `` as autoclosing pair (#203487)
Fixes #192676

Not ideal but likely better than the current behavior that inserts extra backticks
2024-01-25 13:21:45 -08:00
Peng Lyu ed6c2eca2d Fix #203434. Avoid layout from sticky scroll event if the editor is set to invisible. (#203485) 2024-01-25 22:05:50 +01:00
Benjamin Pasero 4f143e0e28 aux window - align layout() behaviour with main window (#203479)
* aux window - dont forget to apply `filter` when copying attributes

* actually align layouts
2024-01-25 21:01:02 +01:00
Benjamin Pasero bc7fc03d6a multi diff - implement revert to enable "Do not save" (#203376)
* multi diff - implement `revert` to enable "Do not save"

* restore close handler

* align save/revert handling for original side with diff editor
2024-01-25 18:18:20 +01:00
Benjamin Pasero 6429752b2b aux window - hide custom title when native title is on (#203464) 2024-01-25 17:59:38 +01:00
Connor Peet fde80ce4fb eng: fix missing rustup command in build (#203462)
Only call rustup when explicitly installing
2024-01-25 17:56:24 +01:00
Johannes Rieken 5cbd1a836b release inline chat session for untitled file when it becomes saved (non-dirty) (#203454)
fixes https://github.com/microsoft/vscode/issues/203448
2024-01-25 16:21:47 +01:00
Ladislau Szomoru adf93c270a Git - view stash should use the stash's parent commit for the left hand side (#203450) 2024-01-25 15:53:20 +01:00
Benjamin Pasero b0d1f894c3 speech recording stops after log pause in audio (fix #203189) (#203433) 2024-01-25 12:25:45 +01:00
Alex Ross a908e9d6d5 Bump distro (#203431) 2024-01-25 11:56:50 +01:00
Johannes Rieken 290a1153b8 disable frequently failing chat-suite (#203430)
https://github.com/microsoft/vscode/issues/203429
2024-01-25 11:52:51 +01:00
Alex Ross a1168b16d9 Readonly hover stays on top of dialog (#203424)
Fixes #203176
2024-01-25 11:41:43 +01:00
Johannes Rieken f055b096fd show message when accept or discard is need for saving (#203427)
re https://github.com/microsoft/vscode-copilot/issues/3653
2024-01-25 11:40:46 +01:00
Johannes Rieken 589d37d2e8 restore inline suggestion (#203418)
* restore inline suggestion

fixes https://github.com/microsoft/vscode/issues/175190

* fix leak in test
2024-01-25 10:33:42 +01:00
Johannes Rieken b10846f1e5 only convert a selection when it is a selection (#203423)
re https://github.com/microsoft/vscode-copilot/issues/3758
2024-01-25 10:23:30 +01:00
Alex Ross 4da4653519 Use descriptive reaction hover on whole comment reaction, not just count (#203421)
Fixes https://github.com/microsoft/vscode-pull-request-github/issues/978
2024-01-25 10:18:37 +01:00
Johannes Rieken a87e69f048 reset holdMode when losing window focus (#203368)
fyi @ulugbekna, re https://github.com/microsoft/vscode/issues/203187
2024-01-25 09:20:18 +01:00
Matt Bierner 3dea5cbbcb Pick up latest markdown language service (#203405)
Picking up the latest stable release. This is mainly just a tag release compared to alpha-8
2024-01-24 18:54:32 -08:00
Tyler James Leonhardt b02edaa75a Add Ben to endgame notebook (#203403)
He is also cool!
2024-01-24 17:49:34 -08:00
Michael Rienstra dc10e26a05 docs: document new configuration.markdown.copyFiles.destination options (#203391)
docs: document new `configuration.markdown.copyFiles.destination`

And clean-up / standardize existing docs of same
2024-01-25 00:39:51 +00:00
Tyler James Leonhardt bd30771483 Add Justin to Endgame notebook (#203392)
He is also cool.
2024-01-25 00:11:26 +01:00
Tyler James Leonhardt 1606308e1e Add Bhavya to endgame notebook (#203383)
She's cool
2024-01-24 21:37:13 +01:00
Justin Chen 17c3d007a7 add check for empty diagnostic/range in code action highlighting (#203382)
* add check for empty diagnostics/ranges

* cleanup
2024-01-24 21:24:54 +01:00
Ladislau Szomoru 5b91204184 SCM - do not show "View Commit" or "View All Changes" action for empty commits (#203381) 2024-01-24 21:15:51 +01:00
Megan Rogge 1a94d0d635 Merge pull request #203361 from microsoft/merogge/kb
add `speechInProgress` context key for keybinding reuse
2024-01-24 12:08:55 -08:00
Benjamin Pasero c4ea2a881d 💄 2024-01-24 20:19:32 +01:00
Benjamin Pasero cc5dd53402 Merge branch 'main' into merogge/kb 2024-01-24 20:09:09 +01:00
Henning Dieterichs 8494a40f51 Fixes #203186 2024-01-24 19:59:07 +01:00
Benjamin Pasero f5d895ae04 VS Code Speech does not warn when no chat providers are found. (fix #203241) (#203365) 2024-01-24 19:44:10 +01:00
Connor Peet 2d2f5bdb90 debug: address triggered breakpoint feedback (#203363)
Fixes #203154
Fixes #203155
Fixes #203156
Fixes #203158
2024-01-24 10:33:04 -08:00
Sandeep Somavarapu 905ed4ffd5 fix #203131 (#203360) 2024-01-24 19:08:22 +01:00