回答編集履歴
2
Add expression
test
CHANGED
@@ -48,13 +48,19 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
|
51
|
-
Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます
|
51
|
+
Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます:
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
![書式の誤りを検出](ad4c906c7f36f3ae61f7ac76ba63f5e9.png)
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
誤りの検出のために、拡張機能をインストールする必要があります:
|
52
60
|
|
53
61
|
|
54
62
|
|
55
63
|
![Visual Studio Code YAML 拡張機能インストール](f13f4c558608597aab5819c72c8aa49b.png)
|
56
|
-
|
57
|
-
![書式の誤りを検出](ad4c906c7f36f3ae61f7ac76ba63f5e9.png)
|
58
64
|
|
59
65
|
|
60
66
|
|
1
Add expression
test
CHANGED
@@ -48,9 +48,17 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
|
51
|
-
|
51
|
+
Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます。
|
52
52
|
|
53
53
|
|
54
|
+
|
55
|
+
![Visual Studio Code YAML 拡張機能インストール](f13f4c558608597aab5819c72c8aa49b.png)
|
56
|
+
|
57
|
+
![書式の誤りを検出](ad4c906c7f36f3ae61f7ac76ba63f5e9.png)
|
58
|
+
|
59
|
+
|
60
|
+
|
61
|
+
参考:
|
54
62
|
|
55
63
|
[最低限押さえておきたい YAML の読みかた・書きかた | ultra code](https://futureys.tokyo/knowledge-about-reading-and-writing-yaml-which-must-check-at-least/)
|
56
64
|
|