Commit Graph

120274 Commits

Author SHA1 Message Date
Daniel Imms
a386ff325c
Merge pull request #209065 from microsoft/tyriar/208639
Remove details about sequences from shellIntegration API
2024-03-28 12:57:07 -07:00
Connor Peet
417c2ad2e3
testing: fix element already has context attribute (#209064)
Fixes #208598
2024-03-28 20:55:19 +01:00
Connor Peet
2df0f166fa
menus: don't allow vertical overflow in context menus (#209062)
Fixes #208714
2024-03-28 12:49:50 -07:00
Daniel Imms
2f94c943b4
Remove details about sequences from shellIntegration API
Fixes #208639
2024-03-28 12:40:58 -07:00
Connor Peet
e857eec275
Revert "debug: log progress in NamedPipeDebugAdapter tests (#170713)" (#209060)
This reverts commit 32bb67bc16.

This test hasn't flaked in the last two years, and now the console logs
can cause a failure themselves if the test runs slowly.

Closes #209049
2024-03-28 12:38:22 -07:00
dependabot[bot]
038cbaa25d
Bump azure/login from 1 to 2 (#208616)
Bumps [azure/login](https://github.com/azure/login) from 1 to 2.
- [Release notes](https://github.com/azure/login/releases)
- [Commits](https://github.com/azure/login/compare/v1...v2)

---
updated-dependencies:
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-28 11:55:52 -07:00
Megan Rogge
cb0ebb85f9
Merge pull request #209048 from microsoft/merogge/disposable
register disposable
2024-03-28 11:36:46 -07:00
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
623595bf8c
fix #207801 2024-03-28 11:13: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