initial commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "Goon Plugin Dev",
|
||||
"image": "mcr.microsoft.com/devcontainers/javascript-node:22",
|
||||
"features": {
|
||||
"ghcr.io/devcontainers/features/sshd:1": {}
|
||||
},
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"fmvilas.popup-previewer.ChromeExtensionPopupPreviewer",
|
||||
"maslansnik.chromium-ext-debugger",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"esbenp.prettier-vscode",
|
||||
"bierner.markdown-preview-github-styles"
|
||||
]
|
||||
}
|
||||
},
|
||||
"forwardPorts": [5173],
|
||||
"postCreateCommand": "npm install",
|
||||
"remoteEnv": {
|
||||
"CHROME_PATH": "/usr/bin/google-chrome"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user