Tyler James Leonhardt
dd2441f7ba
Polish Sovereign Cloud support ( #184634 )
...
* Use `@azure/ms-rest-azure-env` as official reference of endpoints
* Allow better configuration of custom clouds (these are new so it is ok to change the settings without migration)
Also clean up:
* querystring -> URLSearchParams (getting rid of a package dependency in the web)
* handle `workbench.getCodeExchangeProxyEndpoints` in one place
2023-06-08 12:39:29 -07:00
Benjamin Pasero
1ea4242445
Notebook cannot be "Saved As" in empty profile ( fix #184631 ) ( #184632 )
2023-06-08 21:04:42 +02:00
Andrea Mah
867f4ec164
bump ripgrep to 1.15.4 ( #184625 )
2023-06-08 20:07:23 +02:00
Connor Peet
8ddee2d272
testing: navigate to test on double click ( #184626 )
...
Fixes #183835
2023-06-08 20:01:57 +02:00
Connor Peet
6f568d087d
cli: ensure code tunnel service is headless on windows ( #184621 )
...
Fixes #184058
2023-06-08 10:50:44 -07:00
Simon Siefke
68fdecfdc1
fix setTimeout leak in search view ( #184537 )
...
fixes https://github.com/microsoft/vscode/issues/184536
2023-06-08 10:08:18 -07:00
Ladislau Szomoru
908b24de44
GitHub - branch protection uses silent auth ( #184609 )
2023-06-08 17:59:26 +02:00
Connor Peet
991e5bdc4d
fix: only use action toggled title when toggle state is on ( #184611 )
...
Fixes #182066
cc @rebornix it looks like you added this code initially :)
2023-06-08 17:58:21 +02:00
Daniel Imms
fef218690d
Merge pull request #184608 from microsoft/tyriar/183958
...
Exclude query strings from detected local links
2023-06-08 08:53:18 -07:00
Daniel Imms
911d1c0eab
Merge pull request #184413 from microsoft/tyriar/184331
...
Adopt EnvironmentVariableCollection in git ext
2023-06-08 08:52:35 -07:00
Megan Rogge
f2c53000fb
Merge pull request #184435 from microsoft/merogge/accessibleView
...
Create `AccessibleView`, use it for terminal and chat accessibility help menus
2023-06-08 10:51:20 -05:00
Andrea Mah
b7b2a8032c
vscode.workspace.findFiles doesn't work with no workspaces open (#181951 )
...
Fixes #181583
2023-06-08 08:47:27 -07:00
Johannes Rieken
be966265ca
IE to IC renames for API implementation but no changes to proposed API yet ( #184605 )
2023-06-08 10:45:01 -05:00
Daniel Imms
8ffaf6b7cc
Exclude query strings from detected local links
...
This was already happening on Windows, but now on Linux and macOS the ? will be
not allowed in any detected file path
Fixes #183958
2023-06-08 08:30:39 -07:00
Ladislau Szomoru
fbdddfde42
Git - upgrade which dependency ( #184607 )
2023-06-08 17:28:14 +02:00
meganrogge
f8969daf91
Merge branch 'main' into merogge/accessibleView
2023-06-08 10:27:42 -05:00
Aiday Marlen Kyzy
bc18e1b188
Merge pull request #184596 from microsoft/aiday/migratingCSSandLabelsIEtoIC
...
Migrating the IE CSS variables and labels to IC
2023-06-08 16:02:34 +02:00
Aiday Marlen Kyzy
e06c6058a4
Merge pull request #184595 from microsoft/aiday/furtherLabelMigration
...
Migrating the labels from IE to IC
2023-06-08 16:01:02 +02:00
Aiday Marlen Kyzy
7dafe5df1d
renaming the CSS variable names and the labels from interactive editor to inline chat
2023-06-08 14:41:41 +02:00
Alex Ross
8505eb1fd6
showOpenDialog with filter set doesn't show relevant dotfiles ( #184592 )
...
Fixes #182730
2023-06-08 14:41:10 +02:00
Aiday Marlen Kyzy
f40ccebbce
migrating the labels from IE to IC
2023-06-08 14:32:49 +02:00
Aiday Marlen Kyzy
50e4c03fc8
Merge pull request #184591 from microsoft/aiday/IEtoICmigration
...
Further migrating Interactive Editor to Inline Chat
2023-06-08 14:20:35 +02:00
Daniel Imms
e139fdb1c6
Localize git features string
2023-06-08 05:11:45 -07:00
Daniel Imms
0073b24311
Merge pull request #184543 from microsoft/tyriar/windowsPty
...
Update xterm and adopt windowsPty
2023-06-08 05:07:27 -07:00
Aiday Marlen Kyzy
f893e87372
using a different mode for migrating options
2023-06-08 14:00:34 +02:00
Aiday Marlen Kyzy
89286458d7
migration
2023-06-08 13:44:29 +02:00
Johannes Rieken
24c43efaec
always use F12 for go to def, on web also register Cmd/Ctrl+F12 as fallback ( #184585 )
...
fixes https://github.com/microsoft/vscode/issues/183953
2023-06-08 12:55:00 +02:00
Ladislau Szomoru
cad3a1c656
Engineering - skip property mangling in PR builds ( #184584 )
2023-06-08 12:42:40 +02:00
Johannes Rieken
2798d7bf41
joh/rainy weasel ( #184582 )
...
* add tooltip (plain text) to static items,
re https://github.com/microsoft/vscode/issues/183772
* support accessibilityInformation for static static bar contribs,
https://github.com/microsoft/vscode/issues/183772
2023-06-08 12:33:24 +02:00
Johannes Rieken
d8dcdb924a
Merge pull request #184575 from microsoft/joh/protective-cicada
...
joh/protective cicada
2023-06-08 12:15:04 +02:00
Benjamin Pasero
70daab796e
remote - merge two latency measurements into one ( #184566 )
...
* remote - remove original latency measurement
* remote - log high latency events to logger and telemetry
2023-06-08 08:56:35 +02:00
Connor Peet
e686621e2e
cli: avoid running prepare a second time in ci ( #184558 )
2023-06-08 02:22:44 +02:00
Connor Peet
9de813729c
build: install clippy when building cli in ci ( #184554 )
2023-06-07 16:40:30 -07:00
Connor Peet
43742d891d
Run a lint build of the CLI in CI ( #184545 )
...
* cli: adopt sccache for speedier cli compilations
* only cache common linux x64 build
* instead, only dev compile/clippy lint in ci
2023-06-07 15:48:55 -07:00
Matt Bierner
977ee8ca1e
Add logging of readDirectory ( #184549 )
2023-06-07 15:22:16 -07:00
David Dossett
80f09eef48
Fix settings dropdown list background ( #184547 )
2023-06-08 00:03:16 +02:00
Megan Rogge
527dea4111
Merge pull request #183680 from gjsjohnmurray/fix-183679
...
Display terminal icon correctly in panel titlebar (fix #183679 )
2023-06-07 16:06:46 -05:00
meganrogge
c8e3f3e25b
rename setting
2023-06-07 15:42:33 -05:00
Peng Lyu
ece3470371
fix markdown cell focus indicator bottom ( #184544 )
2023-06-07 13:35:17 -07:00
Matt Bierner
22e273bc60
Update markdown grammar ( #184533 )
2023-06-07 13:05:32 -07:00
Matt Bierner
703a75da38
Add ` as an autoClosingPair in markdown ( #184532 )
...
Fixes #183489
Will test this out to see if it's helpful or too annoying
2023-06-07 13:05:01 -07:00
meganrogge
f6d53ab4d8
fix typo
2023-06-07 14:47:19 -05:00
meganrogge
d265e88506
update names
2023-06-07 14:46:19 -05:00
meganrogge
4c7738e0ae
Merge branch 'main' into merogge/accessibleView
2023-06-07 14:43:53 -05:00
Daniel Imms
b28ef2d2e1
Update xterm and adopt windowsPty
...
Fixes #134448
2023-06-07 12:41:50 -07:00
meganrogge
d72567ad3a
sort of fix layout issues
2023-06-07 14:39:14 -05:00
Bhavya U
4874dc69a0
Default to opening the welcome page when no readme found ( #184540 )
2023-06-07 12:02:29 -07:00
Daniel Imms
fab99a2c40
Explain features the git extension enables
2023-06-07 11:57:04 -07:00
meganrogge
1797625d6b
address comments
2023-06-07 13:50:44 -05:00
Megan Rogge
5e414c731f
Update src/vs/workbench/contrib/accessibility/browser/accessibleView.ts
...
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com >
2023-06-07 13:36:23 -05:00