summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-13 01:34:47 -0700
committerGitHub <[email protected]>2019-08-13 01:34:47 -0700
commit3c634ffde22799117df832b4bef08f561b22cd86 (patch)
treef5bb5aab4a7f03eea7bca273f9d0b099f6460df4 /.vscode
parentInitial commit (diff)
downloadcpp-init-3c634ffde22799117df832b4bef08f561b22cd86.tar.xz
cpp-init-3c634ffde22799117df832b4bef08f561b22cd86.zip
Create .vscode
Diffstat (limited to '.vscode')
-rw-r--r--.vscode20
1 files changed, 20 insertions, 0 deletions
diff --git a/.vscode b/.vscode
new file mode 100644
index 0000000..7c672e9
--- /dev/null
+++ b/.vscode
@@ -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
+}