style: prettier format all files
| | |
| | | }, |
| | | |
| | | // Add the IDs of extensions you want installed when the container is created. |
| | | "extensions": [ |
| | | "bungcip.better-toml", |
| | | "davidanson.vscode-markdownlint" |
| | | ] |
| | | "extensions": ["bungcip.better-toml", "davidanson.vscode-markdownlint"] |
| | | } |
| | | }, |
| | | |
| | | // Use 'forwardPorts' to make a list of ports inside the container available locally. |
| | | "forwardPorts": [ |
| | | 1313 |
| | | ], |
| | | "forwardPorts": [1313], |
| | | |
| | | // Use 'postCreateCommand' to run commands after the container is created. |
| | | // "postCreateCommand": "uname -a", |