Commit Graph

125714 Commits (f09184ceb768adffa60140fa9b0b5c9be45ed2ab)

Author SHA1 Message Date
Benjamin Pasero c7caef00ea
esm - make `optimize.ts` ESM only 2024-09-27 08:05:06 +02:00
Benjamin Pasero fbd082776d
esm - more cleanup 2024-09-27 08:05:01 +02:00
Benjamin Pasero b544846460
esm - further cleanup build scripts 2024-09-27 08:04:56 +02:00
Benjamin Pasero 723a714d36
esm - introduce and adopt `bootstrap-esm` 2024-09-27 08:04:48 +02:00
Benjamin Pasero a47002fe93
esm - reduce scope of `require.d.ts` 2024-09-27 08:04:42 +02:00
Benjamin Pasero c1952297c5
esm - cleanup editor worker build descriptors 2024-09-27 08:04:36 +02:00
Benjamin Pasero 6849275026
esm - cleanup `bootstrap-window` a bit 2024-09-27 08:04:30 +02:00
Benjamin Pasero d34e895b8e
esm - more AMD removal 2024-09-27 08:04:23 +02:00
Benjamin Pasero d2701aa2ec
esm - remove AMD modifications in sources 2024-09-27 08:04:16 +02:00
Benjamin Pasero 332b89f198
esm - remove AMD build scripts, tests and variables 2024-09-27 08:04:01 +02:00
Benjamin Pasero bdc5542f12
🆙 version to `1.95.0` (#229907) 2024-09-27 06:48:08 +02:00
Benjamin Pasero 3d6f6d2df3
run OSS license tool (#229904)
* run OSS license tool

* bump distro
2024-09-27 06:21:02 +02:00
Peng Lyu 3cf6788958
Re #229883. Event emitter and version increment should be sync'ed (#229900)
* Fix #229883. content event is required for cell content change.

* Re #229883. Event emitter and version increment should be sync'ed
2024-09-26 19:43:16 -07:00
Peng Lyu 64e959c1ae
Fix #229883. content event is required for cell content change. (#229896) 2024-09-27 02:19:14 +02:00
Tyler James Leonhardt 30c5902aae
Remove old reference of adding providers contributed by the environment (#229895)
This code should have been removed when we moved this exact code into:

6486ae847d/src/vs/workbench/services/authentication/browser/authenticationService.ts (L93-L100)
2024-09-27 02:09:50 +02:00
Joyce Er 0d7a2e1d72 feat: add a dedicated chat editing view 2024-09-26 15:52:05 -07:00
Rob Lourens 6486ae847d
Reorder "Start editing session" icon (#229892) 2024-09-26 15:35:14 -07:00
Rob Lourens a8266cd1a3
Give padding in refs list when file icons disabled (#229891) 2024-09-26 15:34:40 -07:00
Tyler James Leonhardt 4ec35c8792
Only include installed extensions (#229889)
Fixes https://github.com/microsoft/vscode/issues/229886
2024-09-27 00:16:11 +02:00
Rob Lourens 589cd8ac39
Fix quick chat layout (#229885)
Enable chat input to grow and increase the size of the chat widget overall.

Fix #229627
Also fix toolbar alignment in quick chat when the input is multiple lines
2024-09-26 23:22:17 +02:00
Andrea Mah 930fa6fb1e
Merge pull request #229884 from microsoft/andreamah/issue229878
call `expand` as async
2024-09-26 14:07:29 -07:00
andreamah c60ccaa14c
change other instances of expand 2024-09-26 13:45:45 -07:00
andreamah 9b9508dfc3
await on expand
Fixes #229878
2024-09-26 13:22:27 -07:00
Connor Peet 75b78f5d9c
update unit test 2024-09-26 13:02:21 -07:00
Connor Peet 38bc9f08b7
debug: fix escape characters shown when hovering DOM element
Fixes #229874
2024-09-26 12:38:33 -07:00
Johannes Rieken d445ba063e
workaround for https://github.com/microsoft/vscode-copilot/issues/8676 (#229876)
reopens https://github.com/microsoft/vscode-copilot/issues/8127
2024-09-26 21:19:34 +02:00
Peng Lyu a7d5297937
Fix #229850. Inline editContext check in notebook webviewPreloads. (#229869) 2024-09-26 20:37:36 +02:00
Cody Beyer 5406df5970 added mistral ai npm package 2024-09-26 18:01:26 +00:00
Connor Peet f71675cbd9
testing: fix per-test filter from editor actions not working (#229863)
Fixes #229848
2024-09-26 19:39:11 +02:00
Henning Dieterichs d9f21be202
Fixes https://github.com/microsoft/vscode-copilot/issues/8671 (#229862) 2024-09-26 19:24:46 +02:00
Alex Ross 955c13c0b9
[] in sticky scroll is not highlighted correctly when tree sitter is enabled (#229849)
Fixes #229556
2024-09-26 19:24:23 +02:00
Christof Marti 74b0694b19 Roll back to @vscode/proxy-agent 0.22.0 (#228872) 2024-09-26 17:44:17 +02:00
Johannes Rieken fec02a71d4
don't bother normalizing ranges from (funky) hunks as they get normalized later anyways. (#229830)
fixes https://github.com/microsoft/vscode-copilot/issues/8643
2024-09-26 17:05:25 +02:00
Alexandru Dima 462abd6564
Re-render the actions on each update and reset an entry's state if it is edited (#229840) 2024-09-26 17:04:26 +02:00
Alex Ross d4a6f20c84
Tree sitter colors: Everything is bold (#229839)
Fixes #229823
2024-09-26 16:59:31 +02:00
Benjamin Christopher Simmonds 2544a7b03f
Do not await clipboard image data when not supported (#229835)
Don't await clipboard image data when not supported
2024-09-26 16:58:50 +02:00
Johannes Rieken 178c125fe2
reveal chat zone should always reveal position in editor (#229838)
fixes https://github.com/microsoft/vscode-copilot/issues/8509
2024-09-26 16:58:27 +02:00
Alex Ross 7b238beeeb
Missed a spot with highlighting member methods (#229836)
Fixes #229557
2024-09-26 16:54:00 +02:00
Alexandru Dima ced91ace38
Emit change event when the state changes to streaming (#229834) 2024-09-26 16:46:22 +02:00
Alex Ross c68420ab74
Fix some off-by-one at the end of the line in tree sitter (#229833)
Part of https://github.com/microsoft/vscode/issues/229808
2024-09-26 16:40:50 +02:00
Benjamin Christopher Simmonds a6139a4b8b
Fix hovers in chat attachments 2 (#229831)
fix attachment in other attachments render location...
2024-09-26 16:35:25 +02:00
Benjamin Christopher Simmonds a3c6381746
Hide panel icon rendering feature (#229817)
Don't make workbench.panel.showLabel visible
2024-09-26 13:44:52 +02:00
Johannes Rieken be760b0915
fix how context key is updated (#229818) 2024-09-26 13:18:45 +02:00
Sandeep Somavarapu c48773b4f0
fix #229488 (#229816) 2024-09-26 13:06:37 +02:00
Benjamin Christopher Simmonds 438a9d9eed
Disable more explorer async find features (#229814)
disable more exploreer async find features
2024-09-26 12:58:05 +02:00
Alex Ross 516cd37e95
Fix bracket pair + tree-sitter freeze (#229809)
Fixes #229808
2024-09-26 12:48:20 +02:00
Alexandru Dima 8252865bf7
Fix editing session lifecycle issues (#229807)
* Redo the way an edit session gets disposed and add more assertions to catch any incorrect usages

* Fix lifecycle issues, also don't capture in the click closure the initial contents of the editing session
2024-09-26 11:57:44 +02:00
Aiday Marlen Kyzy 31afbe3443
Using different backgrounds on composition instead of underline (#229806)
using backgrounds instead of underline
2024-09-26 11:55:58 +02:00
Martin Aeschlimann 9a91d3382e
Cancelling application of edits results in a dialog notification (#229805) 2024-09-26 11:47:10 +02:00
Johannes Rieken 67a93b0e45
Revert "Revert "chat command center polish (#229674)" (#229755)" (#229802)
This reverts commit 11fb5bbfdb.

Add another context key `inlineChatPossible` which truely checks code editors so that a global command works
2024-09-26 11:11:36 +02:00