質問編集履歴

2

誤記の修正

2019/09/11 00:49

投稿

toromou
toromou

スコア30

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
  HTMLHintの設定項目は以下の3つですが、それらしい項目はありません。
22
22
 
23
- |名前|項目名|規定値|
23
+ |項目名|説明|規定値|
24
24
 
25
25
  |--|--|--|
26
26
 

1

補足情報を追記

2019/09/11 00:49

投稿

toromou
toromou

スコア30

test CHANGED
File without changes
test CHANGED
@@ -13,3 +13,29 @@
13
13
  Visual Studio Code 1.38.0
14
14
 
15
15
  HTMLHint 0.6.0
16
+
17
+
18
+
19
+ ###補足情報
20
+
21
+ HTMLHintの設定項目は以下の3つですが、それらしい項目はありません。
22
+
23
+ |名前|項目名|規定値|
24
+
25
+ |--|--|--|
26
+
27
+ |htmlhint.enable|Control whether htmlhint is enabled for HTML files or not.|true|
28
+
29
+ |htmlhint.documentSelector|The associated document types to be linted.|html,htm|
30
+
31
+ |htmlhint.options|The htmlhint options object to provide args to the htmlhint command.|[object Object]|
32
+
33
+
34
+
35
+ ---
36
+
37
+ バージョンは違いますが、過去にGitHubでIssueが建てられています。
38
+
39
+ - [PROBLEMS tab do not remove messages after file is closed](https://github.com/microsoft/vscode-htmlhint/issues/60)
40
+
41
+ - [Lint errors persist](https://github.com/microsoft/vscode-htmlhint/issues/23)