teratail header banner
teratail header banner
質問するログイン新規登録

回答編集履歴

2

Add expression

2020/08/09 14:56

投稿

y_shinoda
y_shinoda

スコア3272

answer CHANGED
@@ -23,11 +23,14 @@
23
23
  command: mongod --smallfiles --oplogSize 128
24
24
  ```
25
25
 
26
- Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます
26
+ Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます:
27
27
 
28
- ![Visual Studio Code YAML 拡張機能インストール](f13f4c558608597aab5819c72c8aa49b.png)
29
28
  ![書式の誤りを検出](ad4c906c7f36f3ae61f7ac76ba63f5e9.png)
30
29
 
30
+ 誤りの検出のために、拡張機能をインストールする必要があります:
31
+
32
+ ![Visual Studio Code YAML 拡張機能インストール](f13f4c558608597aab5819c72c8aa49b.png)
33
+
31
34
  参考:
32
35
  [最低限押さえておきたい YAML の読みかた・書きかた | ultra code](https://futureys.tokyo/knowledge-about-reading-and-writing-yaml-which-must-check-at-least/)
33
36
  [docker-compose.yml の内容を理解しよう | ultra code](https://futureys.tokyo/lets-understand-contents-of-docker-compose-yml/)

1

Add expression

2020/08/09 14:56

投稿

y_shinoda
y_shinoda

スコア3272

answer CHANGED
@@ -23,8 +23,12 @@
23
23
  command: mongod --smallfiles --oplogSize 128
24
24
  ```
25
25
 
26
- 次の記事の中で奨めていますが、Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます。
26
+ Visual Studio Code を使うと書式の誤りをいち早く検出して指摘してくれます。
27
27
 
28
+ ![Visual Studio Code YAML 拡張機能インストール](f13f4c558608597aab5819c72c8aa49b.png)
29
+ ![書式の誤りを検出](ad4c906c7f36f3ae61f7ac76ba63f5e9.png)
30
+
31
+ 参考:
28
32
  [最低限押さえておきたい YAML の読みかた・書きかた | ultra code](https://futureys.tokyo/knowledge-about-reading-and-writing-yaml-which-must-check-at-least/)
29
33
  [docker-compose.yml の内容を理解しよう | ultra code](https://futureys.tokyo/lets-understand-contents-of-docker-compose-yml/)
30
34
  [Compose file version 2 reference | Docker Documentation](https://docs.docker.com/compose/compose-file/compose-file-v2/)