Daniel Imms
|
e3b2eadfca
|
Detect git bash installs using PATH
Fixes #176062
|
2023-03-03 08:09:23 -08:00 |
|
Daniel Imms
|
c1b38aff34
|
Merge pull request #175921 from microsoft/tyriar/links_contrib
Introduce terminal contributions and make links one
|
2023-03-03 07:42:13 -08:00 |
|
Joyce Er
|
6f881198d5
|
🆙distro (#175977)
|
2023-03-03 16:21:22 +01:00 |
|
Henning Dieterichs
|
820f66af28
|
Fixes #162113 (#176048)
|
2023-03-03 15:58:55 +01:00 |
|
Henning Dieterichs
|
5a20745069
|
Fixes #162047 (#175916)
* Fixes #162047
* Fixes CI
|
2023-03-03 15:56:06 +01:00 |
|
Henning Dieterichs
|
fa758a7cc5
|
Merge pull request #160270 from zardoy/bracket-remove
Add Remove Brackets Command
|
2023-03-03 15:49:51 +01:00 |
|
Benjamin Pasero
|
be04757464
|
A11y: The keyboard focus should go back to the close button when 'cancel' is selected on the save changes dialog (fix #174293) (#176040)
|
2023-03-03 14:16:15 +01:00 |
|
Henning Dieterichs
|
ff757ef8f4
|
Fixes #175797 (#175899)
|
2023-03-03 13:08:21 +01:00 |
|
Martin Aeschlimann
|
9cde57d377
|
Check for invalid color default (#176033)
* Check for invalid color default
* simplify
|
2023-03-03 12:46:30 +01:00 |
|
Aiday Marlen Kyzy
|
6f26936ab4
|
Merge pull request #176023 from microsoft/aiday/updateClassifier
Changing the assignment to aiday-mar for editor color picker
|
2023-03-03 12:10:24 +01:00 |
|
Johannes Rieken
|
0cab8f9d52
|
make history entries more powerful (#176026)
|
2023-03-03 10:25:44 +01:00 |
|
Martin Aeschlimann
|
8a38481180
|
folding: respect reduce motion setting (#176022)
folding: respect reduce motion setting (#175990)
|
2023-03-03 10:02:44 +01:00 |
|
João Moreno
|
e53de72462
|
fixes #175413 (#176021)
|
2023-03-03 10:00:39 +01:00 |
|
Ulugbek Abdullaev
|
ed564170f0
|
context keys: add support for negating arbitrary expressions (as long as they're parenthesized)
|
2023-03-03 09:50:16 +01:00 |
|
Ulugbek Abdullaev
|
bf07f3e5c3
|
context keys: parser: rename CONTEXT to KEY because it makes more sense
|
2023-03-03 09:50:16 +01:00 |
|
Aiday Marlen Kyzy
|
6e9bd8d1df
|
changing the assignment to aiday-mar for editor color picker
|
2023-03-03 09:47:12 +01:00 |
|
Benjamin Pasero
|
8bd4a421c0
|
smoke - fix electron window timeout (#176012)
|
2023-03-03 08:28:18 +01:00 |
|
Benjamin Pasero
|
b1948ed414
|
Unit tests should be fast 🐎 (#149712) (#176011)
* Unit tests should be fast 🐎 (#149712)
* more
* more
|
2023-03-03 08:27:43 +01:00 |
|
Bhavya U
|
3652084d0f
|
Fix min button width in walkthrough steps
|
2023-03-02 23:26:44 -08:00 |
|
Matt Bierner
|
c110d7e00b
|
Make editor drop target respect reduce motion (#175992)
For #175990
|
2023-03-02 22:45:24 -08:00 |
|
Bhavya U
|
8c27f91bdd
|
Rebuild markdown step in case of layouting
|
2023-03-02 21:17:09 -08:00 |
|
Rob Lourens
|
06ce793373
|
Fix non-monospaced word wrapping in input (#176003)
|
2023-03-02 20:47:58 -08:00 |
|
Joyce Er
|
8354eaa91c
|
Forward line number and file URI for editor/lineNumber/context menu actions (#175984)
|
2023-03-03 04:56:11 +01:00 |
|
Rob Lourens
|
c92177a7f5
|
Respect provider when clause in command registeration (#175988)
|
2023-03-03 03:36:50 +00:00 |
|
Matt Bierner
|
58e3dd3f03
|
Hide find widget controls for small widget (#175958)
Fixes #175954
Fixes the controls not being hidden and also makes sure we remove the right padding for small find widgets when the controls are hidden
|
2023-03-02 16:54:13 -08:00 |
|
Matt Bierner
|
573d0886d9
|
Remove the Refactor with Preview command (#175975)
The new code action UI now supports previewing code actions directly so we don't need a duplicate command
|
2023-03-02 15:16:08 -08:00 |
|
Joyce Er
|
69e2c80422
|
Fire onResolveRemoteAuthority if authority exists in init data (#175767)
* Fire `onResolveRemoteAuthority` if authority exists in init data
* Simplify remote resolver activation
* Remove unused import
|
2023-03-02 14:35:32 -08:00 |
|
Daniel Imms
|
a6c67db750
|
Add terminalContrib i18n
|
2023-03-02 13:44:11 -08:00 |
|
Daniel Imms
|
4d95bc1be6
|
Sort out layering/lint problems
|
2023-03-02 13:02:35 -08:00 |
|
Matt Bierner
|
9b8114e6b9
|
Add widget border to tree find wiget (#175953)
|
2023-03-02 20:38:28 +01:00 |
|
Simon Byrne
|
ef46983a3a
|
cli: option to disable encryption of keychain matter
* option to disable encryption of keys
Avoids issue of token invalidation when switching machines with a shared home directory, as suggested by @connor4312 in https://github.com/microsoft/vscode-remote-release/issues/8110#issuecomment-1452270922
Fixes #8110
* Update cli/src/auth.rs
Co-authored-by: Connor Peet <connor@peet.io>
* Change variable to VSCODE_CLI_DISABLE_KEYCHAIN_ENCRYPT
Co-authored-by: Connor Peet <connor@peet.io>
---------
Co-authored-by: Connor Peet <connor@peet.io>
|
2023-03-02 20:28:57 +01:00 |
|
Connor Peet
|
b0b73ee333
|
debug: removeBreakpoint should use the original breakpoint uri (#175948)
Fixes #175708
|
2023-03-02 20:17:13 +01:00 |
|
Joyce Er
|
f04ee597bf
|
Merge pull request #175946 from microsoft/dev/joyceerhl/judicial-impala
Defer creation of `editor/lineNumber/context` menu
|
2023-03-02 11:08:15 -08:00 |
|
Daniel Imms
|
5271dd28b4
|
Merge branch 'main' into tyriar/links_contrib
|
2023-03-02 11:06:24 -08:00 |
|
Daniel Imms
|
8ef4a5b38b
|
Clean up
|
2023-03-02 11:05:45 -08:00 |
|
Daniel Imms
|
492cc0cf9d
|
Disallow duplicate contribution ids
|
2023-03-02 11:01:46 -08:00 |
|
Daniel Imms
|
1dced629d3
|
Restrict terminal contrib imports from main code
|
2023-03-02 10:56:52 -08:00 |
|
Joyce Er
|
64d9f7b71c
|
Don't create menu upfront for context menus
Minimizes listener creation for context key service, https://github.com/microsoft/vscode/pull/175840#discussion_r1122700514
|
2023-03-02 18:50:34 +00:00 |
|
Joyce Er
|
d4cb26bedb
|
Separate API proposal for editor/lineNumber/context
|
2023-03-02 18:49:30 +00:00 |
|
Matt Bierner
|
6a6afc69e9
|
Fix docs and update name for highlighted label options (#175939)
|
2023-03-02 19:46:30 +01:00 |
|
Matt Bierner
|
b1fa929151
|
Remove IActionListItem.description (#175931)
This property does not seem to be used anywhere
|
2023-03-02 10:20:24 -08:00 |
|
Martin Aeschlimann
|
59787759a5
|
simplify test max folding regions (#175928)
|
2023-03-02 09:58:54 -08:00 |
|
Johannes Rieken
|
32cb3193ca
|
define our custom prepareStackTrace as getter/setter so that it survises subsequent reassignments (#175339)
fixes https://github.com/microsoft/vscode/issues/175288
|
2023-03-02 09:36:32 -08:00 |
|
Henning Dieterichs
|
f5304a60e4
|
Fixes #170086 (#175920)
|
2023-03-02 18:11:13 +01:00 |
|
Logan Ramos
|
800b6c9bc7
|
Introduce a new explorer context key (#175919)
|
2023-03-02 18:06:51 +01:00 |
|
Henning Dieterichs
|
525c54b192
|
Fixes #160139 (#175918)
|
2023-03-02 18:04:41 +01:00 |
|
Daniel Imms
|
9d79acb1fc
|
Clean up
|
2023-03-02 08:59:08 -08:00 |
|
Daniel Imms
|
ade8346118
|
Merge branch 'main' into tyriar/links_contrib
|
2023-03-02 08:52:27 -08:00 |
|
Daniel Imms
|
ea61e55769
|
Build out terminal contributions, fix link providers
|
2023-03-02 08:49:57 -08:00 |
|
Rob Lourens
|
599e9664b9
|
Add missing "when" to interactive session contrib definition (#175915)
|
2023-03-02 08:48:42 -08:00 |
|