Files
test-rust2/.vscode/extensions.json

14 lines
299 B
JSON
Raw Normal View History

2026-03-19 20:17:42 +09:00
{
"recommendations": [
"ms-azuretools.vscode-docker",
"ms-python.python",
"ms-python.black-formatter",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"eamodio.gitlens",
"ms-vscode-remote.remote-ssh",
"redhat.vscode-yaml",
"bradlc.vscode-tailwindcss"
]
}