Commit Graph

122892 Commits

Author SHA1 Message Date
Raymond Zhao 316c67d8a2 fix: refresh single element when element is known (#220126) 2024-07-09 09:59:34 -07:00
Connor Peet 4e928f7a99 Merge pull request #221238 from microsoft/connor4312/stacktrace-support
testing: work on stack trace and adoption in selfhost test provider
2024-07-09 08:53:01 -07:00
Daniel Imms 1c53aae883 Merge pull request #221277 from wdhongtw/fix-ctx-shell-type
Reset shell-type context when the type is unknown
2024-07-09 08:37:42 -07:00
Connor Peet d8309dcbe0 fix build 2024-07-09 08:36:25 -07:00
Ladislau Szomoru 7ed4861b96 Git - do not use commit^.. to get the list of commits (#221287) 2024-07-09 17:15:07 +02:00
Ladislau Szomoru e3ed5bee12 SCM - fix history graph rendering issue (#221282) 2024-07-09 16:32:41 +02:00
Weida Hong a600bbe00c Reset shell-type context when the type is unknown
To provide robust usage upon shell type context, only set
shell-type context key if we can tell the type of the shell.

Also update the description of the context to reflect this change.

This modification resolve #191650.
2024-07-09 21:40:13 +08:00
Ladislau Szomoru c4e1a5aabc Git - fix fetchRef, pullRef, pushRef commands (#221273) 2024-07-09 15:12:19 +02:00
Martin Aeschlimann 3be49eccc5 Use fs provider for loading schemas (#221136)
* use file system provider for schemas

* fix getSchemaContent

* update

* update

* polish

* feedback

---------

Co-authored-by: Sandeep Somavarapu <sasomava@microsoft.com>
2024-07-09 14:56:04 +02:00
Sandeep Somavarapu bfdfd71568 fix #219941 (#221260) 2024-07-09 12:56:38 +02:00
Johannes Rieken ae812c4223 chore/esm - updates to amdX loader (#221261) 2024-07-09 12:56:03 +02:00
Simon Siefke 76bbacee4d reduce impact of memory leaks related to editor (#219297)
* fix: clear editor dom node
2024-07-09 10:36:30 +00:00
Ladislau Szomoru fc8ade92b0 Git - add exception handling to handle edge cases (#221254) 2024-07-09 12:16:19 +02:00
Henning Dieterichs 17106352f4 Fixes #213367 2024-07-09 12:05:45 +02:00
Benjamin Christopher Simmonds abdbeb0980 Make activity bar top icons default size (#221249) 2024-07-09 11:37:59 +02:00
Ladislau Szomoru 9c28ccc116 HoverWidget - vertically align codicons in the hover widget (#221251) 2024-07-09 11:34:54 +02:00
Sandeep Somavarapu a4a56d80b3 handle not existing package.json (#221250) 2024-07-09 11:15:15 +02:00
Johannes Rieken 53df71b16a chore/esm - use await-import over require-in-promise (#221247) 2024-07-09 10:57:52 +02:00
Robo 7f17108987 ci: disable nodejsmirror for merge check (#221243) 2024-07-09 10:26:14 +02:00
Alex Ross c2df206074 Update YAML grammar (#221244) 2024-07-09 10:20:26 +02:00
Benjamin Pasero 3db7016374 debt - some cleanup from nls change (#221242) 2024-07-09 09:53:17 +02:00
Johannes Rieken 729b03d8d0 update esbuild (#221241) 2024-07-09 09:43:21 +02:00
Benjamin Pasero 8a605ea563 esm - more cleanup (#221240) 2024-07-09 09:17:41 +02:00
Johannes Rieken 2330a1f587 update notebooks (#221239) 2024-07-09 09:11:32 +02:00
Connor Peet d7df7e8645 testing: work on stack trace and adoption in selfhost test provider
Builds on #221225, only the last commit needs review.

Still a WIP, this sketches things out for proper implementation tomorrow.
2024-07-08 23:19:20 -07:00
Benjamin Pasero 16654e6126 esm - reduce diff to branch (#221154) 2024-07-09 08:08:56 +02:00
Robo 2fe0527205 chore: update to electron 30 (#215406)
* chore: update electron@30.0.9

* chore: update rpm deps

* chore: bump electron@30.1.2

* fix: update kerberos for Node.js 20.x

Refs https://github.com/mongodb-js/kerberos/commit/c1f7acafb211d1b449086433578495d4ae0b869f

* fix: use shell when spawning .bat or .cmd files

Refs https://github.com/nodejs/node/commit/6627222409

* fix: update @vscode/test-electron@2.4.0

Refs https://github.com/microsoft/vscode-test/commit/3f7a3cc5c537957d55fa9e6aeab9d860f7a60078

* fixup! use shell when spawning .bat or .cmd files

* chore: bump nodejs@20.14.0 internal build

* ci: skip nodejsMirror for 20.14.0 due to missing builds

* fixup! use shell when spawning .bat or .cmd files

* chore: update debian deps

* fixup! skip nodejsMirror for 20.14.0 due to missing builds

* fix: universal build

- Updates vscode-universal-bundler to support x64ArchFiles option
- Kerberos starts building universal binaries which should now be
  skipped from lipo step via x64ArchFiles
- Skips bundling *.mk files

* chore: bump distro
2024-07-09 14:33:22 +09:00
Bhavya U b23e791eb5 Use AzureLogin task for latest-release-monitor (#221194) 2024-07-08 20:40:28 -04:00
Tyler James Leonhardt ad476c3416 Bump that distro (#221226)
:drumroll:
2024-07-09 01:07:00 +02:00
Connor Peet fecf501d55 fix tests, more split 2024-07-08 15:52:05 -07:00
Connor Peet b2af4e7d34 testing: add stack trace proposal and split out test results view
The test results view was 2k+ lines, time to split it up a bit.
2024-07-08 15:27:24 -07:00
Tyler James Leonhardt 1b24381b5c Adopt getAccounts API in GitHub Authentication (#221224)
This allows the GitHub Auth provider to take in a account per this proposal:

https://github.com/microsoft/vscode/blob/417dddb83f3536479f88c40e1d78edf1136a5ae5/src/vscode-dts/vscode.proposed.authGetSessions.d.ts#L35-L69

Additionally, this makes an additional small change that allows `clearSessionPreference` to work in single-account auth providers.
2024-07-09 00:19:40 +02:00
Joyce Er 6c907814bf feat: support button titles in chat confirmation api (#221223) 2024-07-08 23:40:09 +02:00
Ladislau Szomoru 33abd96b99 Git - add actions to incoming/outgoing header (#221221) 2024-07-08 22:08:24 +02:00
Teik Seong 63274b60e7 add option to dock terminal at top (#207721)
* add option to dock terminal at top

* fixed formatting

* Update editorPart.ts

requested changes

* panel position fixes and cleanup

---------

Co-authored-by: BeniBenj <besimmonds@microsoft.com>
2024-07-08 21:32:44 +02:00
Ladislau Szomoru f3930566bd Git - 💄 fix log message format (#221218) 2024-07-08 20:51:52 +02:00
Matt Bierner 1cd7cf5dec Update MD grammar (#221204) 2024-07-08 20:33:21 +02:00
Parasaran 9e4f826b18 Fixes #218254 (#219312)
onDidShowContextMenu fires for every webview even though only one webview has the context menu visible, hence removed the onDidShow listener, sending the set-context-menu-visible event to the html on did-context-menu event so that the context-menu-visible class gets applied only to the webview that actually has the context menu visible
2024-07-08 18:18:04 +00:00
Ladislau Szomoru e86f5306cc SCM - use MutableDisposable in SCMInputWidgetToolbar (#221173) 2024-07-08 19:45:05 +02:00
Krzysztof Cieślak 1e6b49798d Inline edit - implement side by side rendering of suggestions (#219444)
* Make widget derived out of edit value

* initial side-by-side rendering of suggestions

* Keep old UI in some scenarios

* Handle scrolling

* Use embedded text editor to display suggestions

* Add diff decorations

* Apply decorations on the original code in side-by-side rendering

* try to solve flickering... and fail at it

* Make background colouring always enabled for inner-line suggestions, and remove strike-through
2024-07-08 17:12:13 +00:00
Sandeep Somavarapu 417dddb83f add isProfile property to extension:extract telemetry (#221148) 2024-07-08 17:47:27 +02:00
Ladislau Szomoru a7ab6c0e34 SCM - dispose the SCMInputWidgetToolbar (#221146) 2024-07-08 17:40:05 +02:00
Alex Ross 3eb4e36b6d Add url handling for settings and adopt in release notes (#219702)
* Add url handling for settings and adopt in release notes
Fixes #212079

* Update regex to use product service, fix test

* Incorporate feedback

* Check value of setting before passing to settings editor

* Fix test
2024-07-08 08:21:41 -07:00
Johannes Rieken 1caa1739a7 make sure contributes/tools are read early so that fast extensions don't run into errors (#219997)
fyi @roblourens
2024-07-08 17:09:49 +02:00
Benjamin Pasero b7c13a78e9 Today's Insiders update failed (Windows) (#220999) (#221132) 2024-07-08 16:42:25 +02:00
Christof Marti 125c83df26 Test basic auth for proxy (#220034) 2024-07-08 16:39:26 +02:00
Benjamin Pasero a0d7124f0c leaks - dispose storage listener (#221141) 2024-07-08 16:34:03 +02:00
Ladislau Szomoru e7cff5299b SCM - history item hover improvements (#221138) 2024-07-08 16:27:23 +02:00
Benjamin Christopher Simmonds 3891d3c0da Fix lock group args (#221134)
lock group args fix
2024-07-08 15:44:31 +02:00
Benjamin Christopher Simmonds 74654d1522 Fix close pin editor bug (#221131)
fix close pin editor bug
2024-07-08 15:33:11 +02:00