Commit graph

120405 commits

Author SHA1 Message Date
Kyle Cutler 9d98da3186
Remove notebook view from focus order & accessibility tree when hidden (#209059)
* Remove notebook view from focus order when hidden

* Set `inert` on the correct container
2024-03-29 16:07:07 +00:00
Daniel Imms cea6ec5f56
Merge pull request #209107 from microsoft/tyriar/git_bash
Add git bash to shell integration description
2024-03-29 07:09:27 -07:00
Daniel Imms 1a2b9b528c
Merge pull request #209103 from microsoft/tyriar/208572
Adjust scheme and authority of URIs in remote terminals
2024-03-29 07:08:55 -07:00
Daniel Imms 84d8f1b78f
Merge pull request #209105 from microsoft/tyriar/204167_3
Apply environment when selecting default profile as well
2024-03-29 07:08:27 -07:00
Daniel Imms dbb3b7b1a3
Merge pull request #209106 from microsoft/tyriar/208655
Add ... suffix to new with profile actions
2024-03-29 07:08:02 -07:00
Daniel Imms a795db54c6
Add git bash to shell integration description 2024-03-29 06:54:33 -07:00
Daniel Imms d03962b0ad
Add ... suffix to new with profile actions
Fixes #208655
2024-03-29 06:26:52 -07:00
Daniel Imms ac44885672
Apply environment when selecting default profile as well
Fixes #204167
2024-03-29 06:23:28 -07:00
Daniel Imms c204429da3
Also check file scheme 2024-03-29 06:14:08 -07:00
Daniel Imms 4df13e9771
Adjust scheme and authority of URIs in remote terminals
Fixes #208572
2024-03-29 06:13:17 -07:00
Daniel Imms 960217faf7
Merge pull request #209037 from microsoft/tyriar/208640
createDataStream -> readData
2024-03-29 05:40:30 -07:00
Megan Rogge 7955ac4224
Merge pull request #209080 from microsoft/merogge/first-code
add run/insert first code block actions when there are multiple
2024-03-29 05:35:08 -07:00
Connor Peet e2dc70e393
trees: always handle an twistie events by the tree if it changes collapsed state (#209090)
This allows preserving your multi-selection while expanding/collapsing other nodes in the tree. I think this is a good overall change to make across our UI. E.g. similarly, without this change, you can't expand a folder in the Explorer view without losing your selection state. cc @joaomoreno

Fixes #208852
2024-03-29 08:53:17 +01:00
Connor Peet 86bf11fe76
debug: fix resizing window makes debug toolbar disappear (#209075)
Fixes #208895

Should work but testing on aux windows was limited due to #209073
2024-03-28 19:48:45 -07:00
Connor Peet 72250a8700
debug: treat 'subtle' frames like 'deemphasized' (#209078)
To be closer to DAP

Fixes https://github.com/microsoft/vscode/issues/206801
2024-03-28 19:48:33 -07:00
meganrogge 703a1c3cf3
primary button 2024-03-28 15:17:58 -07:00
Megan Rogge a27c8436fe
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts 2024-03-28 15:14:19 -07:00
Megan Rogge c8f8deaa25
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts 2024-03-28 15:13:54 -07:00
Megan Rogge 327420f09c
Update src/vs/workbench/contrib/terminalContrib/chat/browser/terminalChat.ts 2024-03-28 15:13:33 -07:00
meganrogge 321bee3d6f
fix #207604 2024-03-28 15:10:52 -07:00
Ladislau Szomoru a2acd131e4
SCM - history item now supports searching (#209070) 2024-03-28 14:52:51 -07:00
Justin Chen e49b522e12
use extension identifier for issue reporter command check (#209069)
use extension identifier
2024-03-28 14:07:22 -07:00
Megan Rogge 31fa87c61f
Merge pull request #209052 from microsoft/merogge/accview
show acc view on escape of accessible view accessibility help
2024-03-28 13:49:35 -07:00
Connor Peet 92bf068b48
debug: fix variables view does not show custom hover (#209058)
* debug: fix variables view does not show custom hover

Fixes #208429

Also adds easy access to copy expression/evaluateName since a user is
likely to do that after looking at the value (which is often incomplete
or summarized in the variables view)

![](https://memes.peet.io/img/24-03-26f2738f-6b21-4223-90ea-4e6938720582.png)

cc @amunger if you want to adopt this for notebook variables: extra
commands can be added in the hover by passing an object into `hover`.

Note: the hover is too persistent right now due to #209057

* fix formatting

* use action bar instead
2024-03-28 21:46:29 +01:00
Daniel Imms fdca786f3d
Merge pull request #209068 from microsoft/tyriar/208368
Don't expose cwd as a string on shellIntegration/execution
2024-03-28 13:44:36 -07:00
Daniel Imms 3777aa2609
Don't expose cwd as a string on shellIntegration/execution
Fixes #208638
2024-03-28 13:29:26 -07:00
meganrogge 304835f369
use queueMicrotask 2024-03-28 13:06:29 -07:00
Matt Bierner a29a83ddd4
Add pwsh alias (#209063)
Commonly used for markdown blocks
2024-03-28 15:59:23 -04:00
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
meganrogge 61935116e2
fix #207638 2024-03-28 11:34:35 -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