質問編集履歴

1

環境を追記しました

2019/04/15 07:24

投稿

hiro_ghap1
hiro_ghap1

スコア7

test CHANGED
File without changes
test CHANGED
@@ -15,3 +15,73 @@
15
15
 
16
16
 
17
17
  よろしくお願いいたします。
18
+
19
+
20
+
21
+ ## 追記
22
+
23
+
24
+
25
+ ・環境
26
+
27
+ MacOS Mojave
28
+
29
+ VSCode 1.33
30
+
31
+
32
+
33
+ setting.json
34
+
35
+
36
+
37
+ ```JSON
38
+
39
+ {
40
+
41
+ "liveServer.settings.donotVerifyTags": true,
42
+
43
+ "liveServer.settings.donotShowInfoMsg": true,
44
+
45
+ "html.autoClosingTags": false,
46
+
47
+ "html.format.contentUnformatted": "pre, code, textarea, title, h1, h2, h3, h4, h5, h6, p", // タグ内の記述はフォーマットしない
48
+
49
+ "html.format.extraLiners": "", // head, body, /html タグの前に改行を入れない
50
+
51
+ "html.format.unformatted": null, // フレージング・コンテンツ(旧インライン要素のようなタグ)はフォーマットしない
52
+
53
+ "editor.formatOnType": true,
54
+
55
+ "editor.formatOnSave": true,
56
+
57
+ "editor.defaultFormatter": "vscode.configuration-editing",
58
+
59
+ "editor.formatOnPaste": true,
60
+
61
+ "[html]": {
62
+
63
+ },
64
+
65
+ "files.exclude": {
66
+
67
+ "**/._**": true
68
+
69
+ },
70
+
71
+ "window.zoomLevel": 1
72
+
73
+ }
74
+
75
+ ```
76
+
77
+
78
+
79
+ ### Extension
80
+
81
+ - Japanese Language Pack for Visual Studio Code
82
+
83
+ - Live Server
84
+
85
+ - Prettier - Code formatter
86
+
87
+ - Vue 2 Snippets