Browse Source

byebye codium. hello vim/nvim

main
pvincent 2 weeks ago
parent
commit
5237e1538b
  1. 6
      .vscode/extensions.json
  2. 15
      .vscode/launch.json
  3. 4
      .vscode/settings.json

6
.vscode/extensions.json

@ -1,6 +0,0 @@
{
"recommendations": [
"mads-hartmann.bash-ide-vscode",
"rogalmic.bash-debug"
],
}

15
.vscode/launch.json

@ -1,15 +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}",
"terminalKind": "integrated" //mandatory for debugging with stdin!
}
]
}

4
.vscode/settings.json

@ -1,4 +0,0 @@
{
"editor.formatOnSave": true,
"terminal.integrated.shellIntegration.enabled": false
}
Loading…
Cancel
Save