diff --git a/.vscode/.easycpp b/.vscode/.easycpp deleted file mode 100755 index 15aa62c..0000000 --- a/.vscode/.easycpp +++ /dev/null @@ -1 +0,0 @@ -This file is created by Easy C++ Projects, please ignore and do not delete it \ No newline at end of file diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100755 index 7a19006..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "0.2.0", - "configurations": [ - { - "name": "C++ Debug (gdb)", - "type": "cppdbg", - "request": "launch", - "program": "${workspaceFolder}/bin/main", - "preLaunchTask": "Build C++ project", - "args": [], - "stopAtEntry": false, - "cwd": "${workspaceFolder}", - "environment": [], - "externalConsole": true, - "MIMode": "gdb", - "miDebuggerPath": "/usr/bin/gdb", - "setupCommands": [ - { - "description": "Enable pretty-printing for gdb", - "text": "-enable-pretty-printing", - "ignoreFailures": true - } - ] - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100755 index f4aa9e6..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "files.associations": { - "*.tpp": "cpp" - }, - "terminal.integrated.shell.windows": "cmd.exe" -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100755 index f4ebfa7..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "version": "2.0.0", - "tasks": [ - { - "label": "Build C++ project", - "type": "shell", - "group": { - "kind": "build", - "isDefault": true - }, - "command": "make", - }, - { - "label": "Build & run C++ project", - "type": "shell", - "group": { - "kind": "test", - "isDefault": true - }, - "command": "make", - "args": [ - "run" - ] - } - ] -} \ No newline at end of file