diff options
| author | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 00:22:28 +0100 |
|---|---|---|
| committer | tuturuu <zedddiezxc@gmail.com> | 2026-01-10 00:22:28 +0100 |
| commit | f722256a8881c3d0813901b6be2c7afdcdc1fb74 (patch) | |
| tree | 6d81f0257643d925047f902c8ff0c3bb4c73ddd8 /.vscode/launch.json | |
| parent | af4343a3002265013b98223be2273ff7db8d137e (diff) | |
Remove local setup from repo; autofmt shell.nix
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 58 |
1 files changed, 0 insertions, 58 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json deleted file mode 100644 index 2519d97..0000000 --- a/.vscode/launch.json +++ /dev/null @@ -1,58 +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": "Debug executable 'init'", - "type": "lldb", - "request": "launch", - "cargo": { - "args": [ - "run", - "--bin=init", - "--package=init" - ] - }, - "args": [] - }, - { - "name": "Debug unit tests in executable 'init'", - "type": "lldb", - "request": "launch", - "cargo": { - "args": [ - "test", - "--bin=init", - "--package=init" - ] - } - }, - { - "name": "Debug executable 'vegilctl'", - "type": "lldb", - "request": "launch", - "cargo": { - "args": [ - "run", - "--bin=vegilctl", - "--package=vegilctl" - ] - }, - "args": [] - }, - { - "name": "Debug unit tests in executable 'vegilctl'", - "type": "lldb", - "request": "launch", - "cargo": { - "args": [ - "test", - "--bin=vegilctl", - "--package=vegilctl" - ] - } - } - ] -}
\ No newline at end of file |
