dependabot[bot]
ce668e2612
Bump form-data from 3.0.0 to 3.0.4 in /extensions/microsoft-authentication ( #257162 )
...
Bump form-data in /extensions/microsoft-authentication
Bumps [form-data](https://github.com/form-data/form-data ) from 3.0.0 to 3.0.4.
- [Release notes](https://github.com/form-data/form-data/releases )
- [Changelog](https://github.com/form-data/form-data/blob/v3.0.4/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v3.0.0...v3.0.4 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 3.0.4
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-06 08:52:51 -07:00
Daniel Imms
abe8e93676
Merge pull request #259917 from microsoft/copilot/fix-259916
...
Fix terminal-suggest completions showing up in Python REPLs
2025-08-06 06:21:22 -07:00
Daniel Imms
d9bb6db341
Clean up
2025-08-06 06:05:05 -07:00
Aman Karmani
934593aeb1
fix some typos ( #259747 )
2025-08-06 11:49:35 +00:00
Alex Ross
731203bcde
Update grammars ( #260022 )
2025-08-06 10:03:11 +00:00
copilot-swe-agent[bot]
7f9d2e222b
Improve debug logging for rejected shell types
...
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com >
2025-08-05 22:17:59 +00:00
copilot-swe-agent[bot]
790b11d056
Fix terminal-suggest completions showing up in Python REPLs
...
Co-authored-by: Tyriar <2193314+Tyriar@users.noreply.github.com >
2025-08-05 22:16:12 +00:00
Matt Bierner
b26e424882
Merge pull request #259860 from mjbvz/sparkling-otter
...
Bump extensions to target es2024
2025-08-05 14:18:12 -07:00
Matt Bierner
949aadab93
Bump implicit js/ts target to ES2024
2025-08-05 10:46:13 -07:00
Matt Bierner
6c2cf7800e
Use consistent case
2025-08-05 10:44:16 -07:00
Matt Bierner
30b93b1217
Bump extensions to target es2024
...
I reviewed the various changes and library additions of es2024 and it seems they are widely supported across node and modern browsers
2025-08-05 10:40:33 -07:00
Christy 😺
cb1290bcb1
Add create new branch option (create worktree) ( #259599 )
...
* add create branch option on current branch
* fix override
2025-08-04 18:28:27 +00:00
DoctorKrolic
71096a0a2e
Add .slnx to xml language extension list ( #259049 )
...
Add `.slnx` to xml language list
2025-08-04 10:14:07 +00:00
Daniel Imms
f9059d5a79
Don't refresh cached globals automatically
...
Fixes #259343
Fixes #256746
2025-08-03 05:15:19 -07:00
Daniel Imms
cda153f038
Merge branch 'tyriar/258512__259342' into tyriar/258512__259342__259339
2025-08-02 09:22:20 -07:00
Daniel Imms
956b5336e3
Fix case with duplicate folders in PATH
2025-08-02 09:21:20 -07:00
Daniel Imms
200c64800f
Prevent duplicate getExecutablesInPath calls in parallel
...
Fixes #259339
2025-08-02 09:03:38 -07:00
Daniel Imms
92467d7a92
Only refresh cached path results for changes dirs
...
Fixes #259342
2025-08-02 08:52:20 -07:00
Daniel Imms
a143486651
Prevent exponential function call in getFigSuggestions
2025-08-02 07:30:36 -07:00
Daniel Imms
264d466bd0
Resolve path entries in parallel
2025-08-02 06:58:27 -07:00
Christy 😺
f58a56ea03
Handle worktree errors ( #259106 )
...
* fix worktree error handling
* remove print statement
* clean up
2025-07-31 16:38:57 -07:00
Copilot
8e21fb0539
Fix PowerShell terminal suggestion performance by deduplicating concurrent requests ( #259051 )
2025-07-31 16:51:40 -04:00
Matt Bierner
986e46a1c3
Pick up TS 5.9 stable
...
Fixes #258302
2025-07-31 11:34:26 -07:00
Christy 😺
1297e26760
Handle worktree errors ( #258867 )
...
* throw err when choosing already checked out branch
* fix two separate worktree error handling
* Validate branch as soon as it is selected
* Working path validation upfront
* normalize paths
---------
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2025-07-31 16:44:24 +00:00
Ladislau Szomoru
35eddf193f
Revert "Git - honor detectSubmodules and detectWorktrees settings when opening a workspace from a file" ( #259005 )
...
This reverts commit 655258b05e .
2025-07-31 15:26:48 +02:00
Ladislau Szomoru
0b25736ee6
Git - detect worktrees when opening a worktree ( #258980 )
2025-07-31 10:52:07 +00:00
Ladislau Szomoru
cc28f165ce
Git - add the ability to create a worktree from a worktree ( #258956 )
2025-07-31 11:59:33 +02:00
Christy 😺
20724f79ba
fix default path bug related to branch prefix ( #258709 )
...
* fix default path bug related to branch prefix
* remove branch prefix first, then get last component
* replace / with -
* clean up
2025-07-30 15:02:35 +00:00
Ladislau Szomoru
4baac87285
Git - polish worktree error handling ( #258806 )
2025-07-30 14:04:44 +00:00
Ladislau Szomoru
61deced474
Git - fix git.stageFile and git.unstageFile commands so that they work when invoked using a keybinding ( #258771 )
2025-07-30 12:28:45 +02:00
Christy 😺
860defc712
allow delete worktrees if worktrees are closed ( #258696 )
2025-07-29 16:21:38 -07:00
Christy 😺
ed9f03c3aa
Error handle delete worktree within a worktree ( #258297 )
2025-07-28 18:43:58 +00:00
Copilot
c580582216
Silence the "Comments are not permitted in JSON." error for emmet snippets.json files ( #257878 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2025-07-28 10:21:05 -07:00
Don Jayamanne
fd38deac92
Skip flaky notebook test ( #258223 )
...
Skip flaky test
2025-07-28 13:46:15 +00:00
David Barbet
510359a9a6
Enable angle bracket colorization for C# ( #247665 )
2025-07-26 14:06:27 +00:00
Christy 😺
f496271cbd
filter only worktrees for open command ( #257933 )
2025-07-25 18:51:09 -07:00
Matt Bierner
4b9b99ba7a
Pick up latest md language server
...
For #248467
2025-07-25 16:07:10 -07:00
Alex Ross
9ef59e22ed
Patch razor grammar to use html derivative ( #257827 )
...
Fixes #254686
2025-07-25 13:10:08 +00:00
Ladislau Szomoru
90fcd05e94
GitHub - update remote order for git blame actions ( #257816 )
2025-07-25 12:06:47 +00:00
Ladislau Szomoru
2f09f40b0b
Git - honor detectSubmodules and detectWorktrees settings when opening a workspace from a file ( #257813 )
2025-07-25 13:47:43 +02:00
Matt Bierner
b0fcb93a29
Pick up TS 5.9 rc
2025-07-24 15:40:45 -07:00
Christy 😺
afd143299e
add Create New branch option in creating worktree ( #257701 )
...
* Create new branch option for creating worktrees
* clean up
* resolve esc flows
2025-07-24 17:59:16 +00:00
Christy 😺
2446b91ada
revamp create worktree... flow ( #257603 )
...
* revamp create worktree... flow
* Cleanup code
---------
Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com >
2025-07-24 18:40:20 +10:00
Ladislau Szomoru
cfc04dc5ba
Git - read the HEAD of each worktree ( #257532 )
2025-07-23 21:37:32 +00:00
Matt Bierner
04d3b0f0b3
Merge pull request #257510 from mjbvz/handsome-squirrel
...
Remove expandable hover setting
2025-07-23 13:38:36 -07:00
Christy 😺
8bef53d4b6
refine default worktree name ( #257501 )
2025-07-23 13:35:43 -07:00
Matt Bierner
7094490c32
Remove expandable hover setting
...
Seems like there's no downside in keeping this enabled by default for everyone
2025-07-23 12:37:03 -07:00
Christy 😺
b5c5403c61
create new branch in Create Worktree... command ( #257370 )
...
* create new branch in Create Worktree... command
* separator between creating branch and existing branch
* refine create branch
* clean up
* code clean up
* Update commands.ts
* resolve hygiene error
2025-07-23 17:41:02 +00:00
Ladislau Szomoru
d421372b3e
Git - add the ability to create worktree from remote branches and tags ( #257461 )
2025-07-23 08:03:48 -07:00
Ladislau Szomoru
ebd5fb15ef
Git - fix file path parsing issue in askpass ( #257422 )
...
Git - fix file path parsin issue in askpass
2025-07-23 12:33:33 +02:00