Commit Graph

124023 Commits

Author SHA1 Message Date
Megan Rogge aaa844986c tweak title of screen reader walkthrough, when condition (#226079) 2024-08-20 18:34:05 +02:00
Benjamin Pasero 34a756ae2e esm - worker cleanup (#226064) 2024-08-20 17:51:26 +02:00
Sandeep Somavarapu 9e560ad042 fix #225463 (#226073) 2024-08-20 17:25:53 +02:00
Sandeep Somavarapu eadfc7e154 do not update label when disabled (#226070) 2024-08-20 17:13:11 +02:00
Alex Ross 0062a6e767 Include highlights files in build (#226067)
* Include highlights files in build
Part of #210475

* Also add for non-esm
2024-08-20 17:06:21 +02:00
Martin Aeschlimann 1c2e3ab705 polish code block apply (#226066) 2024-08-20 16:32:16 +02:00
Johannes Rieken 3b44b1102b fix https://github.com/microsoft/vscode-copilot/issues/7326 (#226065) 2024-08-20 16:23:56 +02:00
Daniel Imms 4a780e935f Merge pull request #225500 from NriotHrreion/fix-225361
fix: Command palette closes when Active Terminal killed
2024-08-20 07:18:14 -07:00
Daniel Imms cc7146aec8 Merge branch 'main' into fix-225361 2024-08-20 07:01:30 -07:00
Johannes Rieken 9330962d6b use X icon for discard changes (#226062) 2024-08-20 15:55:01 +02:00
Johannes Rieken c7954a2224 keep zone toolbar stable when toggling diff (#226049) 2024-08-20 15:32:15 +02:00
Martin Aeschlimann 8c5c4885bc codeMapper: adopt inlineChatController.reviewEdits (#226051) 2024-08-20 15:05:32 +02:00
Alexandru Dima 4e0de3a8f4 Move workbench workers off EditorWorker (#225796)
* Add support for having channels in SimpleWorker

* Extract text model syncing code to a separate file

* Use a channel to do text model syncing for the language detection worker

* Simplify code

* Remove unused method

* Move OutputLinkComputer worker off editor worker

* Move TextMateTokenizationWorker off editor worker

* Simplify code

* Adopt channels for the host object

* More adopting channels for the host object

* More adopting channels for the host object

* More adopting channels for the host object

* Remove host object support from SimpleWorker

* Use the IEditorWorkerService, avoid starting a separate worker

* Bring the amd module id, the esm location and the worker label in a single type

* Improve typings

* SImplify worker creation pattern

* Enforce that all proxied methods start with `$` or `on`

* Adopt native proxy support

* Simplify code

* Simplify code

* Reintroduce a different standalone / workbench editor worker service
2024-08-20 14:00:18 +02:00
Johannes Rieken 5a8d73cebb debt - simplify logic around lastInput (#226046) 2024-08-20 12:40:44 +02:00
Johannes Rieken ba3cdbc4b3 fix https://github.com/microsoft/vscode-copilot/issues/7262 (#226044) 2024-08-20 11:40:58 +02:00
Benjamin Pasero c7a277cea5 esm - run removeGlobalNodeModuleLookupPaths only in node.js (#226042) (#226043) 2024-08-20 11:40:00 +02:00
Johannes Rieken 9de037f74d add inlineChat.experimental.enableZoneToolbar setting (#226040) 2024-08-20 10:59:39 +02:00
Benjamin Christopher Simmonds c5a031ac31 Add stack trace to console warnings (#226037)
log stack trace
2024-08-20 10:52:51 +02:00
Benjamin Pasero e2b54301a5 Cannot read properties of undefined (reading 'domNode') (fix #226032) (#226035) 2024-08-20 10:00:14 +02:00
Benjamin Pasero 8c66a69a46 eng - update pw to latest (#226003) 2024-08-20 13:57:24 +09:00
Rob Lourens a9daf53b72 Fix chat styles for hr and blockquote (#226028)
Fix microsoft/vscode-copilot#7409
2024-08-19 19:52:36 -07:00
Aaron Munger 9550d27676 custom editor label argument for notebooks (#226009)
* custom editor label argument for notebooks

* add label to serialized data
2024-08-19 15:49:40 -07:00
Rob Lourens 36257be8ef Add ChatTitleProvider, updates to Show Chats (#225997)
* Sort chat history entries by lastMessageDate

* Add date labels to chat history picker

* Remove unused dynamic 'isDefault'

* Add ChatTitleProvider

* Disallow deleting and moving active chats

* Add test for new data normalization

* Fix build and add test

* Fix new test
2024-08-19 15:40:38 -07:00
Megan Rogge fdc717575e add screen reader getting started walkthrough (#226013) 2024-08-19 23:33:32 +02:00
Megan Rogge b87daf6162 allow contributions to proposed debug create config menu (#225987) 2024-08-19 23:00:43 +02:00
Martin Aeschlimann ae985a6bbd space is not escaped in icon class names (#226006) 2024-08-19 13:54:00 -07:00
Justin Chen 802708dc49 use theme service for issue reporter (#225830)
* use theme service and fix issue with product icon theme

* cleanup
2024-08-19 22:02:49 +02:00
Alex Ross 977f832a30 Simple tree sitter based syntax highlighting for typescript (#225252)
* Simple tree sitter based syntax highlighting for typescript

Part of #210475

* Implement onceIf using filter

* Mix monaco

* Fix tests

* Switch back to classic

* PR feedback

* Fix bug causing test failure

* Update tree-sitter-wasm

* Fix monaco editor tree shaking

* Fix running monaco checks on Windows

* Use dummy tree sitter service in standalone

* PR feedback
2024-08-19 21:56:31 +02:00
Martin Aeschlimann af83049d0c Revert "Fix explorer greys out any folder/item with the word "cut" (#225455)" (#226002)
This reverts commit dbd9418ff2.
2024-08-19 21:32:53 +02:00
Benjamin Pasero ca06d326b2 Configuring a non-existing browser alias fails silently (fix #223349) (#225999) 2024-08-19 21:29:24 +02:00
Andrea Mah c3dca4e740 support multiple findTextInFiles filesToInclude (#225821) 2024-08-19 11:50:53 -07:00
Benjamin Christopher Simmonds b23a5000f0 Merge pull request #225408 from BABA983/feature/window-title-variable
Add registerWindowTitleVariable command
2024-08-19 20:44:21 +02:00
Benjamin Pasero 245b94db4a make it simple 2024-08-19 20:29:39 +02:00
Peng Lyu dd7e51af79 Merge pull request #225423 from microsoft/rebornix/blushing-muskox
Fix #225388. Dispose quick pick and its event listenrs properly.
2024-08-19 11:14:22 -07:00
Rob Lourens bafd430ac8 Dedent codeblocks in lists in chat (#225993)
Rather than make indented codeblocks narrower, I am just de-indenting them so that they get the full width in lists. Not an elegant solution but I think this works well.
Fix microsoft/vscode-copilot#6188
2024-08-19 19:52:37 +02:00
Johannes Rieken c124a5f744 use inlineChat.experimental.onlyZoneWidget as team setting (#225984) 2024-08-19 19:21:53 +02:00
BeniBenj 717c95df06 extension provides contextkey 2024-08-19 18:24:00 +02:00
Johannes Rieken 469f45091d add InlineChatController#reviewEdits which allows to reuse the inline code review flow/ui (#225981) 2024-08-19 17:51:14 +02:00
Anees Ahee 6b35f9e5d3 Round off notification focus outlines (#225824)
* Round off notification focus outlines

* more changes needed

* hygiene

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2024-08-19 17:05:37 +02:00
Benjamin Pasero 3dc8c38c92 esm - some build polish (#225948) 2024-08-19 16:54:29 +02:00
Henning Dieterichs ec34e3440e Fixes CI. 2024-08-19 15:41:59 +02:00
Henning Dieterichs 04488d8a7a Fixes CI 2024-08-19 15:41:59 +02:00
Henning Dieterichs 7eb84479a6 Removes IVisibleLinesHost to simplify code 2024-08-19 15:41:59 +02:00
Johannes Rieken 26a9046397 fixes https://github.com/microsoft/vscode/issues/225718 (#225959) 2024-08-19 12:13:20 +02:00
Sandeep Somavarapu a22a6014fd Fix importing a profile using vscode scheme (#225960)
fix #225958
2024-08-19 12:00:07 +02:00
Benjamin Pasero 68ace8c704 🆙 distro (#225956) 2024-08-19 11:52:11 +02:00
BeniBenj 25f6ae9238 💄 2024-08-19 09:21:46 +02:00
Benjamin Pasero 5a0335dcf3 esm - set module to es2022 (#225793) 2024-08-17 09:38:22 +02:00
Tyler James Leonhardt b2d6860308 Improve refresh and scope handling (#225832)
* Moves the `setupRefresh` stuff into the CachedPublicClientApp simplifying things a bit
* Uses a ScopeData class to handle all scope operations fixing an issue where we were passing in the wrong array into the `acquireTokenInteractive`
2024-08-17 07:55:33 +02:00
Rob Lourens a08ca8e143 Don't show thumbs on all errored responses (#225828)
Not just filtered ones
Fix microsoft/vscode-copilot#7248
2024-08-16 16:17:15 -07:00