From b3096daf6dedc8f197c79e2428ec7981540aacde Mon Sep 17 00:00:00 2001 From: rafid-dev Date: Sun, 26 Mar 2023 12:43:34 +0600 Subject: [PATCH] cleanup #2 --- CppProperties.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 CppProperties.json diff --git a/CppProperties.json b/CppProperties.json deleted file mode 100644 index 6ec930b..0000000 --- a/CppProperties.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "configurations": [ - { - "inheritEnvironments": [ - "mingw_64" - ], - "name": "Mingw64", - "includePath": [ - "${env.INCLUDE}", - "${workspaceRoot}\\**" - ], - "intelliSenseMode": "linux-gcc-x64" - } - ] -} \ No newline at end of file