Skip to content

Commit 7f2fa08

Browse files
authored
remove bad bracket
1 parent 548d32f commit 7f2fa08

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/LanguageServer/MinGW.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Starting with version 0.16.1, if you set the `compilerPath` property and change
2626
],
2727
"limitSymbolsToIncludedHeaders": true,
2828
"databaseFilename": ""
29-
}
29+
},
30+
"cStandard": "c11",
31+
"cppStandard": "c++17"
3032
}
3133
],
3234
"version": 3

0 commit comments

Comments
 (0)