Commit graph

120405 commits

Author SHA1 Message Date
Daniel Imms dc70a8b0d4
Merge pull request #208936 from microsoft/tyriar/208892
Properly dispose of ITerminalService.createOnInstanceEvent calls
2024-03-28 10:08:12 -07:00
Daniel Imms ae5e0c11a3
createDataStream -> readData
Fixes #208640
2024-03-28 10:06:35 -07:00
Daniel Imms 614fcff3f5
Merge pull request #209033 from microsoft/tyriar/208996
Polish some terminal command names/metadata
2024-03-28 10:05:26 -07:00
Daniel Imms e885e5fd9f
Merge pull request #208364 from nopeless/patch-1
fix: make `cmd` local in shell integration bash file
2024-03-28 09:59:36 -07:00
Aiday Marlen Kyzy 609c11f87f
Adding indentation tests for different languages (#208988)
* adding rules

* adding two more tests

* adding more tests

* adding more language configuration data

* skipping one of the tests

* removing comment
2024-03-28 17:56:00 +01:00
Daniel Imms 7a0cf43d53
Polish some terminal command names/metadata
Fixes #208996
2024-03-28 09:50:30 -07:00
Daniel Imms 22eb0cde1c
Fix indentation 2024-03-28 09:44:03 -07:00
Daniel Imms 78426fb51c
Properly dispose of ITerminalService.createOnInstanceEvent calls
Fixes #208892
2024-03-28 09:39:48 -07:00
João Moreno 74ccd516fd
list: avoid messing with the DOM unless absolutely necessary (#208913)
fixes #206585
2024-03-28 09:38:01 -07:00
Daniel Imms 78447f9ef2
Merge pull request #208822 from cpendery/fix/bundle-suggestion-error
fix: bundling error makes terminal suggestions fail
2024-03-28 09:37:16 -07:00
Daniel Imms 5703cdc654
Remove log 2024-03-28 09:31:45 -07:00
meganrogge 644e8d4786
fix #207460 2024-03-28 09:31:00 -07:00
meganrogge 681256b081
fix #207448 2024-03-28 09:30:03 -07:00
meganrogge 7df05a7bc1
fix #207438 2024-03-28 09:27:37 -07:00
meganrogge 4f446cf856
fix #207449 2024-03-28 09:26:52 -07:00
Benjamin Pasero aae4f6b09e
Editor tabs - assertion when setting working set (fix #205241) (#209030) 2024-03-28 17:20:40 +01:00
Connor Peet d42fad27b2
eng: move selfhost test provider as a workspace extension (#208699)
Testing #208184, closes #207756
2024-03-28 09:08:23 -07:00
Johannes Rieken baa003c674
chore - retire quick voice since there is now lightweight inline chat (#209028) 2024-03-28 16:17:12 +01:00
Benjamin Christopher Simmonds 64c2cfccd9
Fix synchronization of scrolling event flooding (#209021)
fixes #209020
2024-03-28 15:39:47 +01:00
Benjamin Christopher Simmonds a1d4ad1847
Description for sync scrolling (#209013)
command description
2024-03-28 14:26:15 +01:00
Henning Dieterichs d70459b44c Observables: More owners 2024-03-28 14:17:52 +01:00
Ladislau Szomoru a7f384badb
Git - remove deprecated extension API (#209010) 2024-03-28 05:25:40 -07:00
Johannes Rieken 1d1c28eed1
Cleanup some inline chat debt (#209009)
* - make inline chat tab-able (fixes https://github.com/microsoft/vscode/issues/208569)
- fix aria label

* - move report issue into widget toolbar
- some todo-cleanup

* remove unused menuid
2024-03-28 13:07:01 +01:00
Benjamin Pasero 4b90a20d3a
watcher - deduplicate non-recursive file watch requests if possible (#208325) 2024-03-28 12:09:15 +01:00
Benjamin Christopher Simmonds 16a32fa6c4
Fix Tree Sticky Scroll compression with workbench.tree.stickyScrollMaxItemCount = 1 (#209005)
fix #204613
2024-03-28 12:01:23 +01:00
Johannes Rieken edfd5b8ba5
show inline chat content widget above selection (#208997) 2024-03-28 11:21:33 +01:00
Johannes Rieken 94f7c1d971
address listener leak (#208989)
fixes https://github.com/microsoft/vscode/issues/207446
2024-03-28 10:08:25 +01:00
Justin Chen 77b02f1e24
fix: incorrectly gives console error (#208980)
adds potential candidate
2024-03-28 01:19:55 -07:00
Benjamin Pasero b50ce76b2b
voice - log errors (#208983) 2024-03-28 09:11:38 +01:00
linqirong c3d8708d13 fix monaco inlinesuggest toolbar loses css color problem 2024-03-28 09:06:51 +01:00
Benjamin Pasero c89a2429d9
Command palette should return the "File: Compare New Untitled Text Files" command when I search for "diff" (fix #208897) (#208970) 2024-03-28 08:55:36 +01:00
Henning Dieterichs dc29cb5afd Fixes #208152 2024-03-28 07:56:25 +01:00
Benjamin Pasero 1cb05f8093
debt - drop state cleanup now (#208972) 2024-03-28 15:39:56 +09:00
Benjamin Pasero f0b4597c2c
Views render welcome when window reloads/quits (fix #208878) (#208910) 2024-03-28 15:39:26 +09:00
Robo 8e386a6a96
chore: bump version and milestone for 1.89.0 (#208962) 2024-03-28 01:32:05 +01:00
Chapman Pendery a06bbd27d8
Merge branch 'main' into feat/git-bash-shell-integration 2024-03-27 16:12:24 -07:00
Rob Lourens 7caf8b6cfe
Fix duplicate chat participant issues (#208954)
The suggest item command can be run after the editor text is inserted, so make sure that the correct `lastSelectedAgent` is always used.
2024-03-27 16:04:01 -07:00
Peng Lyu cac2dcf41e
Fix #208475. (#208957) 2024-03-27 23:56:02 +01:00
Chapman Pendery 65b66a077b feat: add git-bash support to shell integration
Signed-off-by: Chapman Pendery <cpendery@microsoft.com>
2024-03-27 15:44:15 -07:00
Rob Lourens d948d379b2
Fix codeblock streaming (#208952)
* Suggestion for microsoft/vscode-copilot-release#983

* Update codeblock when response is done, in case it wasn't rendered

* Clean up
2024-03-27 14:23:22 -07:00
Tyler James Leonhardt b065dc2b60
Reveal first child, not separator (#208953)
Fixes https://github.com/microsoft/vscode/issues/208696
2024-03-27 22:08:23 +01:00
dependabot[bot] 9e0b3f311a
Bump es5-ext from 0.10.53 to 0.10.63 (#206313)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.53 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.53...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 13:32:09 -07:00
Logan Ramos d7103b2e18
Block restore on interactive window (#208946) 2024-03-27 20:41:32 +01:00
Matt Bierner a83b5818f3
Pick up TS 5.4.3 (#208940)
Minor update with a few fixes
2024-03-27 19:30:37 +01:00
Martin Aeschlimann 37015387c0
Changing default for ShowLightbulbIconMode to On (#208938) 2024-03-27 11:11:25 -07:00
David Dossett 2da301bd15
Merge pull request #208934 from microsoft/ddossett/new-sole
Revert list focus highlight color change
2024-03-27 10:49:04 -07:00
Daniel Imms 90970f8c4a
Don't pass store to Event.filter
Fixes #208892
2024-03-27 10:38:28 -07:00
David Dossett c3a37a438d
Revert list focus highlight color change 2024-03-27 10:33:20 -07:00
Aiday Marlen Kyzy ce95d55d9e
Exchange URIs for delete refactoring (#208926)
exchaging the uris for the delete operation
2024-03-27 18:08:59 +01:00
Aiday Marlen Kyzy d469911cbb
Comparing the paths of the URI (#208777)
* comparing the paths

* revealing resources for a given original and modified uri pair

* changing comments
2024-03-27 17:48:43 +01:00