Commit Graph

124157 Commits

Author SHA1 Message Date
Matt Bierner 34d0c50d0d Merge pull request #225534 from mjbvz/prime-baboon
Fix commit character list
2024-08-13 14:53:36 -07:00
Raymond Zhao e8065954d0 fix: mid-search rendering papercut (#225296)
Fixes https://github.com/microsoft/vscode/issues/224946
2024-08-13 14:52:16 -07:00
Devin Valenciano 0d79aac774 Remove import statement for CES survey 2024-08-13 14:38:05 -07:00
Matt Bierner c3fdd34df5 Fix commit character list
We were modifying the default commit character array, which ended up making it thousands of elements long
2024-08-13 14:36:56 -07:00
Megan Rogge cec4d65e7b fix terminalLinkQuickPick and decorationAddon disposable leaks (#225532) 2024-08-13 23:35:47 +02:00
Devin Valenciano 237feb0f81 Delete CES contribution file 2024-08-13 14:35:36 -07:00
Devin Valenciano 303eba4573 Remove reference to CES survey link 2024-08-13 14:33:33 -07:00
Megan Rogge 27dea3ff4b add value to pickOptions, fix abstractTaskService disposable leak (#225530) 2024-08-13 23:25:26 +02:00
Matt Bierner 4a4c36209f Remove old jsdoc link handling (#225529)
This code was used when TS Server didn't have support for `@link`. I think we can remove it now
2024-08-13 14:23:40 -07:00
Joyce Er 90b9cd02e0 fix: pick up intent detection metadata for chat commands (#225519)
* fix: pick up intent detection metadata for chat commands

* Make command disambiguation optional

* Make disambiguation collection more readable
2024-08-13 14:09:04 -07:00
Connor Peet ef72141fd1 testing: finalize test message stack trace API (#225517)
Closes #214488
2024-08-13 13:56:29 -07:00
Alex Ross ffee42566a Merge pull request #225526 from microsoft/alexr00/issue224794
Variable ${file} can not be resolved. Please open an editor.
2024-08-13 22:23:31 +02:00
Alex Ross a21a8d53d9 Variable ${file} can not be resolved. Please open an editor.
Fixes #224794
2024-08-13 22:07:08 +02:00
Connor Peet 4886bb5838 testing: make messages shown without a stacktrace take the whole peek (#225520) 2024-08-13 22:05:24 +02:00
João Moreno 8c458c8303 try codeql buildmode: none 2024-08-13 21:47:37 +02:00
Alex Ross c465946369 Merge pull request #225523 from microsoft/alexr00/issue224809
Cannot read properties of undefined (reading 'name')
2024-08-13 21:42:24 +02:00
Alex Ross 778e8937f2 Cannot read properties of undefined (reading 'name')
Fixes #224809
2024-08-13 20:52:30 +02:00
Matt Bierner f77615c76f Merge pull request #225518 from mjbvz/nuclear-reptile
Remove TS 3.x feature gates
2024-08-13 11:27:14 -07:00
Matt Bierner a116536a91 Remove TS 3.x feature gates
We see very, very low usage of these old TS versions. We also don't actively test them or fix bugs for them
2024-08-13 11:12:10 -07:00
Anthony Kim 37d001cd8b Add NuShell to core and separate out pwsh, python, julia, nu as GeneralShellType (#225335)
* start adding nu shell to core type

* remove unncessary regex attempt for nu

* add nu.exe to getShellType for WindowsShellHelper

* Separate out pwsh, python, julia, nu as GeneralShellType

* clean up to normal

* more cleanup
2024-08-13 10:16:11 -07:00
Matt Bierner 4f772f55eb Merge pull request #225457 from mjbvz/yodelling-flyingfish
Enable copy paste api for readonly editors
2024-08-13 09:59:55 -07:00
Joyce Er 6e2e6d235a refactor: rework chat participant detection invocation (#225511) 2024-08-13 18:55:33 +02:00
Johannes Rieken 018cece620 Merge pull request #225508 from microsoft/joh/real-mouse
store `locationData` on request and use when resending
2024-08-13 18:49:11 +02:00
Johannes c6950c2d87 store locationData on request and use when resending
there is propably more that should be stored on the request and reused like this but this change is deliberatly small so that can be a candidate fix too

https://github.com/microsoft/vscode-copilot/issues/7195
2024-08-13 18:08:59 +02:00
Andrea Mah 1c31e75898 fix focus on closeWidget (#214289)
* fix focus on `closeWidget`

* remove `disposeFromClose`
2024-08-13 09:00:34 -07:00
Johannes 4933da3c20 Revert "fix: resolve location data for rerun requests (#225299)"
This reverts commit 8723e832e6.
2024-08-13 17:45:04 +02:00
Jean Pierre a4f676a510 Fix search results don't automatically update on editor changes, if I move the Search view to another location (#215764)
Fixes #215437
2024-08-13 15:30:59 +00:00
Michael Lively bbd8da1268 Fix usage of editor.action.wordHighlight.trigger (#225447)
Fixes: #225065
2024-08-13 08:25:46 -07:00
Matt Bierner 41c881cb60 Merge branch 'main' into yodelling-flyingfish 2024-08-13 07:58:47 -07:00
NoahHrreion 4715e9f3f9 Merge branch 'main' into fix-225361 2024-08-13 22:43:48 +08:00
Tyler James Leonhardt ca5b1b518f Dispose of listeners in quickPickPin and usages (#225449) 2024-08-13 07:40:21 -07:00
Jean Pierre dbd9418ff2 Fix explorer greys out any folder/item with the word "cut" (#225455)
* Fix #223791

* Fix build

* Fix build 2

* cleanup

---------

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2024-08-13 16:38:19 +02:00
NriotHrreion 5f600e5798 fix: Command palette closes when Active Terminal killed (#225361) 2024-08-13 22:16:46 +08:00
Johannes Rieken e6c009a3d4 adjust keybindings weight for "inline chat from line" (#225496) 2024-08-13 16:05:45 +02:00
Johannes Rieken 3218292d9d remove ExpTextButtons setting and logic but keep make buttons more dynamic (#225495) 2024-08-13 16:00:26 +02:00
Martin Aeschlimann 13b138216d update seti theme (#225481) 2024-08-13 12:47:26 +02:00
Johannes Rieken 2811728ba1 first version of tab to trigger inline chat (#225475) 2024-08-13 10:42:41 +02:00
Justin Chen 922413f6d9 telemetry for duration of code actions on save (#225452)
* add telemetry on code actions on save

* cleanup
2024-08-13 05:59:28 +02:00
Joyce Er 92183a6593 feat: allow chat participants and commands to contribute intent detection metadata (#225448)
* feat: allow chat participants and commands to contribute intent detection metadata

* Update test snapshots
2024-08-12 19:24:27 -07:00
Rob Lourens 95058f56ba Expose language model tools as chat variables/attachments (#225450)
* Fix icons for tool attachments

* Add tool ID, replace requestedTools, parse in query (mostly)

* Finish handling tool calls as # variables

* API version bump

* Fix tests

* Fix tests

* Fix tests again, again

* Fix test again, again, again
2024-08-12 19:07:01 -07:00
Tyler James Leonhardt 9d49135f49 LoopbackClientAndOpener Tests (#225458)
(first tests in this extension!)
2024-08-12 18:42:44 -07:00
Matt Bierner db90143e7a Enable copy paste api for readonly editors
For readonly editors we still should run out copy handler (but not the paste handlers)
2024-08-12 17:25:31 -07:00
Don Jayamanne cd0f05b989 Merge pull request #225445 from microsoft/don/executionLogging
Debug logging for when nb cell execution start & finish
2024-08-13 10:20:25 +10:00
Don Jayamanne ceda3d8579 fix tests 2024-08-13 09:28:50 +10:00
Tyler James Leonhardt 44464d7ccd Fix reload modal logic when turning on/off MSAL (#225446)
This wasn't firing before. This fixes that.
2024-08-13 00:24:18 +02:00
Don Jayamanne 3cdd6f4da7 Debug logging for when nb cell execution start & finish 2024-08-13 07:54:11 +10:00
Jean Pierre 0db668c6dd Change terminal rename codicon (#225444)
Fix #225359
2024-08-12 21:51:37 +00:00
Michael Lively 66a049b736 Fix output channel streaming breaking highlights (#225443)
fix output channel breaking highlights
2024-08-12 14:43:24 -07:00
Benjamin Pasero 6b1122731e debt - avoid quick pick leaks (#225396)
* debt - avoid quick pick leaks

* 💄
2024-08-12 12:57:50 -07:00
Matt Bierner 775a3437b3 Merge pull request #225433 from mjbvz/coloured-dragon
Pick up latest ts for building VS Code
2024-08-12 11:43:51 -07:00