質問編集履歴
1
error追加
test
CHANGED
File without changes
|
test
CHANGED
@@ -61,3 +61,19 @@
|
|
61
61
|
}
|
62
62
|
|
63
63
|
```
|
64
|
+
|
65
|
+
|
66
|
+
|
67
|
+
launch.jsonでエラーが出ています。
|
68
|
+
|
69
|
+
```json
|
70
|
+
|
71
|
+
Missing property "schemaVersion".
|
72
|
+
|
73
|
+
Missing property "mainSteps".
|
74
|
+
|
75
|
+
Property configurations is not allowed.
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
```
|