Commit Graph
124157 Commits
Author SHA1 Message Date
RoboandGitHub fbd61d106c chore: update distro (#191633) 2023-08-29 17:14:02 +02:00
Daniel ImmsandGitHub 3957463200 Merge pull request #191602 from microsoft/tyriar/190350
Add GNU style link 'r-c.ce', 'r.c-re.ce'
2023-08-29 07:35:50 -07:00
Sandeep Somavarapu 24946e7824 fix #191374 2023-08-29 15:13:28 +02:00
Megan RoggeandGitHub 7afc799159 Merge pull request #191519 from microsoft/merogge/tab-shift
rm `Shift+tab` as keybinding for opening terminal accessible buffer
2023-08-29 06:02:42 -07:00
Daniel Imms fdb265d221 Add GNU style link 'r-c.ce', 'r.c-re.ce'
See https://www.gnu.org/prep/standards/html_node/Errors.html

sourcefile:line1.column1-line2.column2: message
sourcefile:line1.column1-column2: message
sourcefile:line1-line2: message

Fixes #190350
2023-08-29 05:52:08 -07:00
Aiday Marlen KyzyandGitHub 07a6890a7b Merge pull request #191440 from microsoft/aiday/simplifyingCode
Simplifying sticky widget folding icon code
2023-08-29 11:16:54 +02:00
Tyler James LeonhardtandGitHub ebd67244fb Turn on Command Center by default (#191550)
* Turn on Command Center by default

Fixes https://github.com/microsoft/vscode/issues/191549

* remove tag
2023-08-28 19:14:10 -07:00
Tyler James LeonhardtandGitHub 47fac5e7c0 A few tests for Related Information (#191547) 2023-08-28 19:13:58 -07:00
Connor PeetandGitHub 8ef6961789 server-web: implement secret storage provider (#191538)
Works quite similarly to vscode.dev. The client has a key stored in
secret storage. The server has a key stored server-side, and issues
an http-only cookie to the client. The client can ask the server to
combine its key and the http-only cookie key to a key component, which
it combines with its local key to encrypt and decrypt data.

This logic kicks in if the web server bits see a `vscode-secret-key-path`
cookie set when it loads.
2023-08-28 17:48:09 -07:00
Rob LourensandGitHub 5cd507ba17 Merge pull request #189112 from microsoft/roblou/competitive-turtle
Set title and icon on chat view directly
2023-08-28 17:37:06 -07:00
Peng LyuandGitHub 77cf968110 Merge pull request #191543 from microsoft/milively/nb-behavior-fixes
Improve nb sticky behavior to closer align with editor
2023-08-28 17:17:01 -07:00
Michael Lively c0c489f191 behavior fixes for nb sticky scroll + css fix 2023-08-28 17:00:51 -07:00
Michael Lively 3af6e2b9d1 behavior fixes, align more closely with editor 2023-08-28 16:25:14 -07:00
Rob LourensandGitHub 4a6352a816 Remove toolbar button to @-mention a response (#191534) 2023-08-29 00:54:00 +02:00
Tyler James LeonhardtandGitHub de17d483b2 Have sash take over layouting of Quick Chat until reset (double click) (#191533)
The new behavior is that when you use the sash to change the height, then you are locked into that. It's not until you double click, or clear the chat that it returns to the original behavior of being open for just the last question.
2023-08-29 00:50:21 +02:00
Tyler James LeonhardtandGitHub e50a22d888 React to window resize and remove hardcoded maxHeight in Quick Chat (#191531)
more Quick Chat polish
2023-08-29 00:09:44 +02:00
Bhavya UandGitHub 3d1cf4c6ae Fix trustOption string content (#191525) 2023-08-29 00:00:41 +02:00
Michael LivelyandGitHub 9bfbb69c30 Add unit testing for nb sticky scroll (#191524)
* static computeContent for sticky testing

* nb sticky refactor for testing

* move helper fxns to test suite
2023-08-28 23:57:24 +02:00
Martin AeschlimannandGitHub fd4d801227 [css/json/html] update dependencies (#191522) 2023-08-28 23:31:54 +02:00
meganrogge 0edfa884de fix #188329 2023-08-28 13:35:46 -07:00
Megan RoggeandGitHub ec041fc442 Merge pull request #191515 from microsoft/merogge/symbols
add go to symbol placeholder for accessible view
2023-08-28 13:25:07 -07:00
meganrogge 8d43226a4a add requestFocus 2023-08-28 13:20:51 -07:00
meganrogge 6dd57c91d0 change none description 2023-08-28 13:16:33 -07:00
meganrogge c70624f23b add go to symbol placeholder for accessible view 2023-08-28 13:10:05 -07:00
Bhavya UandGitHub 87fd7b79d9 Update workspace trust dialog for ai generated workspaces (#191474)
* Update workspace trust options for ai generated workspaces

* Make this.productService.aiGeneratedWorkspaceTrust optional
2023-08-28 13:02:11 -07:00
Daniel ImmsandGitHub c8d248f3b1 Merge pull request #191514 from microsoft/tyriar/191426
Disable image support by default
2023-08-28 12:57:57 -07:00
Connor PeetandGitHub db135a575a cli: fix decompression loop stalling (#191512)
Fixes #191501

It turns out this was a difference in inflate/deflate implementations
between the extension/SDK and the CLI. The SDK uses Node's zlib bindings,
while by default Rust's flate2 library uses a rust port of [miniz][1].
The 'logic' in the CLI was good, but miniz does not appear to flush
decompressed data as nicely on SYNC'd boundaries as zlib does, which
caused data to 'stall'. Telling the flate2 crate to use the native
bindings fixed this.

This could also be the cause of the flakiness occasionally seen on idle
tunnel connections!

[1]: https://github.com/richgel999/miniz
2023-08-28 21:51:04 +02:00
Megan RoggeandGitHub 84e730a9a8 Merge pull request #191492 from microsoft/merogge/skip-buffer
get `ctrl+UpArrow` to focus accessible buffer on windows
2023-08-28 12:45:22 -07:00
Daniel Imms 92be1f75d9 Disable image support by default
This was the cause of the black rectangle when using the DOM renderer
and it appears it can also have that issue with the other renderers.

Fixes #191426
2023-08-28 12:43:00 -07:00
Andrea MahandGitHub 2dc082211b Context menu for Quick Search appearing in search view (#191509)
Fixes #191485
2023-08-28 12:35:08 -07:00
Henning DieterichsandHenning Dieterichs 91c9158a5c Uses version2 of diff editor by default. 2023-08-28 21:32:13 +02:00
Alex RossandGitHub 727cd82073 Light version is always used for iconPath (#191127)
* Light version is always used for `iconPath`
Fixes #188830

* Use ThemeService instead
2023-08-28 11:46:04 -07:00
Megan RoggeandGitHub d6c486841b Apply suggestions from code review 2023-08-28 11:41:39 -07:00
meganrogge bf1d725ef4 add accessibility tag 2023-08-28 11:40:47 -07:00
meganrogge 3b4fdca0cd fix #189776 2023-08-28 11:39:57 -07:00
Joyce ErandGitHub 5397203187 Sort slash commands by yieldTo (#191112) 2023-08-28 11:26:59 -07:00
Henning DieterichsandHenning Dieterichs ed1a0e3b20 Adds diffEditor.hideUnchangedRegions settings. Fixes #190886, fixes #190887 2023-08-28 19:59:54 +02:00
Megan Rogge 3500c50045 fix #191490 2023-08-28 10:55:13 -07:00
Kartik RajandGitHub 1eca5c96d5 Merge pull request #191482 from microsoft/kartik/envvarscope
Update `EnvironmentVariableScope`
2023-08-28 10:53:52 -07:00
Henning DieterichsandGitHub 5b20c9c3be Merge pull request #191444 from microsoft/hediet/b/principal-armadillo
Diff Editor Progress Indicator. Fixes #187839
2023-08-28 19:51:24 +02:00
Aiday Marlen Kyzy b14e206cad cleaning the code 2023-08-28 19:51:11 +02:00
Tyler James LeonhardtandGitHub a7a40fe031 Misc UX polishes of Quick Chat (#191483)
* rounded bottom
* max height of sash
2023-08-28 19:49:56 +02:00
7360269b7a Update src/vscode-dts/vscode.d.ts
Co-authored-by: Raymond Zhao <7199958+rzhao271@users.noreply.github.com>
2023-08-28 10:37:08 -07:00
Megan RoggeandGitHub 32826bace8 Merge pull request #191479 from microsoft/merogge/view-title
add accessible view / accessibility help title bar
2023-08-28 10:33:15 -07:00
Kartik Raj 738234ab52 Update EnvironmentVariableScope 2023-08-28 17:24:11 +00:00
Aaron Munger f88955bacd clean up imports 2023-08-28 10:23:10 -07:00
Aaron Munger 903bf38073 naming convention, fix outline tests 2023-08-28 10:22:08 -07:00
Aiday Marlen Kyzy 9000a3044f updating the code 2023-08-28 19:01:33 +02:00
Aiday Marlen Kyzy 6cdbc8bf48 updating the code 2023-08-28 19:01:30 +02:00
Logan RamosandGitHub 77187a9bb8 Add cleaning and logging for extension error data (#191331)
Add cleaning and logging for error data
2023-08-28 09:56:39 -07:00