summaryrefslogtreecommitdiff
path: root/.vscode
diff options
context:
space:
mode:
authors1n <[email protected]>2019-08-13 01:35:10 -0700
committerGitHub <[email protected]>2019-08-13 01:35:10 -0700
commitd0854d3de5fcf0ba35ebf5b720a32f9da2cf4510 (patch)
tree0508b33b7b0b51bc7abf2bcaa02e06254a882bf2 /.vscode
parentCreate .vscode (diff)
downloadcpp-init-d0854d3de5fcf0ba35ebf5b720a32f9da2cf4510.tar.xz
cpp-init-d0854d3de5fcf0ba35ebf5b720a32f9da2cf4510.zip
Delete .vscode
Diffstat (limited to '.vscode')
-rw-r--r--.vscode20
1 files changed, 0 insertions, 20 deletions
diff --git a/.vscode b/.vscode
deleted file mode 100644
index 7c672e9..0000000
--- a/.vscode
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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
-}