| 1234567891011121314151617181920212223242526 |
- {
- "name": "GROWI-PDF-Converter",
- "dockerComposeFile": "../compose.yml",
- "service": "pdf-converter",
- "workspaceFolder": "/workspace/growi",
- // Use 'forwardPorts' to make a list of ports inside the container available locally.
- // "forwardPorts": [],
- // Use 'postCreateCommand' to run commands after the container is created.
- "postCreateCommand": "/bin/bash ./.devcontainer/pdf-converter/postCreateCommand.sh",
- // Configure tool-specific properties.
- "customizations": {
- "vscode": {
- "extensions": [
- "dbaeumer.vscode-eslint",
- "mhutchie.git-graph",
- "eamodio.gitlens"
- ]
- }
- }
- // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
- // "remoteUser": "root"
- }
|