Commit Graph

125714 Commits (f09184ceb768adffa60140fa9b0b5c9be45ed2ab)

Author SHA1 Message Date
Benjamin Pasero f09184ceb7
esm - set `type: module` top level (#230210) 2024-10-01 20:48:56 +02:00
Sandeep Somavarapu 990b1fdb91
add remove action (#230261) 2024-10-01 20:34:40 +02:00
John Murray e7b0364e30
Correct Menu Contexts info on extension's Commands page (fix #229258) (#229260) 2024-10-01 20:32:52 +02:00
Megan Rogge b970b6cc64
fix `undefined` content in the comment accessible view (#230254)
fix #229740
2024-10-01 19:54:00 +02:00
Benjamin Pasero 3b68a06818
esm - removal of CSS loader (#230206) 2024-10-01 19:24:18 +02:00
Benjamin Pasero 1f7e13965c
esm - remove `require.d.ts` (#230203) 2024-10-01 19:24:01 +02:00
Megan Rogge 2112b05b6b
support terminal chat acessible view actions, fix content (#229448)
fix #210256
2024-10-01 19:05:55 +02:00
Logan Ramos 9955224c73
Add microsoft entra id access token cleaning regex (#230249)
Add microsoft entra id cleaning regex
2024-10-01 19:01:55 +02:00
Megan Rogge 9d8c0365d4
use default chat focus input/response actions, rm terminal specific ones (#230125) 2024-10-01 09:55:22 -07:00
Aiday Marlen Kyzy aeccbc28fa
Changing the selection of the editor on selection change of the EditContext dom node (fixes NVDA cursor navigation) (#230204)
* add code

* adding work

* adding wip

* adding code

* adding code that fixes the nvda problem

* adding more code

* cleaning the code

* setting all of the endoflinepreferences to text defined

* adding the distinction between using line feed and not using it
2024-10-01 18:27:39 +02:00
Matt Bierner e64eeb4b0a
Add commands for focused inline anchors (#230178) 2024-10-01 09:19:17 -07:00
Johannes Rieken 634087e4e1
fix unsafe type assertions (#230215)
https://github.com/microsoft/vscode/issues/211878
2024-10-01 09:18:50 -07:00
Daniel Imms b2f1498538
Merge pull request #230242 from microsoft/tyriar/230129_history__interface
Simplify terminal contribution interface
2024-10-01 08:37:42 -07:00
dependabot[bot] 36ffee2d7c
Bump path-to-regexp from 1.8.0 to 6.3.0 (#228368)
Bumps [path-to-regexp](https://github.com/pillarjs/path-to-regexp) from 1.8.0 to 6.3.0.
- [Release notes](https://github.com/pillarjs/path-to-regexp/releases)
- [Changelog](https://github.com/pillarjs/path-to-regexp/blob/master/History.md)
- [Commits](https://github.com/pillarjs/path-to-regexp/compare/v1.8.0...v6.3.0)

---
updated-dependencies:
- dependency-name: path-to-regexp
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-01 17:25:50 +02:00
Daniel Imms 789aa3cce6
Merge remote-tracking branch 'origin/main' into tyriar/230129_history__interface 2024-10-01 08:16:44 -07:00
Johannes Rieken 6116f8ee7e
also theme search icon correctly (#230240)
related to https://github.com/microsoft/vscode-copilot/issues/8823
2024-10-01 16:56:20 +02:00
Daniel Imms 6aa0a3e837
Simplify terminal contribution interface
Part of #230129
2024-10-01 07:52:30 -07:00
Daniel Imms 3adbbfeaaa
Merge pull request #230236 from microsoft/tyriar/230129_history
Move terminal dir/cwd history into terminalContrib/
2024-10-01 07:43:03 -07:00
Ladislau Szomoru 1d5dce22ed
SCM - Use the view's contextKeyService when rendering the context menu (#230235) 2024-10-01 16:41:43 +02:00
Daniel Imms 28030eb6be
Merge pull request #230231 from microsoft/tyriar/contribution
Docs for terminalContrib and ITerminalContribution
2024-10-01 07:27:34 -07:00
Daniel Imms 7dd5836f55
Move history settings into contrib 2024-10-01 07:23:41 -07:00
Daniel Imms b90c602bb2
Move command ids into terminalContrib 2024-10-01 07:21:24 -07:00
Daniel Imms c5e693c011
Move dir history into terminalContrib/ 2024-10-01 07:17:05 -07:00
Daniel Imms 7ee03be5d1
Move most of history into terminalContrib
Part of #230129
2024-10-01 07:12:23 -07:00
Daniel Imms 516ecddae1
Merge pull request #230124 from microsoft/tyriar/auto_replies__clean
Move pty service contrib parts into region
2024-10-01 07:02:05 -07:00
Daniel Imms 15cd126243
Docs for terminalContrib and ITerminalContribution
Part of #230129
2024-10-01 06:39:26 -07:00
Don Jayamanne 620fd6cb9a
Support serialization of IPYNB in web worker (#230190) 2024-10-01 21:22:55 +10:00
Johannes Rieken 96f0082842
color all action-labels within the command center (#230218)
https://github.com/microsoft/vscode-copilot/issues/8823
2024-10-01 13:01:30 +02:00
Robo 9d3abdc8ff
ci: apply retry logic for apt failures (#230217) 2024-10-01 13:01:10 +02:00
Robo 9494a89080
chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
Johannes Rieken 7e50bfa7dc
debt - remove `InlineChatWidget#updateChatMessage` because it is effectively unused (#230213)
fyi @meganrogge @Tyriar this update the terminal chat controller. It use of `updateChatMessage` would be a noop since terminal chat uses a real chat model
2024-10-01 11:36:38 +02:00
Johannes Rieken 4aeed99e33
debt - make `IActionViewItemService` nicer when dealing with sub menus (#230212) 2024-10-01 11:24:29 +02:00
Alex Ross 249b347e79
Clean up commentsEditorContribution.ts by using Action2 (#230209)
Fixes #228976
2024-10-01 10:51:09 +02:00
Ladislau Szomoru 1d4130b8b3
Git - fix repository detection when rev-parse returns a UNC path on Windows (#230207) 2024-10-01 10:35:48 +02:00
Martin Aeschlimann 744fdb0983
hide edit session button if there are no contributions (#230202) 2024-10-01 10:10:24 +02:00
Megan Rogge 5c9c73f501
fix mouse over flicker (#230157)
fix #230084
2024-10-01 09:36:59 +02:00
Benjamin Pasero b591f33513
🆙 `jschardet@3.1.4` (#230197) 2024-10-01 08:19:15 +02:00
Robo 699bbcc761
chore: bump ms build for electron@30.5.1 (#230184)
* chore: bump ms build for electron@30.5.1

* chore: bump distro
2024-09-30 20:56:42 -07:00
Connor Peet 8a32f69162
refactor: cleanup debt for hashing (#230174)
* refactor: cleanup debt for hashing

- Adds a type to avoid direct usage of sync `hash()` for consumers
  working with binary input.
- Moved the previous browser-only `sha1Hex` to `hash.ts` now that
  webcrypto is quite universal, including in Node.js since 19.
- Cleaned up some code that is replaced with modern built-in functions
  like `TypedArray.fill` and `padStart`.
- The `NotebookSimpleWorker` was manually calculating the hash for
  its binary data (probably to avoid the same issue as #229619), so
  I swapped that to use webcrypto as well which is much speedier for
  large inputs (125ms vs 8ms for 10MB of data) @rebornix

Closes https://github.com/microsoft/vscode/issues/229845

* update layer checker
2024-09-30 20:56:03 -07:00
Joyce Er e8cc06a090
feat: render chat editing working set (#230180)
* feat: render chat editing working set

* Break import cycles
2024-09-30 20:33:31 -07:00
Rob Lourens 4d723b87e1
Clean up chat quickpick attachment types (#230183)
* Clean up chat quickpick attachment types

* Fix icon
2024-10-01 02:57:13 +02:00
Aaron Munger ffede5ca0a
repl and notebook editors should match so that only one is opened (#230182) 2024-10-01 01:25:25 +02:00
Don Jayamanne dc6e041c60
Avoid leaking text models when cancelling notebook diffs (#230175) 2024-09-30 16:22:51 -07:00
Matt Bierner d3596df9eb
More type assertion fixes (#230181)
For #211878

Also adds a few suppressions
2024-09-30 16:21:12 -07:00
Don Jayamanne c35d5e21fc
Exclude cells and indentAmount from notebook metadta diff view (#230173) 2024-09-30 15:50:47 -07:00
Michael Lively 79fbd37e13
Fix decorations not restoring upon re-render cell (#230177)
shift decoration listeners to their cellContentPart
2024-10-01 00:17:52 +02:00
Don Jayamanne 3345693acd
Avoid updating nb diff layout when editing in diff (#230171) 2024-09-30 15:09:10 -07:00
Don Jayamanne f8f12724b1
Fallback notebook output mimetypes in diff editor (#230170) 2024-09-30 15:06:04 -07:00
Don Jayamanne 287245b258
Ensure cells in a readonly notebook cannot be edited (#228309) 2024-09-30 15:03:45 -07:00
Tyler James Leonhardt 35183efe58
Revert "Rename MSAL setting" (#230164)
Revert "Rename MSAL setting (#230142)"

This reverts commit 2a677c686b.
2024-09-30 14:38:38 -07:00