Matt Bierner
059d46b7ed
Document markdown debug server build path ( #223812 )
...
For debugging, we may want to load the non-bundled path. Only useful when using `yarn link` for local development so just adding as comment
2024-07-25 22:36:59 -07:00
Matt Bierner
b6702cdcec
Improve markdown setting description ( #223814 )
...
For #209318
2024-07-25 22:36:28 -07:00
Rob Lourens
203e283ff8
Add breathing room around the chat user focus border ( #223810 )
...
#218031
2024-07-25 20:11:18 -07:00
Michael Lively
27aff7d42a
Chore: bump to 1.93.0 ( #223806 )
...
chore: version bump
2024-07-25 17:50:41 -07:00
Joyce Er
6bcc265641
fix: don't reset history cursor while navigating history with attachments ( #223799 )
2024-07-25 17:03:48 -07:00
Michael Lively
bcbdd8e575
Fix cell selection state bugs ( #223794 )
...
fix selection bugs
2024-07-25 15:43:13 -07:00
Tyler James Leonhardt
4dfbe67cf3
More logging around the safeStorage API ( #223784 )
...
To help us understand the hang in https://github.com/microsoft/vscode/issues/195800
2024-07-25 12:38:20 -07:00
Joyce Er
0021adaa83
fix: restore chat attachments when cycling through chat input history ( #223782 )
...
* fix: save chat attachments for chat history before clearing them
* fix: avoid firing change event if no attachments were removed
* fix: don't clear existing attachments when appending new ones
2024-07-25 12:24:12 -07:00
Megan Rogge
2bd00c072e
set higher priority for panel chat help dialog ( #223781 )
...
fix #223333
2024-07-25 12:12:14 -07:00
Raymond Zhao
52a190c91c
chore: exclude more error telemetry issues ( #223776 )
2024-07-25 11:13:09 -07:00
Rob Lourens
e4588b165d
Add "License: " to citation license text ( #223775 )
...
for context
2024-07-25 11:06:34 -07:00
Joyce Er
f8bb333cfa
fix: render icons for # variable attachment widgets ( #223770 )
2024-07-25 10:44:36 -07:00
Daniel Imms
53408dbe16
Add showHoverHint to setupManagedHover
...
Part of #223368
2024-07-25 10:07:23 -07:00
Daniel Imms
3b9aee0a96
Merge pull request #223745 from microsoft/tyriar/223658
...
Enable directory filtering/triggers when any completion is a dir
2024-07-25 09:14:56 -07:00
Daniel Imms
4948419993
Merge pull request #223507 from microsoft/tyriar/210597
...
Inherit font from terminal for suggest
2024-07-25 09:01:56 -07:00
Daniel Imms
d0333d6570
Enable directory filtering/triggers when any completion is a dir
...
Fixes #223658
2024-07-25 08:58:12 -07:00
Daniel Imms
9f6ceb0fe7
Merge pull request #223734 from microsoft/tyriar/223316
...
Normalize path depending on OS separator
2024-07-25 08:51:31 -07:00
Daniel Imms
f1cb13bb1b
Normalize path depending on OS separator
...
Fixes #223316
2024-07-25 08:33:57 -07:00
Daniel Imms
f1845e59dd
Remove font size fallback
2024-07-25 07:23:30 -07:00
Daniel Imms
8b3c69ce28
Fix tests
2024-07-25 06:51:08 -07:00
Daniel Imms
bdde2df59d
Merge pull request #223650 from microsoft/tyriar/223420
...
Use directory trigger chars when it's a dir or a file
2024-07-25 06:08:16 -07:00
Daniel Imms
1d8328a350
Use directory trigger chars when it's a dir or a file
...
Fixes #223420
2024-07-25 05:50:22 -07:00
Alex Ross
770b9b182a
Settings deep-linking issues when extensions update ( #223510 )
...
* Settings deep-linking issues when extensions update
Fixes #223389
- Fixes not opening the settings editor with no query
- Fixes not updating the cached defaults when extensions change them
- Fixes the `DefaultSettings` `onDidChange` never firing due to the `fire` getting deleted in https://github.com/microsoft/vscode/pull/221136/files#diff-537b4dce91b9254cc9fd3e2982fc235b33373aaeda34b928e6546256295c1730L142
* Use mutable disposable
2024-07-25 17:19:51 +05:30
Alex Ross
192bad6e30
CommentController.activeCommentThread not updated when navigating from ruler or Comments panel ( #223623 )
...
Fixes #223021
2024-07-25 04:16:58 -07:00
Ladislau Szomoru
1518b11035
SCM - use correct color when rendering merge commit ( #223613 )
2024-07-25 13:02:45 +02:00
Ladislau Szomoru
6c4ef48e28
SCM - fix issue related to refreshing the history graph ( #223602 )
...
* SCM - fix issue related to refreshing the history graph
* Remove unused import
2024-07-25 02:54:30 -07:00
Justin Chen
64b7b6d979
issue reporter style fixes ( #223579 )
...
fix some styling issues also bug
2024-07-25 09:45:33 +02:00
Sandeep Somavarapu
3cae7b1f92
#223511 - update workspace extensions on workspace folders change ( #223574 )
2024-07-24 23:35:08 -07:00
Bhavya U
0c5a5282b3
Move focus check to just before showing walkthrough ( #223573 )
2024-07-25 11:55:35 +05:30
Sandeep Somavarapu
dde43f978f
align sidebar and content ( #223572 )
2024-07-24 22:45:10 -07:00
Rob Lourens
50560b9912
Add telemetry for chat participant extension id ( #223558 )
...
fix https://github.com/microsoft/vscode-copilot/issues/6889
2024-07-24 17:08:33 -07:00
Joyce Er
79bddaea59
fix: avoid highlights matching on codicons in Attach Context picker ( #223562 )
2024-07-24 15:57:57 -07:00
Bhavya U
7205ba0204
Remove latest release manager ( #223560 )
2024-07-24 15:55:18 -07:00
Megan Rogge
53301ea0e6
add context keys for when kb actions are available ( #223555 )
...
fixes #223329
2024-07-24 15:43:50 -07:00
Joyce Er
ba4c48a069
fix: use full URI in URL chat reference hover ( #223557 )
2024-07-24 15:28:36 -07:00
Matt Bierner
a105ce80a3
Bump web TS version ( #223552 )
2024-07-24 15:21:17 -07:00
Matt Bierner
7d59bab235
Add telemetry on how often server crashes are potentially due to TS service plugins ( #223551 )
...
Add telemetry on how often server crashes are potentially due to TS server plugins
Simple flag which tracks if plugins are enabled/disabled
2024-07-24 15:20:38 -07:00
Joyce Er
4c0c00f172
fix: preserve icon and full name for chat attachments ( #223549 )
...
* fix: preserve icon and full name for chat attachments
* Small refactor
2024-07-24 15:09:26 -07:00
Rob Lourens
04036baa61
Clear diff editor before disposing its TextModels ( #223548 )
2024-07-24 14:42:04 -07:00
Matt Bierner
3202fa61ce
Handle bad directory watch on web ( #223542 )
...
Fix #221299
toResource throws here because we're tyring to watch directories outside of the workspace root. Should be fixed on TS side. Until them, adding a `catch`
2024-07-24 14:16:29 -07:00
Bhavya U
ad09ae2030
Revert "Remove latest-release-monitor-workflow" ( #223543 )
...
Revert "Remove latest-release-monitor-workflow (#222246 )"
This reverts commit 16359f4698 .
2024-07-24 14:12:28 -07:00
Joyce Er
06643dd852
fix: make sure to unset warnings for reused reference content parts ( #223539 )
2024-07-24 13:30:42 -07:00
Anton Matosov
140b61b6c3
the separator has to be provided by the plugin
...
as generic env append/prepend can't handle path
separators, neither should it be handled here
2024-07-24 13:24:28 -07:00
Joyce Er
5fe066f8eb
fix: don't bury lede in chat attachment aria label ( #223538 )
2024-07-24 13:11:13 -07:00
Megan Rogge
d5ff113ec9
when watch variables are created from storage, attach listeners ( #223533 )
...
* fixes #223219
* move loop outside of reader
2024-07-24 13:02:53 -07:00
Megan Rogge
a7632fe181
restart on change of accessibility debug verbosity setting ( #223531 )
...
fixes #223282
2024-07-24 12:54:44 -07:00
Megan Rogge
82b40bd773
if false, migrate setting to off ( #223532 )
...
fixes #223315
2024-07-24 12:25:14 -07:00
Megan Rogge
304c83e6c3
fix inline chat accessibility help ( #223529 )
...
fix #223333
2024-07-24 11:14:29 -07:00
Connor Peet
55b36b5ef7
Merge pull request #223530 from microsoft/connor4312/js-debug-1.92
...
debug: bump js-debug to 1.92
2024-07-24 11:05:21 -07:00
Tyler James Leonhardt
4f003dd704
Broader description that would include inline buttons ( #223426 )
...
Fixes https://github.com/microsoft/vscode/issues/223338
2024-07-24 11:04:49 -07:00