From 57aa0d556c5c1f5b44d095614eb907d1d8fd6eb5 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 23 Feb 2019 11:52:44 -0600 Subject: [PATCH] [ox] Remove VS Code directory --- deps/ox/.vscode/c_cpp_properties.json | 17 ----------------- deps/ox/.vscode/tasks.json | 16 ---------------- 2 files changed, 33 deletions(-) delete mode 100644 deps/ox/.vscode/c_cpp_properties.json delete mode 100644 deps/ox/.vscode/tasks.json diff --git a/deps/ox/.vscode/c_cpp_properties.json b/deps/ox/.vscode/c_cpp_properties.json deleted file mode 100644 index 10242da9..00000000 --- a/deps/ox/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "configurations": [ - { - "name": "Linux", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [], - "compilerPath": "/usr/bin/clang", - "cStandard": "c11", - "cppStandard": "c++17", - "intelliSenseMode": "clang-x64", - "compileCommands": "${workspaceFolder}/build/linux-x86_64-debug/compile_commands.json" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/deps/ox/.vscode/tasks.json b/deps/ox/.vscode/tasks.json deleted file mode 100644 index 31f50b26..00000000 --- a/deps/ox/.vscode/tasks.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "Build", - "type": "shell", - "command": "make", - "group": { - "kind": "build", - "isDefault": true - } - } - ] -} \ No newline at end of file