aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielGavin <danielgavin5@hotmail.com>2024-07-03 17:08:24 +0200
committerDanielGavin <danielgavin5@hotmail.com>2024-07-03 17:08:24 +0200
commit5d840d27473ab1d1eff524da438d354fba74612f (patch)
tree8f3d50f7ecf0cf9f8cfb5a29f413d71fc936a0e8
parent2ab51698771b550f7a735aa9995d8e6b1bba5723 (diff)
Remove vscode files
-rw-r--r--.gitignore2
-rw-r--r--.vscode/c_cpp_properties.json21
-rw-r--r--.vscode/launch.json26
3 files changed, 1 insertions, 48 deletions
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