|
| 1 | +{ |
| 2 | + "name": "eps-account-resources", |
| 3 | + "build": { |
| 4 | + "dockerfile": "Dockerfile", |
| 5 | + "context": "..", |
| 6 | + "args": { |
| 7 | + "DOCKER_GID": "${env:DOCKER_GID:}", |
| 8 | + "IMAGE_NAME": "node_24_python_3_14", |
| 9 | + "IMAGE_VERSION": "v1.4.4", |
| 10 | + "USER_UID": "${localEnv:USER_ID:}", |
| 11 | + "USER_GID": "${localEnv:GROUP_ID:}" |
| 12 | + } |
| 13 | + }, |
| 14 | + "mounts": [ |
| 15 | + "source=${env:HOME}${env:USERPROFILE}/.aws,target=/home/vscode/.aws,type=bind", |
| 16 | + "source=${env:HOME}${env:USERPROFILE}/.ssh,target=/home/vscode/.ssh,type=bind", |
| 17 | + "source=${env:HOME}${env:USERPROFILE}/.gnupg,target=/home/vscode/.gnupg,type=bind", |
| 18 | + "source=${env:HOME}${env:USERPROFILE}/.npmrc,target=/home/vscode/.npmrc,type=bind", |
| 19 | + "source=${env:HOME}${env:USERPROFILE}/.gitconfig,target=/home/vscode/.gitconfig,type=bind" |
| 20 | + ], |
| 21 | + "features": {}, |
| 22 | + "customizations": { |
| 23 | + "vscode": { |
| 24 | + "extensions": [ |
| 25 | + "AmazonWebServices.aws-toolkit-vscode", |
| 26 | + "redhat.vscode-yaml", |
| 27 | + "ms-python.python", |
| 28 | + "ms-python.flake8", |
| 29 | + "eamodio.gitlens", |
| 30 | + "github.vscode-pull-request-github", |
| 31 | + "lfm.vscode-makefile-term", |
| 32 | + "GrapeCity.gc-excelviewer", |
| 33 | + "redhat.vscode-xml", |
| 34 | + "streetsidesoftware.code-spell-checker", |
| 35 | + "timonwong.shellcheck", |
| 36 | + "mkhl.direnv", |
| 37 | + "github.vscode-github-actions", |
| 38 | + "dbaeumer.vscode-eslint", |
| 39 | + "vitest.explorer" |
| 40 | + ], |
| 41 | + "settings": { |
| 42 | + "python.defaultInterpreterPath": "/workspaces/electronic-prescription-service-account-resources/.venv/bin/python", |
| 43 | + "python.analysis.autoSearchPaths": true, |
| 44 | + "python.analysis.extraPaths": [], |
| 45 | + "python.testing.unittestEnabled": false, |
| 46 | + "python.testing.pytestEnabled": true, |
| 47 | + "python.linting.pylintEnabled": false, |
| 48 | + "python.linting.flake8Enabled": true, |
| 49 | + "python.linting.enabled": true, |
| 50 | + "editor.formatOnPaste": false, |
| 51 | + "editor.formatOnType": false, |
| 52 | + "editor.formatOnSave": false, |
| 53 | + "editor.formatOnSaveMode": "file", |
| 54 | + "cSpell.words": [ |
| 55 | + "fhir", |
| 56 | + "Formik", |
| 57 | + "pino", |
| 58 | + "serialisation" |
| 59 | + ], |
| 60 | + "eslint.useFlatConfig": true, |
| 61 | + "eslint.format.enable": true, |
| 62 | + "editor.defaultFormatter": "dbaeumer.vscode-eslint" |
| 63 | + } |
| 64 | + } |
| 65 | + }, |
| 66 | + "remoteEnv": { |
| 67 | + "LOCAL_WORKSPACE_FOLDER": "${localWorkspaceFolder}" |
| 68 | + } |
| 69 | +} |
0 commit comments