Commit Graph

11641 Commits

Author SHA1 Message Date
Hans
3abcabd4e8 fix generates different html content for the same markdown (#138935)
fix generates different html content for the same markdown when get the cached token
2021-12-13 16:55:54 -08:00
Matt Bierner
d2925d176d Pick up TS 4.5.4 2021-12-13 14:15:26 -08:00
Ladislau Szomoru
f0f5baffb9 Fix #124066 2021-12-13 15:44:20 +01:00
Christopher M Kline
b0d7083e79 Expose 'tag' and 'deleteTag' in git extension API (#123815) 2021-12-13 14:37:47 +01:00
Rob Lourens
ad57fde11d Add "current window" command to testresolver.
Seems like this is necessary to use the testresolver with normal extension debugging
2021-12-10 11:36:56 -08:00
Ladislau Szomoru
47de42baa9 Only probe directories during repository discovery 2021-12-10 09:53:48 +01:00
Matt Bierner
2f767b5d85 Pick up TS recovery
For #138794
s
2021-12-09 15:39:31 -08:00
Ladislau Szomoru
b70174e85b Revert "Filter out file paths when discovering git repositories"
This reverts commit 81551acb51.
2021-12-09 17:32:53 +01:00
Ladislau Szomoru
81551acb51 Filter out file paths when discovering git repositories 2021-12-09 17:29:40 +01:00
Ladislau Szomoru
452e2c5303 Add timestamp and execution time to Git log 2021-12-09 15:18:38 +01:00
Martin Aeschlimann
2858dd87e7 html: update constants in typescript mode (for #138677) 2021-12-09 14:27:50 +01:00
Rob Lourens
6897670596 Reenable notebook integration tests 2021-12-08 16:40:50 -08:00
Alex Ross
0c202aa22a Improve multiple lock file warning
Fixes #138174
2021-12-08 14:49:03 +01:00
Tyler Leonhardt
a3e60d2dff Add messages for rejected promises 2021-12-07 16:23:04 -08:00
Matt Bierner
c2f4daf348 Update webview bits version for tests 2021-12-07 16:16:54 -08:00
Orta Therox
fc4f41d9fc Allow extensions to be able to make requests to the typescript extension's tsserver via commands (#138279)
* Allow extensions to be able to make requests to the typescript extension's tsserver via the command system

* Adds allowlisting the commands

Co-authored-by: Matt Bierner <matb@microsoft.com>
2021-12-07 14:42:47 -08:00
Raymond Zhao
21e0035bdb Refresh Emmet updateImageSize tests
Fixes #138499
2021-12-07 13:42:20 -08:00
Matt Bierner
9acd320eda Also skip notebook test temporarily 2021-12-07 13:28:32 -08:00
Matt Bierner
2edff15481 Temporarily skip webview tests
We need to bump the version of the webview src pulled in, but this requires getting a good build first
2021-12-07 13:03:03 -08:00
Matt Bierner
26b621a773 Don't reject status indicator promise
Fixes #138453

Looks like `withProgress` does not handle rejections. To dismiss the indicator, we can simply resolve the promise instead
2021-12-07 12:08:39 -08:00
Alexandru Dima
51d7dd1a73 Selective task provider activation using a new onTaskType: activation event (#137662) 2021-12-07 17:43:38 +01:00
Alex Ross
95dcb89a92 Update grammars 2021-12-07 15:12:01 +01:00
Johannes Rieken
5c31535ea8 add more API rpc tests, https://github.com/microsoft/vscode/issues/115679 2021-12-07 09:22:48 +01:00
Matt Bierner
d07ee60829 Update markdown grammar 2021-12-06 18:13:39 -08:00
Jonathan Carter
1921071835 Added theme image support to the markdown preview (#137820) 2021-12-06 18:06:02 -08:00
Daniel Rosenwasser
4fb22d76cf "Surround with" in TS/JS snippets (#138565)
* Preserve selected text in snippets to provide "surround-with"-like functionality.

* Add the same "surround with"-like functionality to JS snippets.
2021-12-06 18:01:09 -08:00
Matt Bierner
e88394000f Fix markdown outline for cases without a space after #
Fixes #138027
2021-12-06 15:58:11 -08:00
Raymond Zhao
e40596a16c Skip flaky updateImageSize suite
Ref #138499
2021-12-06 12:47:38 -08:00
Joyce Er
efd055b8ba Refresh markdown preview on all file changes (#138301)
* Refresh markdown preview on all file changes

* Don't watch `https`, `http`, and `data` uris
2021-12-06 12:36:22 -08:00
Martin Aeschlimann
95a9378519 [json] add 'Clear schema cache' command. Fixes #138524 2021-12-06 16:56:17 +01:00
Ladislau Szomoru
bbede2dc0a Add extension readme file 2021-12-02 17:07:55 +01:00
Logan Ramos
b395575f00 Address comments about ? operator 2021-12-02 09:55:53 -05:00
Martin Aeschlimann
75455fd428 update request-light. Fixes #136267 2021-12-02 15:44:56 +01:00
Alex Ross
e228f2a2b5 Add cancel to typescript promise rejection (#138333)
Fixes #138269
2021-12-02 15:21:29 +01:00
João Moreno
1af9ac1b8f fixes #138274 2021-12-02 11:51:15 +01:00
Ladislau Szomoru
af8b6ad9f0 SCM - Introduce another open changes command got editor/command palette (#138293)
* Introduce another command got editor/command palette
2021-12-02 11:40:08 +01:00
Logan Ramos
29ea2755e8 Fix #137974 2021-12-01 12:06:39 -05:00
Ladislau Szomoru
d6f24e10d5 Fix regression related to git.scanRepositories 2021-12-01 09:20:41 +01:00
Johannes Rieken
257657fb23 fix https://github.com/microsoft/vscode/issues/137968 2021-11-30 15:21:56 +01:00
Martin Aeschlimann
cd34f23699 improve json cache log messages (for #101050) 2021-11-29 23:28:48 +01:00
Martin Aeschlimann
92b20d483e html custom data: open external uris with openTextDocument. For #135459 2021-11-29 22:21:30 +01:00
Raymond Zhao
dd56064202 Fix Emmet removeTag tests
Ref https://github.com/microsoft/vscode/issues/138063
2021-11-29 12:09:57 -08:00
Raymond Zhao
bdc04a9b22 Trim inner tag leading and trailing whitespace
Fixes https://github.com/microsoft/vscode/issues/138063
2021-11-29 11:24:10 -08:00
Raymond Zhao
db1f865720 Don't use empty lines when counting new indent
Polish for https://github.com/microsoft/vscode/issues/138063
2021-11-29 11:24:09 -08:00
Martin Aeschlimann
8c56f0cae8 [json/html/css] update services 2021-11-29 18:12:56 +01:00
Martin Aeschlimann
3d8b5674c7 [html] clean up request service: add CustomDataRequestService #135459 2021-11-29 11:25:21 +01:00
Henning Dieterichs
319529dc9d Disable highlighting ambiguous characters for markdown. 2021-11-26 17:20:34 +01:00
Martin Aeschlimann
c67fd6e5cd Merge pull request #137557 from sijakret/html-language-server/virtual-doc-support
html-language-features: text document provider support for customData.html
2021-11-26 11:52:06 +01:00
Martin Aeschlimann
f1455eabed revert request changes & polish 2021-11-26 11:45:08 +01:00
Tyler Leonhardt
26fe37ca3d Revert "Have setting the value trigger the filter. Fixes #137279"
This reverts commit c1c103dee7.
2021-11-24 15:08:35 -08:00