From 5aa9b2971cb43fa9fda2d2e6f9ab8c6f5f49517c Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Wed, 13 Apr 2022 14:58:34 +0200 Subject: [PATCH] Update vscode c_cpp_properties.json to use cmake as provider --- .vscode/c_cpp_properties.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 65ad189..69fa685 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -2,16 +2,6 @@ "configurations": [ { "name": "Win32", - "includePath": [ - "${workspaceFolder}\\dev\\", - "${workspaceFolder}\\lwshell\\src\\include\\" - ], - "defines": [ - "WIN32", - "_DEBUG", - "UNICODE", - "_UNICODE" - ], "compilerPath": "c:\\msys64\\mingw64\\bin\\gcc.exe", "cStandard": "gnu17", "cppStandard": "gnu++14",