Commit Graph
124157 Commits
Author SHA1 Message Date
meganrogge 33bd9f96ac fix #189318 2023-08-02 09:48:52 -07:00
Andrea MahandGitHub 004c50ebbf Add arg to toggleQueryDetails take flag 'show' (#189436)
* Add arg to toggleQueryDetails take flag 'show'

* add arg to search editor

* pr feedback
2023-08-02 09:43:56 -07:00
Daniel ImmsandGitHub f5d27d50a0 Merge pull request #189476 from microsoft/tyriar/188375
Re-enable unit test with retries
2023-08-02 08:33:37 -07:00
Daniel ImmsandGitHub 0d5734d7b5 Merge pull request #189480 from microsoft/tyriar/187480
Add ignoreBracketedPasteMode setting
2023-08-02 08:01:10 -07:00
kernel-sandersandGitHub 8f7590dbc0 Merge branch 'main' into cli-ensure-code-tunnel-service-remains-headless-on-windows 2023-08-02 10:57:13 -04:00
Henning DieterichsandHenning Dieterichs f0e95673fc Localizes text 2023-08-02 16:48:58 +02:00
Daniel ImmsandGitHub 793147714b Merge pull request #189474 from microsoft/tyriar/189468
Fix editors unfocused view opacity css rule
2023-08-02 07:39:22 -07:00
Daniel Imms b6676f60e9 Add ignoreBracketedPasteMode setting
Fixes #187480
2023-08-02 07:34:45 -07:00
Daniel Imms fa4b3238c9 Re-enable unit test with retries
Fixes #188375
2023-08-02 07:09:26 -07:00
Daniel Imms 7cb0423a37 Only add the css rules when the setting is used 2023-08-02 06:52:47 -07:00
Daniel Imms 124f5cc3f3 Fix editors unfocused view opacity css rule
Fixes #189468
2023-08-02 06:51:13 -07:00
Henning DieterichsandHenning Dieterichs c76cbcb6cd Adopts equality comparer for inline suggestions 2023-08-02 15:49:20 +02:00
Henning DieterichsandHenning Dieterichs 6b92e4f47a Implements equality comparer for deriveds 2023-08-02 15:49:20 +02:00
Matt BiernerandGitHub 665aa8a131 Update markdown grammar (#189420) 2023-08-02 06:47:09 -07:00
Aiday Marlen KyzyandGitHub 9e9ca8da08 Resetting the controls of the color picker on clicking on the original color (#188496)
* adding initial code for resetting the control

* changing the hue strip also

* cleaning the code

* doing everything on the model color changed, simplified the code

* cleaning the code

---------
2023-08-02 14:29:11 +01:00
Alexandru DimaandGitHub 004dd63540 Remove CSS that breaks the color picker (#189470)
Workaround for #189468
2023-08-02 14:04:02 +01:00
Henning DieterichsandHenning Dieterichs f448922d9b Adresses #189444 2023-08-02 12:24:33 +02:00
Aiday Marlen KyzyandGitHub 9c184b6007 Sort JSONC files on save (#188480)
* adding the initial code for sorting on save setting

* adding code, it is working, but how to get the text editor options

* cleaning the code

* making the callback synchronous, why does waitUntil not work

* removed unwated edit

* previously the check on is text edit instance was throwing an error, now checking manually that it is working

* chaning the return type of `getOptionsForDocument` to udnefined by default

* Convert to TextEdit instances

---------
2023-08-02 03:24:03 -07:00
Aiday Marlen KyzyandGitHub 7248433faf Specify also the initial selection option inside of the editorChat.start options (#189137)
* extending the api to also be able to include the selection

* cleaning the code

* cleaning the code

* Set the initial editor selection if it's provided

---------
2023-08-02 03:23:30 -07:00
RoboandGitHub 7a606ee393 fix: update rpm dependencies (#189455) 2023-08-02 10:33:18 +02:00
John MurrayandGitHub 605fa783a0 Fix recently-broken cleanup of obsolete (superseded) extension folders (#189335) 2023-08-02 10:12:08 +02:00
Connor PeetandGitHub 360b462e02 testing: improve area below filter (#189441)
With results, the area is both more compact and useful. Passed/Total
tests are shown on the left, with an icon summarizing the view. On the
right, the wall-clock duration of the tests and a button to rerun tests.
The alt action on the button reruns the tests with the debugger.
Previously the rerun action was not very discoverable--had a few issues
about it over the course of time.

![](https://memes.peet.io/img/23-08-8bb85d55-6304-4acb-bef3-9c1126da8c49.png)

There's also no awkward gap when there's no test results:

![](https://memes.peet.io/img/23-08-f5bcda56-60d7-4c8d-9822-e311b68079d7.png)

Fixes #188841

cc @eleanorjboyd
2023-08-02 08:20:36 +02:00
Connor PeetandGitHub 58abf70a45 build: fix binary not being included when linux archives are made (#189443)
Fixes #189383
2023-08-02 11:06:44 +09:00
Henning DieterichsandGitHub 9ed20df093 Fixes CI (#189440) 2023-08-02 00:41:06 +01:00
Meghan KulkarniandGitHub 0e15feeb95 Fixed markdown regular expression (#189423)
* fixed md regex

* update shared.ts
2023-08-01 14:32:33 -07:00
Daniel ImmsandGitHub ca5cfcca06 Merge pull request #189430 from microsoft/tyriar/xterm_189403
xterm@5.3.0-beta.21
2023-08-01 13:27:09 -07:00
Meghan KulkarniandGitHub 934cd52fa8 Links paste as plain text over markdown links (#189366)
* remove updateTitle

* fixed ranges and tests

* fix tests
2023-08-01 13:14:56 -07:00
Daniel Imms a52b37978f xterm@5.3.0-beta.21
Fixes #189403
Fixes #189405
2023-08-01 13:03:47 -07:00
SteVen BattenandGitHub 9a6d4fac97 remove WCO experimental setting (#188793)
* remove WCO experimental setting

* extra bits
2023-08-01 12:59:15 -07:00
Daniel ImmsandGitHub 9bcb556496 Merge pull request #189425 from microsoft/tyriar/189248_followup
Also fade terminal tabs when not focused
2023-08-01 12:44:27 -07:00
Daniel Imms 81eb77839a Also fade terminal tabs when not focused
Part of #30522
See #189248
2023-08-01 12:26:20 -07:00
Matt BiernerandGitHub d0d83b9f42 Update notebook milestones (#189422) 2023-08-01 20:20:33 +01:00
Joyce ErandGitHub 23662c9b9e Vertically align slash command content widget in panel and inline chat inputs (#189421) 2023-08-01 20:18:16 +01:00
Raymond ZhaoandGitHub 090790c127 Fix experiment integration (#189408)
* Fix experiment integration

* Don't set prereleaseExtensionId for now

* Set prereleaseExtensionId to stableExtensionId
2023-08-01 11:38:44 -07:00
Raymond ZhaoandGitHub 10dc6334cb Move out Settings EditorTitle contribs (#189419)
Fixes #160334
2023-08-01 19:38:16 +01:00
Aaron MungerandGitHub 30999bd939 Merge pull request #189411 from microsoft/aamunger/cleanup
removed redundant conflict check, cleanup disposable handling
2023-08-01 11:35:55 -07:00
SteVen BattenandGitHub 3f23ab3a9a fixes #189305 (#189410)
introduced by #149187 due to broken css
2023-08-01 10:52:32 -07:00
aamunger 935465e44e removed redundant conflict check, cleanup disposable handling 2023-08-01 10:01:31 -07:00
Daniel ImmsandGitHub 8ce24431ac Merge pull request #189248 from microsoft/tyriar/fade_unfocused
Implement unfocused view dimming
2023-08-01 08:48:21 -07:00
Daniel ImmsandGitHub f0e1633247 Merge pull request #189400 from microsoft/tyriar/158923
xterm@5.3.0-beta.17
2023-08-01 07:56:57 -07:00
Daniel Imms fa386214dc xterm@5.3.0-beta.17
Fixes #158923
2023-08-01 07:33:23 -07:00
Tyler James LeonhardtandGitHub 84b4a0f85c Bump distro and fix a typo (#189381)
both related to removing vscode-encrypt.
2023-08-01 04:44:38 -07:00
Tyler James LeonhardtandGitHub 1e0b12d1ca Remove vscode-encrypt from node.js side (#189252)
* Remove vscode-encrypt from node.js side

Now that we've had a version of the product that has done the migration logic, we no longer need vscode-encrypt on the node side.

This removes all references of vscode-encrypt from the node side. I will also remove it from the package.jsons in distro.

* remove machineId
2023-08-01 11:30:48 +10:00
Matt BiernerandGitHub 909693076d Bump dompurify (#189368)
* Bump dompurify

Moving to 3.x which drops IE support

* Don't reference trusted types

* Restore esm export block
2023-07-31 17:52:21 -07:00
Meghan KulkarniandGitHub 12985b627a Links are not automatically pasted as markdown over valid urls (#189347)
* check if selected text is link
2023-07-31 16:24:48 -07:00
Aaron MungerandGitHub 895f824cde Merge pull request #189345 from microsoft/aamunger/notebookErrorState
not dirty if auto-save soon without any save error state
2023-07-31 15:14:18 -07:00
Meghan KulkarniandGitHub 1fcc384bae Automatic markdown pasting should escape parentheses (#189357)
auto link with mismatched parens
2023-07-31 23:01:01 +01:00
Henning DieterichsandGitHub c75dd82e41 Improves observable logging (#189355) 2023-07-31 14:48:56 -07:00
Henning DieterichsandGitHub e2a0fe7e46 Improves observable recomputation logic (#189353) 2023-07-31 14:43:18 -07:00
Aaron MungerandGitHub f42cf9af89 fix comment 2023-07-31 14:32:20 -07:00