|
| 1 | +{ |
| 2 | + "customizations": { |
| 3 | + "vscode": { |
| 4 | + "settings": { |
| 5 | + "terminal.integrated.profiles.linux": { "zsh": { "path": "/bin/zsh" } }, |
| 6 | + "terminal.integrated.profiles.osx": { "zsh": { "path": "/bin/zsh" } }, |
| 7 | + "terminal.integrated.profiles.windows": { "zsh": { "path": "/bin/zsh" } }, |
| 8 | + "terminal.integrated.defaultProfile.osx": "zsh", |
| 9 | + "terminal.integrated.defaultProfile.linux": "zsh", |
| 10 | + "terminal.integrated.defaultProfile.windows": "zsh", |
| 11 | + "terminal.integrated.scrollback": 10000 |
| 12 | + } |
| 13 | + }, |
| 14 | + "codespaces": { |
| 15 | + "repositories": { |
| 16 | + "edx/edx-themes": { |
| 17 | + "permissions": "read-all" |
| 18 | + } |
| 19 | + } |
| 20 | + } |
| 21 | + }, |
| 22 | + "features": { |
| 23 | + "ghcr.io/devcontainers/features/sshd:1": { |
| 24 | + "version": "latest" |
| 25 | + }, |
| 26 | + "ghcr.io/rocker-org/devcontainer-features/apt-packages:1": { |
| 27 | + "packages": "ripgrep" |
| 28 | + } |
| 29 | + }, |
| 30 | + "containerEnv": { |
| 31 | + "DEVSTACK_WORKSPACE": "${containerWorkspaceFolder}/edx-repos" |
| 32 | + }, |
| 33 | + "updateContentCommand": ".devcontainer/updateContentCommand.sh", |
| 34 | + "postCreateCommand": ".devcontainer/postCreateCommand.sh", |
| 35 | + "postStartCommand": ".devcontainer/postStartCommand.sh", |
| 36 | + "forwardPorts": [ |
| 37 | + 1976, 1984, 1990, 1991, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, |
| 38 | + 2001, 3001, 3406, 5335, 7474, 8000, 8081, 8734, 8735, 9021, 9201, 9202, |
| 39 | + 9301, 9600, 18000, 18010, 18040, 18110, 18120, 18130, 18150, 18160, |
| 40 | + 18170, 18270, 18280, 18381, 18400, 18450, 18734, 18760, 18787, 19001, |
| 41 | + 27017, 44567 |
| 42 | + ], |
| 43 | + "portsAttributes": { |
| 44 | + "3406": { "label": "mysql80" }, |
| 45 | + "27017": { "label": "mongo" }, |
| 46 | + "9201": { "label": "elasticsearch710" }, |
| 47 | + "9301": { "label": "elasticsearch710" }, |
| 48 | + "9202": { "label": "opensearch12" }, |
| 49 | + "9600": { "label": "opensearch12" }, |
| 50 | + "8081": { "label": "schema-registry" }, |
| 51 | + "18000": { "label": "lms" }, |
| 52 | + "19876": { "label": "lms (JS test debugging)" }, |
| 53 | + "18010": { "label": "studio" }, |
| 54 | + "19877": { "label": "studio (JS test debugging)" }, |
| 55 | + "44567": { "label": "forum" }, |
| 56 | + "5335": { "label": "prospectus" }, |
| 57 | + "18381": { "label": "discovery" }, |
| 58 | + "18130": { "label": "ecommerce" }, |
| 59 | + "18150": { "label": "credentials" }, |
| 60 | + "18120": { "label": "edx_notes_api" }, |
| 61 | + "2000": { "label": "frontend-app-learning" }, |
| 62 | + "1998": { "label": "frontend-app-payment" }, |
| 63 | + "18400": { "label": "frontend-app-publisher" }, |
| 64 | + "1994": { "label": "frontend-app-gradebook" }, |
| 65 | + "1999": { "label": "frontend-app-authn" }, |
| 66 | + "18734": { "label": "registrar" }, |
| 67 | + "1976": { "label": "frontend-app-program-console" }, |
| 68 | + "3001": { "label": "frontend-app-library-authoring" }, |
| 69 | + "2001": { "label": "frontend-app-course-authoring" }, |
| 70 | + "1997": { "label": "frontend-app-account" }, |
| 71 | + "1995": { "label": "frontend-app-profile" }, |
| 72 | + "18040": { "label": "xqueue" }, |
| 73 | + "7474": { "label": "coursegraph" }, |
| 74 | + "18110": { "label": "insights" }, |
| 75 | + "19001": { "label": "analyticsapi" }, |
| 76 | + "1993": { "label": "frontend-app-ora-grading" }, |
| 77 | + "1984": { "label": "frontend-app-communications" }, |
| 78 | + "1990": { "label": "frontend-app-learner-record" }, |
| 79 | + "18450": { "label": "frontend-app-support-tools" }, |
| 80 | + "1996": { "label": "frontend-app-learner-dashboard" }, |
| 81 | + "9021": { "label": "kafka" }, |
| 82 | + "18787": { "label": "program-intent-engagement" }, |
| 83 | + "1991": { "label": "frontend-app-admin-portal" }, |
| 84 | + "8734": { "label": "frontend-app-learner-portal-enterprise" }, |
| 85 | + "8735": { "label": "frontend-app-enterprise-public-catalog" }, |
| 86 | + "18170": { "label": "license-manager" }, |
| 87 | + "18160": { "label": "enterprise-catalog" }, |
| 88 | + "18270": { "label": "enterprise-access" }, |
| 89 | + "18280": { "label": "enterprise-subsidy" }, |
| 90 | + "8000": { "label": "paragon-pattern-library" }, |
| 91 | + "18760": { "label": "ai-translations" } |
| 92 | + } |
| 93 | +} |
0 commit comments