From 5d840d27473ab1d1eff524da438d354fba74612f Mon Sep 17 00:00:00 2001 From: DanielGavin Date: Wed, 3 Jul 2024 17:08:24 +0200 Subject: Remove vscode files --- .gitignore | 2 +- .vscode/c_cpp_properties.json | 21 --------------------- .vscode/launch.json | 26 -------------------------- 3 files changed, 1 insertion(+), 48 deletions(-) delete mode 100644 .vscode/c_cpp_properties.json delete mode 100644 .vscode/launch.json diff --git a/.gitignore b/.gitignore index 7fad674..94b197c 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,4 @@ /odinfmt tests/tests ols.json -.vscode/settings.json +.vscode/ \ No newline at end of file diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json deleted file mode 100644 index c78c930..0000000 --- a/.vscode/c_cpp_properties.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "configurations": [ - { - "name": "Win32", - "includePath": [ - "${workspaceFolder}/**" - ], - "defines": [ - "_DEBUG", - "UNICODE", - "_UNICODE" - ], - "windowsSdkVersion": "10.0.22000.0", - "compilerPath": "cl.exe", - "cStandard": "c17", - "cppStandard": "c++17", - "intelliSenseMode": "windows-msvc-x64" - } - ], - "version": 4 -} \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index bf5a6b5..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - // Use IntelliSense to learn about possible attributes. - // Hover to view descriptions of existing attributes. - // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 - "version": "0.2.0", - "configurations": [ - { - "type": "cppvsdbg", - "request": "attach", - "name": "Attach OLS", - "processId": "${command:pickProcess}" - }, - { - "type": "cppvsdbg", - "request": "launch", - "name": "Run unit", - "program": "C:\\Users\\Daniel\\Desktop\\Computer_Science\\ols\\test_unit.exe", - }, - { - "type": "lldb", - "request": "attach", - "name": "Attach lldb", - "pid": "${command:pickProcess}" - }, - ] -} \ No newline at end of file -- cgit v1.2.3