Commit Graph
124157 Commits
Author SHA1 Message Date
Benjamin PaseroandGitHub 536960bf36 Original window regrabs focus when using QuickOpen to switch to other window (fix #203111) (#203676) 2024-01-29 12:08:31 +01:00
Martin AeschlimannandGitHub d5d51bae05 add telemetry for clicking on sparkle (#203674)
add telemetry for clicking on sparke
2024-01-29 12:02:35 +01:00
Benjamin PaseroandGitHub 2027f70032 aux window - make FontMeasurements and DevicePixelRatio per-window aware (#195888) (#203671) 2024-01-29 11:45:18 +01:00
Benjamin PaseroandGitHub 1a37acbdf9 macOS window - leave fullscreen state if transition does not happen in 10s (#203670)
This should help with issues where upon failed fullscreen restore (e.g. after OS update), you see a window without window controls because we do not render the custom title bar.
2024-01-29 11:08:59 +01:00
Aiday Marlen KyzyandGitHub c75fdbd711 Adding colors from running scripts/test-documentation.sh (#203661)
adding colors
2024-01-29 10:59:52 +01:00
Alex RossandGitHub 2b181f1b79 Can't enable settings sync UI State option - "too large payload" (#203544)
Fixes #202359
2024-01-29 10:59:02 +01:00
Benjamin PaseroandGitHub d9bc6b05de aux window - adjust to a full flex layout (#203669) 2024-01-29 10:58:19 +01:00
Aleksandr KondrashovandGitHub 16f38b9d1a Ensure that cursor state change is always emitted upon restoring state (#203451)
* Set initial cursor position for
2024-01-29 09:31:52 +00:00
Johannes RiekenandGitHub 4ed4f62534 update notebook milestones (#203659) 2024-01-29 09:29:48 +01:00
Matt BiernerandGitHub 772791e9e5 Fix markdown link pasting when selection is inline code (#203657)
If the user selects a complete inline code block, we should paste as a markdown link with the code as the link text
2024-01-29 09:10:52 +01:00
Johannes RiekenandGitHub 0c6248932c Merge pull request #203536 from microsoft/joh/continuous-gerbil
log memory usage after each mangling step
2024-01-29 09:02:41 +01:00
Matt BiernerandGitHub 9d6d60f41d Fix possible TerminalInstance leak (#203390)
* Fix possible TerminalInstance leak

Fixes #200400

Two fixes:

- Make sure an event is disposed of
- In EventMultiplexer, explicitly dispose of all listeners when the multiplexer is disposed

* Remove extra import
2024-01-29 08:57:47 +01:00
Matt BiernerandGitHub 98d55333b9 Fix md pasting inside of incomplete html block (#203476)
Fix pasting inside of incomplete html block

Fixes #188868
2024-01-28 23:55:19 -08:00
Ladislau SzomoruandGitHub 0d22ba354b Git - 💄 remove duplicated code (#203609) 2024-01-27 17:16:16 +01:00
Benjamin PaseroandGitHub a19b2d5fb0 actions - ensure checked: undefined when action is not a checkbox (fix #203491) (#203593) 2024-01-27 09:38:22 +01:00
Connor PeetandGitHub 3adea2f5b1 testing: handle default profile changes in watch, nested cancellations (#203583)
Fixes #203496
Fixes #203497
2024-01-27 08:17:18 +01:00
Ladislau SzomoruandGitHub fe0632cbb2 Git - handle stashes that contain untracked files (#203572) 2024-01-26 14:28:45 -08:00
Bhavya UandGitHub c0de87c441 Complete walkthrough steps with commands after command execution (#203573) 2024-01-26 13:07:46 -08:00
Bhavya UandGitHub 9237441cd2 Add terminal as a startup editor (#203567) 2024-01-26 12:37:11 -08:00
Benjamin PaseroandGitHub ac56e6eb5a debt - reduce large workbench.statusbar.hidden state (#203564) 2024-01-26 12:22:16 -08:00
Rob LourensandGitHub 394659848a Fix #203556 (#203561) 2024-01-26 20:39:40 +01:00
Connor PeetandGitHub 5233f3b81e debug: bump js-debug (#203558) 2024-01-26 20:26:08 +01:00
SteVen BattenandGitHub 1b58747581 simplify the workspace trust status bar entry (#203557) 2024-01-26 20:22:01 +01:00
Johannes RiekenandGitHub 6be4d6cc52 Don't let actual decorations grow, but still grow the "ambient" background decoration (#203546)
fixes https://github.com/microsoft/vscode-copilot/issues/3713
2024-01-26 18:03:09 +01:00
Johannes RiekenandGitHub d21ba4a403 use savedFrom to participate in the right resource when doing save-as or when saving an untitled file (#203543)
fixes https://github.com/microsoft/vscode-copilot/issues/3690
2024-01-26 17:46:01 +01:00
Aiday Marlen Kyzy 20fb4c4bd9 using directly the lines, not the split lines 2024-01-26 17:26:31 +01:00
Benjamin PaseroandGitHub 01827d8f20 aux window - restore role: application (#203540) 2024-01-26 17:13:18 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
7b873a3117 Bump actions/setup-python from 4 to 5 (#200546)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  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-26 08:49:07 -07:00
Johannes b7d1c336ee grrrrr 2024-01-26 16:39:19 +01:00
Johannes a6f9e08a42 make language service a local var, dispose when new file contents are computed, terminate worker pool 2024-01-26 16:33:54 +01:00
Johannes 4e231448f8 those JS files... 2024-01-26 16:20:23 +01:00
Johannes RiekenandGitHub fa558765b1 Joh/spatial-pig (#203535)
* more `ensureNoDisposablesAreLeakedInTestSuite`

* adopt `ensureNoDisposablesAreLeakedInTestSuite` for api command tests
2024-01-26 16:19:08 +01:00
Johannes 5abe782c37 log memory usage after each mangling step
https://github.com/microsoft/vscode/issues/202720#issuecomment-1912208685
2024-01-26 16:09:47 +01:00
Johannes RiekenandGitHub 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 SzomoruandGitHub a10ecfaefd Git - fix issue related to a renamed resource (#203529) 2024-01-26 14:31:18 +01:00
RoboandGitHub cd003c2df3 fix: double account for DPR in mouse wheel classifier (#203513) 2024-01-26 14:24:02 +01:00
Aiday Marlen Kyzy 86a50fd231 polishing the code 2024-01-26 14:16:49 +01:00
Johannes RiekenandGitHub 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 SomavarapuandGitHub e1f27e691f fix #203523 (#203524) 2024-01-26 13:19:43 +01:00
Alex RossandGitHub 35d97bc7e4 Update grammars (#203521) 2024-01-26 13:06:22 +01:00
Benjamin PaseroandGitHub 0e7e31b4be save participants - provide access to the from resource in "Save As" scenarios (#203516) 2024-01-26 11:53:26 +01:00
Ladislau SzomoruandGitHub 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 KyzyandGitHub 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
Aiday Marlen Kyzy a0d78507f4 commiting the wip 2024-01-26 02:51:15 +01:00
Connor PeetandGitHub 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 UandGitHub 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 ZhaoandGitHub 661db2e6d3 chore: exclude not-reproducible issues (#203482)
* Exclude not-reproducible issues

* Add more missing labels
2024-01-25 13:52:42 -08:00
Michael LivelyandGitHub 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 BiernerandGitHub 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