Commit Graph
124157 Commits
Author SHA1 Message Date
Henning Dieterichs dc5fe338fe Diff Editor v2: Improves collapse unchanged code feature (#185226)
* Diff Editor v2: Improves collapse unchanged code feature

* Updates Labels
2023-06-15 15:33:42 +02:00
Henning Dieterichs d7eb1e4fb9 Enable new diff editor for the vscode workspace (#185221) 2023-06-15 15:11:44 +02:00
Johannes Rieken 9dc05300d7 refocus input widget when clicking into void (#185219) 2023-06-15 15:09:10 +02:00
Johannes Rieken d8e9b30164 Merge pull request #185213 from microsoft/joh/silly-swallow
joh/silly swallow
2023-06-15 14:45:05 +02:00
Aiday Marlen Kyzy 83fa847bdb Merge pull request #185209 from microsoft/aiday/fixingWrongInitialIndentationInlineChat
Fixing wrong initial margin left calculation
2023-06-15 14:43:54 +02:00
yshaojun aa24684dec fix: inline completion not displaying(#184108) 2023-06-15 20:31:39 +08:00
Johannes be12637d72 extract MenuWorkbenchButtonBar as a thing, use for main buttons in inline chat 2023-06-15 14:23:36 +02:00
Aiday Marlen Kyzy d131e1f68f setting the initial indentation to undefined so that it is still calculated 2023-06-15 14:11:46 +02:00
Johannes Rieken ccf1d56201 allow viewZones to be shown before first visible line (when hidden ranges are in effect) (#185201)
fyi @alexdima
2023-06-15 12:08:50 +02:00
Aiday Marlen Kyzy cbbfe1141c Merge pull request #185110 from microsoft/aiday/inlineChatEndOfSelection
Setting the position to the end position of the selection
2023-06-15 11:57:55 +02:00
Aiday Marlen Kyzy d52fb41cd8 Merge pull request #185132 from microsoft/aiday/makeBackgroundLighterOnHoverAndFocus
Making the background of the accept button lighter on focus as well as on hover
2023-06-15 11:50:42 +02:00
Johannes aa94277ce7 move regenerate into RHS menu (for now) 2023-06-15 11:37:23 +02:00
Aiday Marlen Kyzy 95fc076b5c Merge branch 'main' into aiday/makeBackgroundLighterOnHoverAndFocus 2023-06-15 09:08:42 +02:00
Connor Peet 382cdece5c cli: bump enumflags2 for dependabot (#185181) 2023-06-15 08:29:27 +02:00
Don Jayamanne 6545c4c267 Remove redundant variable (#185170) 2023-06-14 19:13:28 -07:00
Daniel Imms f8a02c342b Merge pull request #184730 from microsoft/tyriar/181834
Remove nbsp replacing from buffer content tracker
2023-06-14 16:33:47 -07:00
Matt Bierner aa82bd59b2 Limit worker pool size (#185164)
Fixes #185079

Should fix OOM issues on build machines
2023-06-14 23:57:22 +02:00
meganrogge 57405599a1 don't handle dom on windows 2023-06-14 16:18:36 -05:00
meganrogge 4908243d91 use random index 2023-06-14 15:59:42 -05:00
meganrogge 9cd42d9369 add another cue 2023-06-14 14:54:35 -05:00
Daniel Imms e3f0f4a875 Merge pull request #184743 from microsoft/tyriar/183423
Remove deprecated shell/shellArgs/automationShell settings
2023-06-14 12:33:39 -07:00
meganrogge 27fafd6edf check screen reader optimized 2023-06-14 13:40:46 -05:00
meganrogge 5b2ecd2945 rm and append dom node 2023-06-14 13:36:02 -05:00
meganrogge 660a3228b2 rm and append dom node 2023-06-14 13:29:55 -05:00
Tyler James Leonhardt b07469d8e3 First move off of keytar (#185077)
* First move off of keytar

Since keytar is now deprecated, we need a solution going forward. That solution is the electron safeStorage API.

This PR:
* Uses the Electron safeStorage API for encryption
* Since we have encrypted strings we then store them in the StorageService (at the application & machine level)

This PR also refactors things quite a bit... a diagram of the change is going to be in the PR.

It gives embedders the ability to override the behavior of the secret storage similar to the existing Credential Provider embedder API... only with a better API surface since we no longer need to conform to keytar's shape.

More will come after this PR such as:
* Converting all CredentialService usages to SecretStorageService usages

After a while:

* Removing MainThreadKeytar
* Removing all the old code marked in this PR

* Use InMemoryStorageService

* use pausable emitter
2023-06-14 20:09:24 +02:00
Daniel Imms 64a8362d26 Merge branch 'main' into tyriar/183423 2023-06-14 10:43:14 -07:00
John Murray 9e5edb7d9a Allow downloads from pages viewed in Simple Browser (#185117) 2023-06-14 17:23:37 +00:00
Daniel Imms bacda501a4 Merge pull request #185145 from microsoft/tyriar/185033
Ensure pty host only adds --inspect when a port is set
2023-06-14 10:22:54 -07:00
Daniel Imms 9130ebd22a Ensure pty host only adds --inspect when a port is set
Fixes #185033
2023-06-14 10:08:17 -07:00
Johannes 3c6acf1b2e tweak padding of btns 2023-06-14 17:54:56 +02:00
Johannes Rieken e209a1c94a skip Error.prepareStackTrace unit test for firefox and safari that don't support this (#185134) 2023-06-14 17:40:33 +02:00
Benjamin Pasero e1d89c9e9d 🆙 distro (#185133) 2023-06-14 17:24:15 +02:00
Aiday Marlen Kyzy e51bb8b70f Merge pull request #185129 from microsoft/aiday/makingButtonColorDifferentOnHover
Making the button background color lighter on hover
2023-06-14 16:58:18 +02:00
Benjamin Pasero 8afb685c9b eng - add checksum validation support to nodejs and extensions (#184877)
* eng - add `checksum` validation support to `remote`

* eng - wire in more `checksum` support

* eng - renames for remote fetching

* eng - renames for remote fetching

* eng - disable verbose

* eng - always fetch verbose in CI

* eng - 💄

* eng - add checksums for node

* eng - report checksum matches

* eng - fix build

* eng - warn when not being able to check sum

* eng - support checksums for built in extensions

* eng - clear todo

* eng - add nodejs metadata to product.json

* 🆙 version

* 🆙 distro

* update distro

* eng - switch to checksum file

* cleanup alpine

* fix alpine

* fix bug

* eng - fetch all from remote

* eng - 💄

* eng - print checksums

* eng - fix missing import

* 🆙 distro

* undo version change
2023-06-14 16:57:06 +02:00
Aiday Marlen Kyzy bbdaa33e5d removing additional unecessary space 2023-06-14 16:57:01 +02:00
Johannes b1ed56fed3 use button bar for accept, discard, and regen 2023-06-14 16:56:25 +02:00
Aiday Marlen Kyzy a65bb9fed2 making the hover background lighter also on focus, not just on hover 2023-06-14 16:55:50 +02:00
Johannes e4cad50cef add button default styles via theme variables, remove buttons on dispose, allow to clear buttonbar 2023-06-14 16:55:42 +02:00
Aiday Marlen Kyzy 21952a58bc simplifying the css 2023-06-14 16:41:42 +02:00
Connor Peet 13b1b90a83 tunnel: fix keyring panic on Linux (#185066)
tunnel: fix keyring panic on Linxu

Fixes #184792

Reported on https://github.com/hwchen/keyring-rs/issues/132
2023-06-14 23:34:03 +09:00
meganrogge 9f36dfa664 Merge branch 'main' into merogge/loop-cue 2023-06-14 09:33:25 -05:00
Johannes Rieken 9a8c0b6608 Merge pull request #184932 from thecrypticace/fix/no-prepare-rewrapping
Don’t re-wrap `prepareStackTrace` when assigned back to itself
2023-06-14 15:04:45 +02:00
Aiday Marlen Kyzy 16268ba7b1 Merge branch 'main' into aiday/inlineChatEndOfSelection 2023-06-14 14:55:35 +02:00
Aiday Marlen Kyzy 19ee98f5ae instead of using get position use the end position of the selection 2023-06-14 13:02:38 +02:00
Aiday Marlen Kyzy b4e06efba2 Merge pull request #185036 from microsoft/aiday/indentationOnInitOnly
Setting the margins only on the initial render
2023-06-14 12:59:54 +02:00
Aiday Marlen Kyzy d983c8498a review changes 2023-06-14 12:40:59 +02:00
Johannes 498bf5cc33 run gist test under the actual handler... 2023-06-14 12:10:01 +02:00
Benjamin Pasero 35c1f3e998 notifications - go back to showing toolbar in expanded notifications (#185094)
Otherwise hovering over long notifications can result in ugly flicker.
2023-06-14 12:08:36 +02:00
Johannes 6dc3d6c60e return _wasWrapped symbol but it only for wrapped functions, not the "original" handler, add unit tests 2023-06-14 12:03:16 +02:00
Sandeep Somavarapu f3aa9a201b fix #165202 (#185016) 2023-06-14 10:29:39 +02:00