mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-05-28 12:30:18 +02:00
add rest client
This commit is contained in:
parent
133ce39bf5
commit
7b86090cb5
@ -39,7 +39,27 @@
|
||||
"extensions": [
|
||||
"ms-python.python",
|
||||
"ms-python.vscode-pylance",
|
||||
"eamodio.gitlens"
|
||||
"eamodio.gitlens",
|
||||
"nimda.deepdark-material",
|
||||
"jeff-hykin.better-dockerfile-syntax",
|
||||
"njpwerner.autodocstring",
|
||||
"wwm.better-align",
|
||||
"me-dutour-mathieu.vscode-github-actions",
|
||||
"github.copilot-nightly",
|
||||
"visualstudioexptteam.vsco",
|
||||
"visualstudioexptteam.intellicode-api-usage-examples",
|
||||
"zainchen.json",
|
||||
"matangover.mypy",
|
||||
"ionutvmi.path-autocomplete",
|
||||
"christian-kohler.path-intellisense",
|
||||
"donjayamanne.python-extension-pack",
|
||||
"ms-python.vscode-pylance",
|
||||
"redhat.vscode-yaml",
|
||||
"kevinrose.vsc-python-indent",
|
||||
"kevinrose.vsc-python-indent",
|
||||
"bungcip.better-toml",
|
||||
"rangav.vscode-thunder-client",
|
||||
"rohinivsenthil.postcode"
|
||||
]
|
||||
}
|
||||
},
|
||||
@ -48,7 +68,9 @@
|
||||
// "forwardPorts": [],
|
||||
|
||||
// Use 'postCreateCommand' to run commands after the container is created.
|
||||
"postCreateCommand": "docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest",
|
||||
"postCreateCommand": "./.devcontainer/postCreateCommand.sh",
|
||||
|
||||
"postStartCommand": "docker run -d --name redis-stack -p 6379:6379 -p 8001:8001 redis/redis-stack:latest",
|
||||
|
||||
// Comment out to connect as root instead. More info: https://aka.ms/vscode-remote/containers/non-root.
|
||||
"remoteUser": "vscode",
|
||||
|
0
.devcontainer/postCreateCommand.sh
Normal file → Executable file
0
.devcontainer/postCreateCommand.sh
Normal file → Executable file
Loading…
x
Reference in New Issue
Block a user