Commit Graph

111852 Commits

Author SHA1 Message Date
Matt Bierner
665aa8a131 Update markdown grammar (#189420) 2023-08-02 06:47:09 -07:00
Aiday Marlen Kyzy
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 Dima
004dd63540 Remove CSS that breaks the color picker (#189470)
Workaround for #189468
2023-08-02 14:04:02 +01:00
Henning Dieterichs
f448922d9b Adresses #189444 2023-08-02 12:24:33 +02:00
Aiday Marlen Kyzy
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 Kyzy
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
Robo
7a606ee393 fix: update rpm dependencies (#189455) 2023-08-02 10:33:18 +02:00
John Murray
605fa783a0 Fix recently-broken cleanup of obsolete (superseded) extension folders (#189335) 2023-08-02 10:12:08 +02:00
Connor Peet
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 Peet
58abf70a45 build: fix binary not being included when linux archives are made (#189443)
Fixes #189383
2023-08-02 11:06:44 +09:00
Henning Dieterichs
9ed20df093 Fixes CI (#189440) 2023-08-02 00:41:06 +01:00
Meghan Kulkarni
0e15feeb95 Fixed markdown regular expression (#189423)
* fixed md regex

* update shared.ts
2023-08-01 14:32:33 -07:00
Daniel Imms
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 Kulkarni
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 Batten
9a6d4fac97 remove WCO experimental setting (#188793)
* remove WCO experimental setting

* extra bits
2023-08-01 12:59:15 -07:00
Daniel Imms
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 Bierner
d0d83b9f42 Update notebook milestones (#189422) 2023-08-01 20:20:33 +01:00
Joyce Er
23662c9b9e Vertically align slash command content widget in panel and inline chat inputs (#189421) 2023-08-01 20:18:16 +01:00
Raymond Zhao
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 Zhao
10dc6334cb Move out Settings EditorTitle contribs (#189419)
Fixes #160334
2023-08-01 19:38:16 +01:00
Aaron Munger
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 Batten
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 Imms
8ce24431ac Merge pull request #189248 from microsoft/tyriar/fade_unfocused
Implement unfocused view dimming
2023-08-01 08:48:21 -07:00
Daniel Imms
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 Leonhardt
84b4a0f85c Bump distro and fix a typo (#189381)
both related to removing vscode-encrypt.
2023-08-01 04:44:38 -07:00
Tyler James Leonhardt
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 Bierner
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 Kulkarni
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 Munger
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 Kulkarni
1fcc384bae Automatic markdown pasting should escape parentheses (#189357)
auto link with mismatched parens
2023-07-31 23:01:01 +01:00
Henning Dieterichs
c75dd82e41 Improves observable logging (#189355) 2023-07-31 14:48:56 -07:00
Henning Dieterichs
e2a0fe7e46 Improves observable recomputation logic (#189353) 2023-07-31 14:43:18 -07:00
Aaron Munger
f42cf9af89 fix comment 2023-07-31 14:32:20 -07:00
Aaron Munger
3178224749 use error state from working copy 2023-07-31 14:25:30 -07:00
Henning Dieterichs
89a90176fd Uses comments to set observable names to reduce code size (#189349) 2023-07-31 14:02:44 -07:00
Daniel Imms
728b9a0dbe Merge pull request #189348 from microsoft/tyriar/188076
Remove and fix lines type override in quick fix provider
2023-07-31 12:51:26 -07:00
Daniel Imms
d39fe95a8d Remove and fix lines type override in quick fix provider
Fixes #188076
2023-07-31 12:16:17 -07:00
Matt Bierner
3cc82327b5 Bump TS versions (#189344)
Bumps TS version for building VS Code
Bumps bundled TS version
2023-07-31 20:13:11 +01:00
Aaron Munger
3b42192a78 not dirty if auto-save soon without any save error state 2023-07-31 12:01:32 -07:00
Meghan Kulkarni
ed59945156 Links with no authority are considered invalid (#189323)
* edit validateLink
2023-07-31 19:36:21 +01:00
Meghan Kulkarni
f7d59ef171 Links are not automatically pasted as Markdown link if nothing is selected (#189338)
update automatic pasting
2023-07-31 11:30:03 -07:00
Daniel Imms
97030b0768 Clamp value to 0.2-1 2023-07-31 11:29:54 -07:00
Raymond Zhao
b670d63e6b Bump distro (#189337) 2023-07-31 19:02:13 +01:00
Connor Peet
660d22c3ef cli: automatically use file storage if storage in keychain fails (#189336)
Fixes #187380
2023-07-31 10:56:08 -07:00
Aaron Munger
150d8194e2 Merge pull request #189322 from microsoft/aamunger/testOutputCompression
add test for using carraige return to replace previous text
2023-07-31 10:18:46 -07:00
Logan Ramos
593fd6c74a Fix undefined filter (#189324) 2023-07-31 10:08:15 -07:00