mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 06:51:53 +01:00
Use version of C++ grammar from 1.37.1
There is an issue in the current version of the grammar that causes duplicate scopes. Until that's fixed, rolling back
This commit is contained in:
@@ -24,4 +24,4 @@ int main () {
|
||||
int t = 2;
|
||||
if (t > 0) puts("\n*************************************************");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user