Skip to content

Commit bdaa0bf

Browse files
authored
Merge pull request #3397 from MicrosoftDocs/master
2/5/2021 AM Publish
2 parents 780352b + 1fc7bb6 commit bdaa0bf

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)