Matt Bierner
c679b20148
Merge branch 'main' into dev/mjbvz/legitimate-squirrel
2025-11-17 16:32:38 -08:00
Josh Spicer
302ffe667c
set allowAutoConfirm for terminal tool ( #277957 )
...
runInTerminalTool evaluate isEligibleForAutoApproval
2025-11-17 15:45:33 -08:00
Megan Rogge
b029bfb5fd
add terminal settings to telemetry ( #277937 )
2025-11-17 15:30:12 -08:00
Megan Rogge
aad9b96aa4
ensure outputView is initialized before it can be referenced ( #277959 )
...
* fixes #277669
* ensure output view is created before it might be referenced
2025-11-17 15:20:03 -08:00
Connor Peet
798ef59100
chat: remove waitForReady ( #277944 )
...
* chat: remove `waitForReady`
- Now that edit sessions are sync, we don't need to wait for them (just
guard edits) as in https://github.com/microsoft/vscode-copilot/issues/16060
- I noticed `widget.onDidClear()` listeners were actually async and we
do need to wait for them before we can safely make new input. Revised
this to a delegate pattern.
- Wait for a view model when sending chat. Also, improved Event.toPromise
so it can safely be reused -- it now cleans up its own disposable from
the disposable store or array after it settles.
Resolves #247484
* Update src/vs/base/common/event.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-17 22:55:36 +00:00
Matt Bierner
c0c75f1968
Merge pull request #277956 from mjbvz/dev/mjbvz/comparable-tern
...
Pick up latest TS for building VS Code
2025-11-17 14:43:10 -08:00
Matt Bierner
3560855cff
Pick up latest TS for building VS Code
2025-11-17 14:13:44 -08:00
Megan Rogge
c97551a085
do not proceed when Focus Terminal option is taken with task until input has happened, prevent build daemon prompt ( #277890 )
...
fix #277582
2025-11-17 14:12:44 -08:00
Copilot
29e36f4887
Fix task running detection to use getBusyTasks instead of getActiveTasks ( #277866 )
2025-11-17 15:41:40 -05:00
Christof Marti
2d19cfa394
Disable loading system certificates from Node.js by default ( #277838 )
2025-11-17 21:35:10 +01:00
Justin Chen
94e1d14d5a
fix spacing and hover consistencies ( #277933 )
2025-11-17 20:10:19 +00:00
Benjamin Pasero
e3c6a7cf7f
quick input - restore QuickInputHideReason.Gesture on Escape ( #277931 )
2025-11-17 19:51:57 +00:00
Justin Chen
123dd6a36f
fix editing session visibility ( #277929 )
2025-11-17 19:39:03 +00:00
Josh Spicer
38be0a850a
clean up original cloud button implementation ( #277925 )
2025-11-17 19:26:06 +00:00
Connor Peet
c74439554c
chat: make creation of the edit session sync ( #277924 )
...
Uses the session state to wait in cases where it's needed
Refs #277318
2025-11-17 19:17:15 +00:00
Connor Peet
0f3dd9c0e6
edits: migrate to use chat resource uris ( #277907 )
...
Refs #274403
2025-11-17 18:18:53 +00:00
Daniel Imms
3e727824a5
Merge pull request #277903 from microsoft/tyriar/nodenotify
...
Notify tyriar about pty host changes
2025-11-17 09:54:23 -08:00
dependabot[bot]
4cd9cefc3f
Bump js-yaml from 4.1.0 to 4.1.1 ( #277506 )
...
Bumps [js-yaml](https://github.com/nodeca/js-yaml ) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1 )
---
updated-dependencies:
- dependency-name: js-yaml
dependency-version: 4.1.1
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 09:49:48 -08:00
Martin Aeschlimann
3ca4a7b237
Prompt file generated from plan shows 4 times in /command in input box ( #277897 )
2025-11-17 17:39:19 +00:00
Daniel Imms
f904d915d9
Notify tyriar about pty host changes
2025-11-17 09:33:42 -08:00
Connor Peet
af690bd87d
mcp: use approval tooltip ui for tool calls ( #277566 )
...
* mcp: use approval tooltip ui for tool calls
Closes #277026
* fix
2025-11-17 17:28:04 +00:00
Benjamin Pasero
8360decc31
debt - fix some any ( #277892 )
2025-11-17 17:27:49 +00:00
dependabot[bot]
0e14081494
Bump vite from 7.1.9 to 7.1.11 in /build/monaco-editor-playground ( #276755 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 7.1.9 to 7.1.11.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v7.1.11/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 7.1.11
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-17 17:40:43 +01:00
Dirk Bäumer
4e5ba7947b
Merge pull request #277448 from microsoft/dbaeumer/worthwhile-bee-orange
...
Add oldName and newName to the meta data of a rename detailed reason.
2025-11-17 17:31:52 +01:00
João Moreno
222fb55dd5
Insider builds should have an auto increasing version number ( #277497 )
...
* wip
* more logs
* add bump-insiders-version.yml
* ok give this a try
* fix paths
* missing parameter
* ok
* fix
* fix CI
* hm
* rm
* fix appx version
* fix inno
* whoops
* update insiders version in compile job as well
* thanks @lszomoru
2025-11-17 17:21:33 +01:00
Megan Rogge
f32b3e7fe3
don't show attach to chat if chat is disabled ( #277870 )
...
fix #277205
2025-11-17 08:00:43 -08:00
Dirk Bäumer
229231e2e6
Merge branch 'main' into dbaeumer/worthwhile-bee-orange
2025-11-17 16:57:45 +01:00
Johannes Rieken
443bace37b
Merge pull request #277828 from microsoft/copilot/sort-formatter-extension-list
...
Prioritize formatter-contributing extensions in default formatter dropdown
2025-11-17 16:52:00 +01:00
Sandeep Somavarapu
d99ad98402
Enable github policies in web+remote = codespaces ( #277861 )
2025-11-17 15:11:27 +00:00
Simon Siefke
945badb404
fix: memory leak in terminal tabs list ( #277225 )
2025-11-17 10:02:47 -05:00
Logan Ramos
498723c223
Default to the first model in the list if the default is no longer available ( #277860 )
2025-11-17 15:00:57 +00:00
Ladislau Szomoru
dbc8d76ce3
SCM - show history item references in the history item hover ( #277859 )
2025-11-17 15:00:13 +00:00
Johannes
6287a94e47
update config values after provider change
2025-11-17 15:43:21 +01:00
copilot-swe-agent[bot]
0bd967b2ba
Use ExtensionIdentifier.toKey instead of value.toLowerCase
...
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com >
2025-11-17 13:46:59 +00:00
Benjamin Pasero
1d564f8ea7
select box - more styling tweaks ( #277837 )
...
* select box - more styling tweaks
* Update src/vs/base/browser/ui/selectBox/selectBoxCustom.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* cleanup
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-17 13:07:17 +00:00
Ladislau Szomoru
56328c6a54
Tree - add option to be able to specify an additional css class for the twistie element ( #276895 )
...
* Tree - add option to be able to specify an additional css class for the twistie element
* Update src/vs/workbench/contrib/scm/browser/scmViewPane.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
* Move code around
* Pull request feedback
* Pull request feedback
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-17 12:46:49 +01:00
Henning Dieterichs
8c5cd5c1a8
Next edit suggestion cleanup ( #277505 )
...
Next edit suggestion cleanup
2025-11-17 12:45:43 +01:00
Benjamin Pasero
abd45aa75a
select box - make separator a actual type ( #277824 )
2025-11-17 12:37:35 +01:00
Benjamin Pasero
4014d6c7ba
windows - adopt active window icon ( #277827 )
2025-11-17 12:37:21 +01:00
copilot-swe-agent[bot]
2d8b6e6ff5
Prioritize extensions that contribute formatters in default formatter dropdown
...
Co-authored-by: jrieken <1794099+jrieken@users.noreply.github.com >
2025-11-17 11:21:48 +00:00
copilot-swe-agent[bot]
9f64269786
Initial plan
2025-11-17 11:14:41 +00:00
Henning Dieterichs
fd57a7c022
Makes sure the old/new name is marked as verbose data and is basically never used as key to identify the edit
2025-11-17 12:05:44 +01:00
Lee Murray
f8b362ddf5
Merge pull request #277814 from microsoft/mrleemurray/integral-dragon-tan
...
Add new codicon for window active state and improve low res icon rendering
2025-11-17 10:54:44 +00:00
mrleemurray
2e70dcbd8f
Add new codicon for window active state and improve icon rendering
2025-11-17 10:35:15 +00:00
Sandeep Somavarapu
64705b386a
remove any type usage ( #277634 )
...
* remove any type usage
* fix
2025-11-17 11:13:06 +01:00
Copilot
fafe725235
Add test for BOM character preservation in VSBuffer (issue #251527 ) ( #277608 )
...
* Initial plan
* Add test for issue #251527 - BOM character preservation in VSBuffer
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: bpasero <900690+bpasero@users.noreply.github.com >
2025-11-17 06:16:26 +00:00
Benjamin Pasero
ddaae0e602
ux - revisit select box custom appearance ( #277784 )
2025-11-17 07:15:35 +01:00
Benjamin Pasero
8b47079712
Setting and removing window.activeBorder color does not reset the window border color ( fix #264569 ) ( #277359 )
...
⛔ setting and removing `window.activeBorder` color does not reset the window border color (fix #264569 )
2025-11-17 07:15:07 +01:00
Dmitriy Vasyura
1723ca5618
Merge pull request #277765 from microsoft/dev/dmitriv/go-to-line-a11y-label
...
Add current position information to ARIA label of Go To Line picker
2025-11-16 21:13:58 -08:00
Robo
7ba6cc6685
chore: update electron@39.2.0 ( #277706 )
...
* chore: update electron@39.2.0
* chore: bump distro
2025-11-17 05:42:43 +01:00