Commit graph

120266 commits

Author SHA1 Message Date
Megan Rogge 634f834f9e
Merge pull request #209046 from microsoft/merogge/chat-input
ensure chat location is panel for `ctrlCmd+upArrow` to focus chat response list
2024-03-28 11:34:30 -07:00
meganrogge 6e9ba23ead
fix #208927 2024-03-28 11:00:28 -07:00
Daniel Imms 82f8d08792
Merge pull request #209044 from microsoft/tyriar/208650
Fire onDidStartTerminalShellExecution from executeCommand in microtask
2024-03-28 10:51:34 -07:00
Connor Peet 7b2cc73cf2
debug: fix call stack dropdown menu hidden (#209042)
Fixes #208817
2024-03-28 18:49:06 +01:00
Megan Rogge 80ca971617
Merge pull request #209032 from microsoft/merogge/event-listeners
register event listeners
2024-03-28 10:47:55 -07:00
Daniel Imms 140b211249
Merge pull request #209041 from microsoft/tyriar/208648
Move exitCode into TerminalShellExecutionEndEvent
2024-03-28 10:45:42 -07:00
Daniel Imms 45e81d4179
Fire onDidStartTerminalShellExecution from executeCommand in microtask
Fixes #208650
2024-03-28 10:36:12 -07:00
Daniel Imms ff1fc119df
Merge pull request #208960 from cpendery/feat/git-bash-shell-integration
feat: add git-bash support to shell integration
2024-03-28 10:30:50 -07:00
Logan Ramos 9243c3db85
Ensure no disposables leak (#209040) 2024-03-28 18:30:08 +01:00
Daniel Imms a50a6bf2de
Move exitCode into TerminalShellExecutionEndEvent
Fixes #208648
2024-03-28 10:29:46 -07:00
Aiday Marlen Kyzy f62931d09b
Making same changes to JavaScript language configuration file as for TypeScript (#209038)
making the language configuration file the same as for typescript
2024-03-28 18:25:55 +01:00
Aiday Marlen Kyzy f6e74f9990
Refactoring the moveLinesCommant.test.ts file (#209034)
refactoring slightly the moveLinesCommant.test.ts file
2024-03-28 10:18:55 -07:00
Connor Peet 7bee15678c
fix: leaking event listeners (#209036)
Fixes #207466
Fixes #207556
2024-03-28 18:16:05 +01:00
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 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