Changes
3 changed files (+0/-50)
-
.vscode/launch.json (deleted)
-
@@ -1,24 +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": [ { "name": "Python: Current File", "type": "python", "request": "launch", "program": "${file}", "console": "integratedTerminal" }, { "name": "Debug", "type": "gdb", "request": "launch", "target": "${fileDirname}/${fileBasenameNoExtension}", "cwd": "${workspaceRoot}", "valuesFormatting": "prettyPrinters", "preLaunchTask": "g++ build active file" } ] }
-
-
.vscode/settings.json (deleted)
-
@@ -1,6 +0,0 @@{ "python.pythonPath": "venv/bin/python", "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.linting.pylintPath": "./venv/bin/pylint" }
-
-
.vscode/tasks.json (deleted)
-
@@ -1,20 +0,0 @@{ // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "tasks": [ { "type": "shell", "label": "g++ build active file", "command": "/usr/bin/g++", "args": ["-g3", "${file}", "-o", "${fileDirname}/${fileBasenameNoExtension}"], "options": { "cwd": "/usr/bin" }, "group": { "kind": "build", "isDefault": true } } ] }
-