pull/19/head
aristocratos 2020-03-28 12:10:11 +01:00
parent 1e4b43d9ea
commit 7f73514ef4
3 changed files with 0 additions and 43 deletions

14
.vscode/launch.json vendored
View File

@ -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}"
}
]
}

View File

@ -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",
}

21
.vscode/tasks.json vendored
View File

@ -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"
}
}
]
}