Commit Graph
124157 Commits
Author SHA1 Message Date
João MorenoandGitHub 0dc196fc51 use sha256 for validating windows updates (#201777)
* use sha256 for validating windows updates

* fix test
2024-01-05 11:22:15 +01:00
Sandeep SomavarapuandGitHub 3bdc234232 fix #201198 (#201875) 2024-01-05 11:16:21 +01:00
Benjamin SimmondsandGitHub d57d309cdc Fix drag and drop target position calculation (#201872)
fix corner cases
2024-01-05 15:33:39 +05:30
Benjamin SimmondsandGitHub 4500bff058 Drag Between Cleanup 💄 (#201870)
Drag Between Cleanup
2024-01-05 10:08:39 +01:00
RoboandGitHub cbbef4dc01 chore: address codeql warnings (#201776) 2024-01-05 10:03:05 +01:00
Sandeep SomavarapuandGitHub c563e053ba fix problems view filters names (#201868) 2024-01-05 09:12:08 +01:00
Sandeep SomavarapuandGitHub bd1fa85f89 Revert "debug: fix toolbar min y position (#200090)" (#201863)
This reverts commit 6605df0f11.
2024-01-05 09:08:34 +01:00
Justin ChenandGitHub d2028ff9c7 start to deprecate boolean for codeActionsOnSave (#201808)
* deprecate boolean in setting, shows warning, still allows true for now

* change default value
2024-01-04 18:40:31 -08:00
Matt BiernerandGitHub 14b09484ff Change how placeholders in parsed markdown links are created (#201851)
Fixes #186284

See https://github.com/microsoft/vscode/issues/186284#issuecomment-1877968127 for details

Also fixes the tab order to always start from the top most range in the document
2024-01-04 17:21:09 -08:00
Matt BiernerandGitHub 6079e24015 Allow optionally pasting html content in clipboard (#200912)
Fixes #57577

This adds a new, non-default paste provider that inserts the `text/html` content from the clipboard

Originally added this just for markdown and html, but I think it's likely useful in other languages too. Adding to core to keep implementation consistent
2024-01-04 16:37:14 -08:00
Matt BiernerandGitHub 26ef59c6a7 Rework markdown paste resource (#201838)
Fixes #184980

This refactors much of the logic around markdown paste/drop. PR got a little large but the main highlights are:

- Allow using a custom snippet for inserted audio/video
- Merge the drop/paste resource provider classes since these are so similar
- Enable smart pasting of url text by default
- Refactor url paste logic
- For now, disable the behavior where url paste could paste a combination of markdown and plain uris. In practice this is confusing, especially because our labels for this were wrong. We can always reintroduce this later if multicursor users find it useful
2024-01-04 15:59:14 -08:00
Matt BiernerandGitHub ee91ce84bb Show TS Server commands in diff editors and notebook cells (#201847)
Fixes #201734

Switches to use tabs so that we can enable TS commands if you're in a JS/TS editor in a diff editor or notebook cell
2024-01-04 15:54:50 -08:00
meganrogge db577c2430 service injection 2024-01-04 17:22:58 -06:00
Andrea MahandGitHub bf9609642d Add better support for navigating to search viewlet (#201839) 2024-01-04 14:15:29 -08:00
meganrogge 5fcae79502 stop on stop 2024-01-04 15:58:10 -06:00
meganrogge 06f41fda5d add initial voice actions in terminal and editor area 2024-01-04 15:53:31 -06:00
samhanic d2005b6706 CLI update extension: add some logs 2024-01-04 21:46:28 +01:00
Connor PeetandGitHub 0385382382 testing: more out-of-editor refinements (#201834)
- Som more tweaks to our own runner scripts to allow asking for the
  generated coverage formats.
- Add actions alongside debug/run for executing coverage profiles
- Finish with displaying function coverage stats in Coverage view,
  allow changing its sort order.

Fixes #200529
Fixes #199380
2024-01-04 21:22:46 +01:00
Benjamin PaseroandGitHub 3b234eab72 zoom - show a status entry to reset custom zoom (#201830)
* zoom - show a status entry to reset custom zoom

* .
2024-01-04 20:38:27 +01:00
SteVen BattenandGitHub 4a6b8d9bd9 Updated CSS selector in titlebarpart.css for hover effect on window icon (#201829)
fixes #196080
2024-01-04 20:37:39 +01:00
Peng LyuandGitHub 3adde6e20b Supporting aux window for notebook editors (#201738)
* Supporting aux window for notebook editors

* fix interactive window

* better handling of active container
2024-01-04 11:00:50 -08:00
Megan RoggeandGitHub 3f2a0de2f4 Merge pull request #201810 from microsoft/revert-201328-merogge/alert-cue
Revert "add `alert` so braille users can detect events "
2024-01-04 11:27:14 -06:00
Megan RoggeandGitHub 4aa96c1c34 Revert "add alert so braille users can detect events " 2024-01-04 11:12:28 -06:00
Tyler James LeonhardtandGitHub 44ffc28fea Move IHoverService to vs/editor (#201035) 2024-01-04 07:50:30 -08:00
Henning DieterichsandGitHub 90f37e5ee2 Adopts localize2 (see #155983) (#201803) 2024-01-04 07:49:15 -08:00
Benjamin SimmondsandGitHub b2046c1a97 Support for dragging between list items (#201786)
* support dragging between list items

* add color to unthemed

* Renamed ListDragAndDropPosition to ListViewItemDragAndDropSector in various files

* rename

* watch expressions

* targetSector
2024-01-04 15:56:40 +01:00
Benjamin PaseroandGitHub f873eb1022 Polish per-window zoom (#201791)
* rename editor actions

* introduce `zoomPerWindow` setting

* handle reset properly

* inherit zoom from main window

* .
2024-01-04 15:05:50 +01:00
João MorenoandGitHub 907fef5b79 revert index tree twistie changes (#201789)
* Revert "Tree - revert options propagation (#199755)"

This reverts commit 5dab5012d8.

* Revert "update collapsible when children change"

This reverts commit a8dd7f60a6.
2024-01-04 14:53:57 +01:00
João MorenoandGitHub e2eb6c042b use sha256 in git (#201781) 2024-01-04 12:02:02 +01:00
Sandeep SomavarapuandGitHub 750117cf1d fix #201688 (#201779) 2024-01-04 11:55:17 +01:00
Benjamin PaseroandGitHub 901ba0737a Allow to store/resume open editors across Continue On transitions (fix #193704) (#201631)
* Allow to store/resume open editors across Continue On transitions (fix #193704)

* address feedback
2024-01-04 11:28:43 +01:00
Sandeep SomavarapuandGitHub f405cbff74 change icon (#201773) 2024-01-04 11:25:25 +01:00
Sandeep SomavarapuandGitHub 9aac4edf57 fix #201730 (#201771) 2024-01-04 11:11:38 +01:00
Sandeep SomavarapuandGitHub c18ce2ce95 hide open actions by default (#201769) 2024-01-04 10:42:48 +01:00
Connor PeetandGitHub c016ce64fb testing: misc work on test coverage (#201758)
- Allow coverage bar color thresholds to be configurable as the Java
  folks requested.
- Update some of our scripts for integration into
  the selfhost test runner.
- Initial parts of showing function coverage in the Test Coverage view.
  (Still a work in progress, more tomorrow)
2024-01-04 08:42:22 +01:00
Sandeep SomavarapuandGitHub 95c1e5236a fix #199946 (#201761) 2024-01-04 08:41:59 +01:00
Megan RoggeandGitHub d8a75eacf7 Merge pull request #201328 from microsoft/merogge/alert-cue
add `alert` so braille users can detect events
2024-01-03 16:42:20 -06:00
Johnson ChuandGitHub 40c0f939e5 Fix optionalReplacementSpan not being applied to completion entries (#200945)
* Fix optionalReplacementSpan not being applied to completion entries

* Format completions.ts
2024-01-03 14:40:11 -08:00
meganrogge f39061c133 more instances 2024-01-03 16:17:21 -06:00
Tyler James LeonhardtandGitHub eb55c74a90 Allow Core to contribute auth providers (#201741)
* Allow Core to contribute auth providers

This props us up to allow embedders to contribute their own auth providers that override. This is moving in the direction to resolve this one: https://github.com/microsoft/vscode/issues/197389

* handle the change to AuthenticationSessionsChangeEvent to align with vscode API
2024-01-03 13:57:54 -08:00
Peng LyuandGitHub 25974b8afc Update cell/inline widget conflict (#201736) 2024-01-03 12:54:48 -08:00
meganrogge 12603ced19 add for notebooks 2024-01-03 14:12:59 -06:00
meganrogge 8b471ca1dc adopt in many more places 2024-01-03 14:04:06 -06:00
meganrogge 510df986c1 allow format, clear, save to have both audio cue and alert 2024-01-03 13:20:12 -06:00
João MorenoandGitHub edbf6bc17c fixes #201683 (#201737) 2024-01-03 20:10:31 +01:00
Andrew BranchandGitHub a1cfe91f9c Fix preferTypeOnlyAutoImports preference getter (#201376) 2024-01-03 18:55:21 +00:00
Rob LourensandGitHub 0a08e6fdcd Don't dispose the CancellationTokenSource until all onCancellationRequested handlers have run (#199067) 2024-01-03 10:02:52 -08:00
Megan RoggeandGitHub ffce45ca1d Merge branch 'main' into merogge/alert-cue 2024-01-03 10:58:47 -06:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a0b228b51c Bump actions/setup-node from 3 to 4 (#196967)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-03 17:41:14 +01:00
Sandeep SomavarapuandGitHub 414d829178 Merge pull request #200572 from gjsjohnmurray/fix-200571
Fix `Customize Layout` bugs related to Activity Bar (fix #200571)
2024-01-03 21:51:45 +05:30