diff options
| author | s1n <[email protected]> | 2019-08-13 01:34:47 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-13 01:34:47 -0700 |
| commit | 3c634ffde22799117df832b4bef08f561b22cd86 (patch) | |
| tree | f5bb5aab4a7f03eea7bca273f9d0b099f6460df4 /.vscode | |
| parent | Initial commit (diff) | |
| download | cpp-init-3c634ffde22799117df832b4bef08f561b22cd86.tar.xz cpp-init-3c634ffde22799117df832b4bef08f561b22cd86.zip | |
Create .vscode
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +{ + "configurations": [ + { + "name": "Win32", + "includePath": [ + "${workspaceFolder}/**" + ], + "defines": [ + "_DEBUG", + "UNICODE", + "_UNICODE" + ], + "compilerPath": "C:\\mingw-w64\\mingw64\\bin\\gcc.exe", + "cStandard": "c11", + "cppStandard": "c++17", + "intelliSenseMode": "gcc-x64" + } + ], + "version": 4 +} |