Commit Graph

11615 Commits

Author SHA1 Message Date
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
Jan Kretschmer
bb89815cfb use regex, not Uri.parse, to detect custom scheme 2021-11-24 22:07:31 +01:00
Ladislau Szomoru
bfad20be9d Extract remote source provider registry into the vscode.git-base extension (#137656) 2021-11-24 20:48:44 +01:00
Rob Lourens
d1640b7850 Merge pull request #137447 from grandeljay/remove-brackets-from-statements
Remove brackets from PHP statements
2021-11-23 10:53:25 -08:00
Jay Trees
336a6a5ac1 Fix typos 2021-11-23 08:12:27 +01:00
Jay Trees
60304bd046 Remove brackets from echo 2021-11-23 08:10:30 +01:00
Tyler Leonhardt
53e8f2c26e handle 4XX errors differently from others 2021-11-22 16:20:47 -08:00
Tyler Leonhardt
33a6ac6639 simplify polling when getting a network error 2021-11-22 15:28:13 -08:00
Johannes Rieken
c084b6ce2e add contribViewsRemote-proposal to api-tests extension 2021-11-22 19:28:14 +01:00
Martin Aeschlimann
d159ea189b improve json language indicator 2021-11-22 17:22:42 +01:00
Ladislau Szomoru
01d105b4a6 Add SCM contribution to manage context key for active resource changes (#137297) 2021-11-22 16:13:22 +01:00
Benjamin Pasero
aa21039c3c 🆙 iconv-lite 2021-11-22 11:51:08 +01:00
Alex Dima
cae6e662ce Reduce usage of allow-any-unicode-next-line 2021-11-20 21:01:29 +01:00
Jan Kretschmer
8779aaf2ae use set to store and lookup paths of interest 2021-11-20 00:16:06 +01:00
Matt Bierner
e784e88a87 Update setting name to be more extensible in the future
Discussed in https://github.com/microsoft/TypeScript/issues/46590#issuecomment-966756378
2021-11-19 15:13:02 -08:00
Matt Bierner
9939a82851 Add separator for TS version quick pick 2021-11-19 15:13:02 -08:00
Matt Bierner
fa1266520c Removing gating for ts args
These should be ignored on older TS versions
2021-11-19 15:13:01 -08:00
Matt Bierner
75c202e435 Don't send over npmLocation on web 2021-11-19 15:13:01 -08:00
Martin Aeschlimann
6123d781cb [json] use uri helpers 2021-11-19 22:27:02 +01:00
Martin Aeschlimann
f13f5832fd [json] when downloading JSON Schema files, do Conditional GETs. Fixes #101050 2021-11-19 22:06:54 +01:00
Daniel Imms
96cc3b8fc0 Disable should respect dimension overrides again
Part of #137155
2021-11-19 06:01:49 -08:00
Martin Aeschlimann
cd0e926097 hide _json.showAssociatedSchemaList command 2021-11-19 10:02:49 +01:00
Martin Aeschlimann
6651f8ab43 [json] Adapt language status indicator. Fixes #137288 2021-11-18 14:46:59 +01:00
Jay Trees
21d447ec96 Remove brackets from statements 2021-11-18 14:45:38 +01:00
Tyler Leonhardt
c1c103dee7 Have setting the value trigger the filter. Fixes #137279 2021-11-17 12:48:12 -08:00
Matt Bierner
59c53002de Fix spelling 2021-11-17 12:47:37 -08:00
Matt Bierner
7600192459 Pick up TS 4.5 as bundled TS version
Fixes #136704
2021-11-17 12:47:37 -08:00