Commit graph

107196 commits

Author SHA1 Message Date
meganrogge 3e764f8d19
fix another regression 2023-03-29 09:11:16 -07:00
meganrogge ffac5f3982
queue request, move editor listeners back to ctor to fix regression 2023-03-29 09:07:51 -07:00
meganrogge 4f49b4eca8
re-add inProgressUpdate 2023-03-29 09:00:37 -07:00
Daniel Imms db329c20d4
Merge pull request #175844 from jeanp413/fix-175107
Fixes configured default shell not used when connecting to remote
2023-03-29 08:54:39 -07:00
meganrogge 0f354022d1
improve clarity of conditional 2023-03-29 08:06:01 -07:00
meganrogge 7fcf7720b0
dispose listeners on dispose 2023-03-29 08:04:29 -07:00
Megan Rogge 2ac549928d
Merge branch 'main' into merogge/save 2023-03-29 08:03:15 -07:00
Daniel Imms 6d45abfa60
Apply Url -> URL in new actions location 2023-03-29 07:52:03 -07:00
Daniel Imms aa0a792606
Merge branch 'main' into patch-1 2023-03-29 07:51:26 -07:00
Benjamin Pasero e1c4a6d7bb
perf - allow unicode in strings again (#178579) 2023-03-29 16:45:35 +02:00
Daniel Imms f8a67df70c
Merge branch 'main' into fix-175107 2023-03-29 07:35:15 -07:00
Johannes 57cef9614c
keep all inputs, no matter their results 2023-03-29 16:24:27 +02:00
Johannes Rieken d1b90688ca
back to computeMoreMinimalEdits as a workaround for https://github.com/microsoft/vscode-internalbacklog/issues/3846 (#178573) 2023-03-29 15:25:07 +02:00
Johannes Rieken 2cce9893ef
Merge pull request #178572 from microsoft/joh/bottom-parrot
joh/bottom parrot
2023-03-29 15:07:05 +02:00
Daniel Imms b3f56b69df
Merge pull request #178532 from microsoft/tyriar/176704
Improve hover behavior when not enough space
2023-03-29 06:01:29 -07:00
Johannes f768d6f315
tweak feedback and default message, improve /command suggestions 2023-03-29 14:52:08 +02:00
Martin Aeschlimann 48f7d9d940
Refactor IRemoteTunnelService (#178570)
* remote tunnel work

* update

* update

* refactor IRemoteTunnelService
2023-03-29 14:47:46 +02:00
Daniel Imms 202a5fe897
Remove test script 2023-03-29 05:42:54 -07:00
Johannes 5ab969b801
don't clear status element 2023-03-29 14:12:32 +02:00
Johannes 3c1b28ec9e
SubmenuEntryActionViewItem should always render keybindings 2023-03-29 14:08:43 +02:00
Ladislau Szomoru 5aa2154147
SCM - fix action button focus when using the keyboard (#178568)
Fixes #159311
2023-03-29 13:29:53 +02:00
Johannes 0e64c0ceb3
use wholeLine decoration 2023-03-29 13:09:19 +02:00
Johannes 1e95a62671
move toggle inline back to action as well, add groups 2023-03-29 13:07:58 +02:00
Johannes 4fb6ce4ded
make commands explict, real commands 2023-03-29 12:55:27 +02:00
Henning Dieterichs 9dde0d8202
validateLineNumber 2023-03-29 12:40:22 +02:00
Henning Dieterichs 6875f49311
Merges TokenizationTextModelPart.acceptEdit into handleDidChangeContent 2023-03-29 12:40:21 +02:00
Henning Dieterichs 4047839471
Refactors TokenizationStateStore 2023-03-29 12:40:20 +02:00
Alex Ross 6ac83c7c7d
Update grammars (#178508)
* Update grammars

* Update tests
2023-03-29 11:38:06 +02:00
Benjamin Pasero 95641374b1
perf - do not embedd unicode characters in sources (#178557)
* perf - do not embedd unicode characters in sources

* remove more
2023-03-29 11:12:44 +02:00
Johannes c81cc7d04b
swap label and action order 2023-03-29 09:17:17 +02:00
Megan Rogge bb1d0df6cd register/dispose of listeners as it becomes active/hidden 2023-03-28 17:07:58 -07:00
Matt Bierner ce00cd7812
Add initial prototype for JS/TS move to file refactoring (#178535)
Add initial support for move to file

Fixes #176705
For https://github.com/microsoft/TypeScript/pull/53542
2023-03-28 16:49:50 -07:00
meganrogge a91b20ab01
wrapped lines 2023-03-28 15:41:29 -07:00
Daniel Imms 278e7e7750
Add hover to i18n.resources 2023-03-28 15:35:44 -07:00
meganrogge 761368ac4a
rm inProgressUpdate 2023-03-28 15:31:31 -07:00
Matt Bierner 71ca89d179
Bump distro (#178533) 2023-03-29 00:26:16 +02:00
meganrogge 73db1df9af
always rm viewport content 2023-03-28 15:16:37 -07:00
meganrogge fd42b0a179
update model if it exists, fix line number 2023-03-28 15:11:56 -07:00
Daniel Imms 4dfdf2adf0
Improve hover behavior when not enough space
This changes the hover's position fallback logic from:

If not enough room on right
  Position left
If not enough room on left
  Position right

To:

If not enough room on right
  If enough room on left
    Position left
  Else
    Position below
If not enough room on left
   If enough room on right
     Position right
   Else
     Position below

A new option showHoverHint is also added as part of this which will show a hint
to the user to hold alt/option in order to mouse over the hover (only when the
evaluated hover is true). This is an explicit setting such that it doesn't show
up on hovers such as the activity bar which looks awkward.

Fixes #176704
2023-03-28 15:04:27 -07:00
Daniel Imms 4ea43d1de9
Merge pull request #178528 from microsoft/tyriar/178014
xterm@5.2.0-beta.35
2023-03-28 14:42:46 -07:00
meganrogge 2dd0fdde47
fix regression 2023-03-28 14:29:25 -07:00
Matt Bierner 6f5920818a
Bump eslint versions (#178516) 2023-03-28 14:16:09 -07:00
Megan Rogge 4dd40a830c
Merge branch 'main' into merogge/save 2023-03-28 14:12:02 -07:00
Daniel Imms fc98a10233
xterm@5.2.0-beta.35
Fixes #178014
2023-03-28 14:01:09 -07:00
meganrogge 54816763b8
move into function 2023-03-28 13:51:29 -07:00
meganrogge 045398f1ae
fix viewport issue, clean up 2023-03-28 13:50:03 -07:00
Megan Rogge 4a1e2a4a6f
Merge pull request #178450 from microsoft/merogge/tidy
tidy accessibleBuffer ctor
2023-03-28 13:06:40 -07:00
meganrogge aa798af6d9
get it to work 2023-03-28 12:50:22 -07:00
Daniel Imms 614752306e
Merge pull request #178513 from microsoft/tyriar/178326
Support links with <> on non-Windows
2023-03-28 12:43:54 -07:00
Ladislau Szomoru 9e6a369b13
Action button - disable button during checkout (#178488) 2023-03-28 21:42:18 +02:00