Commit graph

119316 commits

Author SHA1 Message Date
Daniel Imms 673d0a0d32
Merge branch 'main' into 204458 2024-02-27 07:32:12 -08:00
Alex Ross 03bd0bb8d1
Commenting range resource change proposal (#206346)
Part of #185551
2024-02-27 15:16:20 +01:00
Rob Lourens 0c3664116e
Warm up slash command cache- port candidate to main (#206302)
Warm up slash command cache (#206290)

Fix #206050
2024-02-27 05:36:47 -08:00
Benjamin Pasero cf03d0e639
Error: Uncaught exception in sharedProcess (fix #206035) (#206339) 2024-02-27 14:17:19 +01:00
Isidor Nikolic d316cbfaeb
Merge pull request #206337 from microsoft/isidorn/digital-chimpanzee
add 'AI' as extension category
2024-02-27 12:48:14 +01:00
isidor 8f44284342 add 'AI' as extension category 2024-02-27 12:28:09 +01:00
Alex Ross e378f55a1f
Add error logging for PortAttributesProvider (#206332) 2024-02-27 12:15:34 +01:00
Alex Ross 4d72bfe088
Remove unused code-feature in release notes (#206331) 2024-02-27 12:15:12 +01:00
Alex Ross e9a8b6add5
Update grammars (#206330) 2024-02-27 12:14:40 +01:00
Sandeep Somavarapu 82bba2e78b
fix #206249 (#206328) 2024-02-27 11:06:22 +01:00
Sandeep Somavarapu c036c4dadf
Support local install for more error cases (#206323) 2024-02-27 09:56:36 +01:00
Benjamin Pasero 3a1f27a6e6
Speech: allow auto setting for language to derive from display language (fix #206321) (#206322) 2024-02-27 09:40:43 +01:00
Clément Chanchevrier f79ac8713f fix: account for sidebar position when resizing terminal 2024-02-27 09:34:31 +01:00
Benjamin Pasero 24d41e4a2d
editor - more transient fixes (#206320)
* editors - clear preview flag when tranient move leaves and preview is disabled

* history - log transient state

* editors - update accordingly
2024-02-27 08:44:50 +01:00
Benjamin Pasero 6e1561e0e5
editors - introduce transient editor state (#205530) 2024-02-27 17:27:54 +11:00
Connor Peet 150d9e622b
debug: cleanup cancellation tokens in inline value preview (#206307)
Also fixes a race where we could have outdated decorations show

Refs #205966
2024-02-26 18:39:38 -08:00
Connor Peet 6b6482cf32
fix: command quoting for wt.exe (#206305)
Fixes #204039
2024-02-27 01:12:49 +01:00
Daniel Imms 57ea32b56f
Merge pull request #206287 from microsoft/tyriar/206258
Ignore links with text that equals the empty string
2024-02-26 12:44:34 -08:00
meganrogge a1070cb7f1
set vertical position to below cursor line 2024-02-26 12:40:34 -08:00
meganrogge 51209b3a14
on hide, reset input value 2024-02-26 12:26:30 -08:00
Daniel Imms 2091b1567c
Merge branch 'main' into 204458 2024-02-26 12:12:56 -08:00
meganrogge 9b3f22b333
only allow starting chat when terminal agent has been registered 2024-02-26 12:03:16 -08:00
Daniel Imms 12633b4424
Ignore links with text that equals the empty string
fixes #206258
2024-02-26 11:58:57 -08:00
Daniel Imms 3eeef3919e
Merge pull request #206282 from microsoft/tyriar/reveal_link
Open detected links: Reveal source in terminal and timeout to use all links
2024-02-26 11:52:12 -08:00
Daniel Imms f9377b87af
clearMarker -> clear 2024-02-26 11:29:51 -08:00
Matt Bierner de7da9f4af
Improve creation of text models for chat code blocks (#205943)
* Improve creation of text models for chat code blocks

Refactors the chat code block logic to better support cross code blocks IntelliSense. Previously we only created text models for the visible editors in chat. With this new approach, we instead create a unique text model for each code block in the conversation. This allows us our IntelliSense features to work even if a code block is not visible in chat

Also uses this as a change to remove some duplicate I introduced to support local file editors in chat

Still a draft as the text model creation should be moved out of the chat list renderer

* Move model updating logic into view model

* Small cleanup
2024-02-26 20:29:37 +01:00
Matt Bierner d1c62c90be
Add inline code for a few special character in docs (#206277) 2024-02-26 20:29:19 +01:00
Daniel Imms d4b102e344
Always scroll when sticky scroll is enabled 2024-02-26 11:28:42 -08:00
Michael Lively 754dc0c68a
Run in Section for notebook sticky scroll context menu (#205307)
* breadcrumbs in nb sticky context menu

* run section nb sticky scroll context menu

* implement actionRunner for run in section ctx menu

* use context for run in section args

* nit + toggle verbage fix
2024-02-26 20:25:01 +01:00
Daniel Imms c9e61431ba
Show all links if resolved within 500ms
Fixes #206280
2024-02-26 11:17:28 -08:00
meganrogge ead787f6f0
fix issue 2024-02-26 11:13:02 -08:00
Matt Bierner a2030c81fe
Update issue notebook milestones (#206278) 2024-02-26 20:10:01 +01:00
meganrogge dfe2179d3b
Merge branch 'main' into merogge/chatWidget3 2024-02-26 11:09:09 -08:00
Matt Bierner 920a3a701e
Pick up latest TS for building VS Code (#206264) 2024-02-26 19:56:20 +01:00
Daniel Imms 6350f21dfe
Reveal link source while navigating detected links
Part of #206127
2024-02-26 10:07:28 -08:00
Megan Rogge c032a4ddd8
Merge pull request #206269 from microsoft/merogge/terminal-voice-2
align terminal voice command names with those in editor
2024-02-26 09:28:40 -08:00
Luis Sousa 0a0f196666
Feat: Add PascalCase to CaseActions (#206259)
feat: Add PascalCase to CaseActions
2024-02-26 17:19:56 +00:00
meganrogge 3d880720c8
fix #205066 2024-02-26 09:01:43 -08:00
Matt Bierner 2ba3fae68d
Pick up TS 5.4 rc for bundling (#206263) 2024-02-26 17:45:12 +01:00
Daniel Imms 154cd3d724
Merge pull request #206261 from microsoft/tyriar/206260
De-dupe links and add URI-based presentation
2024-02-26 08:17:40 -08:00
Mahmoud Salah 0bdc2f09bb
for diff editors, resolve the modified editor to allow run tests in c… (#206026)
* for diff editors, resolve the modified editor to allow run tests in current file or run test at cursor to work

* Check for active code editor when finding tests.

* Handle compilation issues with possible null.

* update import path.

* Missing null check.

* Remove cast.

---------

Co-authored-by: Mahmoud Khalil <mahmoudsalah@google.com>
2024-02-26 16:09:44 +00:00
Benjamin Christopher Simmonds a984153d6a
Hover debt. Mainly import changes (#206247)
* hover debt

* hover import

* less hover imports
2024-02-26 17:02:42 +01:00
Daniel Imms 5443fa0bd8
De-dupe links and add URI-based presentation
Fixes #206260
Fixes #206124
2024-02-26 07:55:29 -08:00
Daniel Imms 2acb99b765
Merge pull request #206254 from microsoft/tyriar/exp_suggest
Add warning to suggestEnabled via deprecation message
2024-02-26 07:52:41 -08:00
Daniel Imms 69db642907
Add warning to suggestEnabled via deprecation message
I get the occasional report of people bricking their terminal because of
this setting. I'd prefer not to remove it, the deprecation message gives
the best of both worlds (still in code, loud warning when used).

Fixes #206172
2024-02-26 07:07:05 -08:00
Martin Aeschlimann 845c8ed65c
Indentation doesn't work in .yml files (#205979) 2024-02-26 15:35:06 +01:00
Benjamin Christopher Simmonds b1a49d4cdb
Fix hover pointer and override options (#206246)
fix hover pointer and override options
2024-02-26 15:19:48 +01:00
Johannes Rieken 20f1afb291
api - update todos, rename makeChatRequest (#206240) 2024-02-26 14:40:58 +01:00
Ulugbek Abdullaev 10e94ec363 rename suggestions: use editor#typicalHalfwidthCharacterWidth 2024-02-26 14:32:22 +01:00
Benjamin Pasero 9f4bcdde68
voice - tweak mic animation further (#206064) 2024-02-26 13:08:31 +01:00