1
Fork 0
mirror of https://github.com/Steffo99/patched-porobot.git synced 2024-10-16 09:37:27 +00:00

Add vadimcn.vscode-lldb to the recommended extensions

This commit is contained in:
Steffo 2022-08-13 04:06:38 +00:00 committed by GitHub
parent f934aec978
commit 39162a9506
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View file

@ -4,7 +4,8 @@
"customizations": { "customizations": {
"vscode": { "vscode": {
"extensions": [ "extensions": [
"rust-lang.rust-analyzer" "rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
] ]
} }
} }

View file

@ -1,5 +1,6 @@
{ {
"recommendations": [ "recommendations": [
"rust-lang.rust-analyzer" "rust-lang.rust-analyzer",
"vadimcn.vscode-lldb"
] ]
} }