質問編集履歴
1
error追加
title
CHANGED
File without changes
|
body
CHANGED
@@ -29,4 +29,12 @@
|
|
29
29
|
}
|
30
30
|
]
|
31
31
|
}
|
32
|
+
```
|
33
|
+
|
34
|
+
launch.jsonでエラーが出ています。
|
35
|
+
```json
|
36
|
+
Missing property "schemaVersion".
|
37
|
+
Missing property "mainSteps".
|
38
|
+
Property configurations is not allowed.
|
39
|
+
|
32
40
|
```
|