[READ-ONLY] Mirror of https://github.com/FoxxMD/docker-proxy-filter. Filter the contents of Docker API responses
docker docker-socket-proxy filter
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: Add extensions to devcontainer

FoxxMD (Oct 9, 2025, 6:07 PM UTC) d59a56a5 0f17eb7a

+9 -1
+9 -1
.devcontainer/devcontainer.json
··· 19 19 // Use 'forwardPorts' to make a list of ports inside the container available locally. 20 20 "forwardPorts": [ 21 21 2375 22 - ] 22 + ], 23 + "customizations": { 24 + "vscode": { 25 + "extensions": [ 26 + "vadimcn.vscode-lldb", 27 + "rust-lang.rust-analyzer" 28 + ] 29 + } 30 + } 23 31 24 32 // Use 'postCreateCommand' to run commands after the container is created. 25 33