···1919 // Use 'forwardPorts' to make a list of ports inside the container available locally.
2020 "forwardPorts": [
2121 2375
2222- ]
2222+ ],
2323+ "customizations": {
2424+ "vscode": {
2525+ "extensions": [
2626+ "vadimcn.vscode-lldb",
2727+ "rust-lang.rust-analyzer"
2828+ ]
2929+ }
3030+ }
23312432 // Use 'postCreateCommand' to run commands after the container is created.
2533