Commit Graph

106064 Commits

Author SHA1 Message Date
Joyce Er
5271145f3f Only show Copy vscode.dev link when line numbers are enabled (#176153)
* Only show `Copy vscode.dev link` when line numbers are enabled

* Fix line endings
2023-03-04 18:58:31 -08:00
Joyce Er
2b44aa50fd vscode.dev links in share and editor gutter menus (#176104) 2023-03-04 06:50:57 +01:00
Rob Lourens
b5ffce1501 Merge pull request #176100 from microsoft/roblou/voluntary-aardwolf
Fix layout issues
2023-03-04 00:50:16 -05:00
Joyce Er
e0b3039cd8 Contribute testing and debug actions to editor/lineNumber/context menu (#176092)
* Contribute testing and debug actions to `editor/lineNumber/context` menu

* Address PR feedback
2023-03-03 18:39:14 -08:00
Raymond Zhao
5b47122a95 Forward cursorBlinking to SuggestEnabledInput (#176096)
Fixes #131941
2023-03-03 16:41:30 -08:00
Rob Lourens
f4fdae8421 Cleanup 2023-03-03 19:15:13 -05:00
Rob Lourens
c6436cafca Avoid unnecessary relayout 2023-03-03 19:13:05 -05:00
Rob Lourens
30847caf8d Make interactive session view layout sync, so having the listview measure rows for "dynamicHeight" works as expected. 2023-03-03 18:28:09 -05:00
Ulugbek Abdullaev
64ae24fc56 gh labels classifier: take over context-keys and keybindings from @alexdima (#176095) 2023-03-04 00:03:49 +01:00
Peng Lyu
49fed3b835 Re #149712. fake settimeout for notebook find test. (#176093) 2023-03-03 14:58:13 -08:00
Raymond Zhao
d10b63b77b Fix transition for reduced motion for Settings editor gear (#176091) 2023-03-03 13:44:37 -08:00
Megan Rogge
ffe596935b keep the accessible buffer visible until tab/escape are used (#176054) 2023-03-03 13:23:11 -08:00
Tyler James Leonhardt
8ddd3bcf39 Allow pulling in external extension translations from somewhere else (#176090)
allow pulling in external extension translations from somewhere else

This will allow js-debug to push its strings to the extension localization repo and then we will grab the translated strings from there.
2023-03-03 13:15:28 -08:00
Peng Lyu
529fa01576 Fix #161920. Align overview ruler top calculation with scroll slider. (#176089) 2023-03-03 20:48:34 +01:00
Benjamin Pasero
3002f23f15 Use registerAction2 instead of registerWorkbenchAction (fix #162713) (#176078)
* convert more actions

* convert more actions

* convert more actions

* convert more actions

* convert more actions

* convert more actions

* convert more actions

* remove unused
2023-03-03 20:10:28 +01:00
Tyler James Leonhardt
2db42ea3c3 Ensure placeholder is announced (#176080)
This basically puts focus back in input
Fixes #166920
2023-03-03 20:08:49 +01:00
Rob Lourens
c4432a2fa9 Fix typo 2023-03-03 14:01:04 -05:00
Daniel Imms
764bcce691 Merge pull request #176063 from microsoft/tyriar/176062
Detect git bash installs using PATH
2023-03-03 09:26:17 -08:00
Daniel Imms
69872280f6 Merge pull request #176070 from microsoft/tyriar/dev_term
Move developer actions into a terminal contrib
2023-03-03 08:52:09 -08:00
Johannes Rieken
46c00f4c38 Merge pull request #176038 from gjsjohnmurray/fix-172619
Improve view title of references-view (fixes #172619)
2023-03-03 17:51:31 +01:00
Johannes Rieken
f966c6ff8b joh/used ermine (#176067)
* more logging, more undo, better wholeRange mangement

* improve/fix position of zone widget, better undo logic

* make getDomNode a getter

* add debug command
2023-03-03 17:39:09 +01:00
Megan Rogge
1552b501af Revert "Adopt activationEventsGenerator for onTaskType (#173192)" (#176066)
This reverts commit 1108c31f0d.
2023-03-03 10:33:19 -06:00
Daniel Imms
ce064a9b82 Move developer actions into a terminal contrib 2023-03-03 08:28:32 -08:00
Daniel Imms
5bd1e16e82 Clarify git -> git bash 2023-03-03 08:10:14 -08:00
Daniel Imms
e3b2eadfca Detect git bash installs using PATH
Fixes #176062
2023-03-03 08:09:23 -08:00
Daniel Imms
83f1dc99ed Merge pull request #176056 from microsoft/tyriar/links_contrib__resolver
Make resolver service internal to links contrib
2023-03-03 07:58:57 -08:00
Megan Rogge
9de99a4fcb fallback to editor value for tab focus mode (#175791)
fix #175053
2023-03-03 16:52:22 +01:00
Daniel Imms
48c76f9914 Make resolver service internal to links contrib
It's not needed externally
2023-03-03 07:42:32 -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
gjsjohnmurray
2c21d886ce Improve view title of references-view (fixes #172619) 2023-03-03 11:59:39 +00: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