Skip to content

Commit 1501cd1

Browse files
authored
fix CppProperties.json MinGW-w64 contents
1 parent 928e299 commit 1501cd1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/build/open-folder-projects-cpp.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ If you add the MinGW-W64 configuration, the JSON looks this this:
7878

7979
```json
8080
{
81-
{
81+
"configurations": [
82+
{
8283
"inheritEnvironments": [
8384
"mingw_64"
8485
],
@@ -100,6 +101,7 @@ If you add the MinGW-W64 configuration, the JSON looks this this:
100101
}
101102
]
102103
}
104+
]
103105
}
104106
```
105107

0 commit comments

Comments
 (0)