Files
npm-audit-action/.devcontainer/devcontainer.json
2023-04-21 13:09:23 +00:00

13 lines
243 B
JSON

{
"name": "npm-audit-action-dev",
"image": "mcr.microsoft.com/devcontainers/javascript-node:18",
"customizations": {
"vscode": {
"extensions": [
"EditorConfig.EditorConfig",
"GitHub.copilot"
]
}
}
}