4 Commits
f6a9346221
...
1687ed8e1d
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
1687ed8e1d |
bashrc_env_export + eval
|
10 months ago |
|
|
10773787ab |
detect environment variables desynchronization from .bashrc
|
10 months ago |
|
|
8e3a116593 |
template for script
|
10 months ago |
|
|
e345110064 |
delete master
|
10 months ago |
2 changed files with 64 additions and 20 deletions
-
22.vscode/launch.json
-
62main
@ -0,0 +1,22 @@ |
|||
{ |
|||
// 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 (hardcoded script name)", |
|||
"cwd": "${workspaceFolder}", |
|||
"program": "${workspaceFolder}/path/to/script.sh", |
|||
"args": [] |
|||
}, |
|||
{ |
|||
"type": "bashdb", |
|||
"request": "launch", |
|||
"name": "Bash-Debug (simplest configuration)", |
|||
"program": "${file}" |
|||
} |
|||
] |
|||
} |
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue