Henning Dieterichs and Henning Dieterichs
44f9326a27
Fixes CI
2023-08-22 18:48:42 +02:00
Henning Dieterichs and Henning Dieterichs
d5f5ad201d
Joins consecutive moves that are close together
2023-08-22 18:48:42 +02:00
Sandeep Somavarapu and GitHub
026f38a82c
Refactor fix for #188104 ( #190977 )
2023-08-22 09:44:27 -07:00
Megan Rogge and GitHub
f511840f97
Merge pull request #190758 from microsoft/merogge/escape
...
handle escape while in toolbar
2023-08-22 09:24:07 -07:00
Henning Dieterichs and Henning Dieterichs
3a26bb7096
Fixes CI
2023-08-22 18:16:39 +02:00
Henning Dieterichs and Henning Dieterichs
e5a07457e4
Improves moved code arrow rendering.
2023-08-22 18:16:39 +02:00
David Dossett and GitHub
bdda40632a
Tweak slash command styling..again ( #190290 )
2023-08-22 18:12:18 +02:00
Daniel Imms and GitHub
b62f019b92
Merge pull request #190991 from microsoft/tyriar/179476_2
...
Change applyAtProcessCreation behavior
2023-08-22 08:36:34 -07:00
Daniel Imms
be2c1b6c06
Pass in correct options
2023-08-22 08:21:32 -07:00
Daniel Imms and GitHub
fb800be96c
Merge pull request #190990 from microsoft/tyriar/xterm@20230822
...
xterm@5.3.0-beta.58
2023-08-22 08:10:44 -07:00
Daniel Imms
4f8b2ecbee
Fix typo
2023-08-22 07:57:22 -07:00
Daniel Imms
c8219ae768
Change applyAtProcessCreation behavior
...
Part of #179476
2023-08-22 07:55:06 -07:00
Daniel Imms
7ab8588219
xterm@5.3.0-beta.58
...
Fixes #189684
Part of #190195 (diagnostics)
2023-08-22 07:45:38 -07:00
Aiday Marlen Kyzy and GitHub
2c878226d7
Merge pull request #190984 from microsoft/aiday/cssVariableFallback
...
Changing the fallback of a variable to variable
2023-08-22 15:57:51 +02:00
Ulugbek Abdullaev
fe52b50e41
add mappedEditsProvider proposed API ID to integration tests' package.json
2023-08-22 15:57:40 +02:00
Ulugbek Abdullaev
7705edf96c
add null as possible return type for the vscode.executeMappedEditsProvider
2023-08-22 15:56:54 +02:00
Ulugbek Abdullaev
2c9e2b85b2
use LanguageFeaturesService to support MappedEditsProviders instead of creating a new MappedEditsService
2023-08-22 15:46:44 +02:00
Aiday Marlen Kyzy
74c02f917d
changing the fallback of a variable to variable
2023-08-22 15:40:28 +02:00
Aiday Marlen Kyzy
d8d115bf7f
remove the transition because causes bugs
2023-08-22 15:32:59 +02:00
Benjamin Pasero and GitHub
515c6b204f
Unicode codepoint 0x202E causes the default filename in the tab title to also be right to left ( fix #190133 ) ( #190980 )
2023-08-22 15:27:52 +02:00
Aiday Marlen Kyzy
85d7920382
simplfifying
2023-08-22 14:52:06 +02:00
Aiday Marlen Kyzy
04d4f40b90
resetting the controller to what it was
2023-08-22 14:44:27 +02:00
Aiday Marlen Kyzy
60945f75f6
simplifying the code
2023-08-22 14:42:34 +02:00
Aiday Marlen Kyzy
dc2c952bf5
cleaning the code
2023-08-22 14:37:56 +02:00
Aiday Marlen Kyzy
e7cd474d16
cleaning the code
2023-08-22 14:23:19 +02:00
Daniel Imms and GitHub
90dfc646f4
Merge pull request #190900 from jeanp413/fix-190499
...
Fix free port quick fix does not work on Windows
2023-08-22 05:00:04 -07:00
Daniel Imms and GitHub
b191ce2143
Fix var fallback in terminal
...
Fixes #190965
2023-08-22 03:57:54 -07:00
Aiday Marlen Kyzy
225721e527
cleaning the code
2023-08-22 12:56:25 +02:00
Daniel Imms
5f97b6bf4f
Remove un used enum value
2023-08-22 03:55:36 -07:00
Daniel Imms
82fc60a222
Fix var fallback
2023-08-22 03:47:16 -07:00
Daniel Imms
02c34a9476
Add explain quick fix kind
...
This hasn't gone through the API process yet. We need some way of indicating the quick fix
kind such that they can be presented in a different way. The main use case here is a sparkle
icon for AI suggests but it could be expanded in the future
Part of #162950
2023-08-22 03:43:50 -07:00
Benjamin Pasero and GitHub
f19d123095
status bar - introduce kind and adopt ( fix #184967 ) ( #190947 )
...
* status bar - introduce `kind` and adopt (fix #184967 )
* adopt for extensions
* deprecate colors
2023-08-22 12:37:40 +02:00
Aiday Marlen Kyzy
dd586ff249
recording the line numbers of interest in a variable before the toggling happens
2023-08-22 12:35:17 +02:00
Sandeep Somavarapu and GitHub
d8affc039a
fix #188582 ( #190957 )
2023-08-22 12:34:24 +02:00
Aiday Marlen Kyzy
91c10f647b
removing some of the comments
2023-08-22 12:03:05 +02:00
Aiday Marlen Kyzy
8d84900bd7
the jumping works correctly and the correct top values for the scrolling are set
2023-08-22 11:59:35 +02:00
Aiday Marlen Kyzy
191c3345f1
uncollapsing now works as expected, when it is uncollapsed, we jump to the correct part
2023-08-22 11:57:17 +02:00
Aiday Marlen Kyzy
d9fb792809
Merge branch 'main' into aiday/toggleIconsStickyScroll
2023-08-22 11:48:19 +02:00
Aiday Marlen Kyzy
e6e0b506d3
adding some notes
2023-08-22 11:48:05 +02:00
Benjamin Pasero and GitHub
652b702314
files - document files.associations config ( #185191 ) ( #190951 )
2023-08-22 10:43:26 +01:00
Aiday Marlen Kyzy
cee1c70676
now the cursor does not flicker anymore but I need to find a way to unset the cursor pointer after the complete rendering has been done, also why is every line rendering twice?
2023-08-22 11:23:38 +02:00
Aiday Marlen Kyzy
61f5cc38e3
removed the transition that was appearing in the code, now need to set the cursor so it always a pointer when clicking on the toggle unfold icon
2023-08-22 11:14:57 +02:00
Aiday Marlen Kyzy
82cbf90600
clearing the timeout on dispose of the class
2023-08-22 09:43:11 +02:00
Aiday Marlen Kyzy
46ca479aa3
using a resource map now, need to normalize to a string?
2023-08-22 09:42:12 +02:00
Aiday Marlen Kyzy
df5bf004f4
checking also that the file is of type typescriptreact
2023-08-22 09:33:41 +02:00
Aiday Marlen Kyzy
32c476a056
adding a comment right above the setting
2023-08-22 09:31:25 +02:00
Benjamin Pasero and GitHub
8caa1c80f5
update confirmPlease flow ( #190942 )
2023-08-22 08:56:34 +02:00
Benjamin Pasero and GitHub
c3e92639d4
[Bug][Comparison View] Saving the file in the active editor will cause both files to be saved. ( fix #190210 ) ( #190944 )
2023-08-22 08:37:14 +02:00
Benjamin Pasero and GitHub
763fdc016e
Confusing tooltip and action on default notification API ( fix #190190 ) ( #190943 )
2023-08-22 08:36:55 +02:00
Benjamin Pasero
41cb0fc564
voice - reduce audio buffer delay
2023-08-22 06:45:00 +02:00