|
|
@@ -0,0 +1,15 @@
|
|
|
+{
|
|
|
+ "configurations": [
|
|
|
+ {
|
|
|
+ "name": "Win32",
|
|
|
+ "includePath": ["${workspaceFolder}/**"],
|
|
|
+ "defines": ["_DEBUG", "UNICODE", "_UNICODE"],
|
|
|
+ "compilerPath": "C:\\MinGW\\bin\\gcc.exe",
|
|
|
+ "cStandard": "gnu17",
|
|
|
+ "cppStandard": "gnu++14",
|
|
|
+ "intelliSenseMode": "windows-gcc-x64",
|
|
|
+ "configurationProvider": "ms-vscode.cmake-tools"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "version": 4
|
|
|
+}
|