From 7f73514ef4cbc99c29e0bb6eb198f32da680edae Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 28 Mar 2020 12:10:11 +0100 Subject: [PATCH] none --- .vscode/launch.json | 14 -------------- .vscode/settings.json | 8 -------- .vscode/tasks.json | 21 --------------------- 3 files changed, 43 deletions(-) delete mode 100644 .vscode/launch.json delete mode 100644 .vscode/settings.json delete mode 100644 .vscode/tasks.json diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 744b214..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,14 +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": "bashdb", - "request": "launch", - "name": "Bash-Debug (simplest configuration)", - "program": "${file}" - } - ] -} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 66959e4..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "bashIde.path": "/usr/local/bin/bash-language-server", - "bashIde.highlightParsingErrors": false, - "shellcheck.enableQuickFix": true, - "Quick open": true, - "Toggle render whitespace": true, - "bracket-pair-colorizer-2.colorMode": "Independent", -} \ No newline at end of file diff --git a/.vscode/tasks.json b/.vscode/tasks.json deleted file mode 100644 index 34ddbb0..0000000 --- a/.vscode/tasks.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - // See https://go.microsoft.com/fwlink/?LinkId=733558 - // for the documentation about the tasks.json format - "version": "2.0.0", - "tasks": [ - { - "label": "run bash script", - "type": "shell", - "command": "${file}", - "group": { - "kind": "build", - "isDefault": true - }, - "presentation": { - "reveal": "always", - "focus": true, - "panel": "dedicated" - } - } - ] -} \ No newline at end of file