diff options
| author | Damian Tarnawski <gthetarnav@gmail.com> | 2024-05-02 22:15:11 +0200 |
|---|---|---|
| committer | Damian Tarnawski <gthetarnav@gmail.com> | 2024-05-02 22:15:11 +0200 |
| commit | 218330a9466b126c240ddca6f713e59e142a05ab (patch) | |
| tree | 6d343d064dcefbe65fe272a10c3bc911c3933859 | |
| parent | 531b9a0bf8a8083a933bdb4f18c66d7f115495f7 (diff) | |
Use spaces
| -rw-r--r-- | .vscode/launch.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 2749dfe..bf5a6b5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,7 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ - { + { "type": "cppvsdbg", "request": "attach", "name": "Attach OLS", @@ -20,7 +20,7 @@ "type": "lldb", "request": "attach", "name": "Attach lldb", - "pid": "${command:pickProcess}" + "pid": "${command:pickProcess}" }, ] }
\ No newline at end of file |