1+ {
2+ "name" : " cics-security-sdv-samples Container" ,
3+ "build" : {
4+ "dockerfile" : " Dockerfile"
5+ },
6+ "customizations" : {
7+ "vscode" : {
8+ "settings" : {
9+ "vsintellicode.java.completionsEnabled" : false ,
10+ "vsintellicode.python.completionsEnabled" : false ,
11+ "vsintellicode.sql.completionsEnabled" : false ,
12+ "vsintellicode.typescript.completionsEnabled" : false ,
13+ "vsintellicode.modify.editor.suggestSelection" : " disabled" ,
14+ "errorLens.onSave" : true ,
15+ "errorLens.messageEnabled" : true ,
16+ "versionlens.suggestions.showOnStartup" : true ,
17+ "editor.formatOnSave" : true ,
18+ "ansible.python.interpreterPath" : " /usr/local/python/current/bin/python" ,
19+ "pylint.interpreter" : [
20+ " /usr/local/python/current/bin/python"
21+ ],
22+ "eslint.workingDirectories" : [
23+ " ./docs" ,
24+ " ./lib"
25+ ],
26+ "stylelint.validate" : [
27+ " css" ,
28+ " scss"
29+ ],
30+ "stylelint.configBasedir" : " ./docs"
31+ },
32+ "extensions" : [
33+ " dbaeumer.vscode-eslint" ,
34+ " usernamehw.errorlens" ,
35+ " igorsbitnev.error-gutters" ,
36+ " wayou.vscode-todo-highlight" ,
37+ " pflannery.vscode-versionlens" ,
38+ " bierner.markdown-emoji" ,
39+ " redhat.ansible" ,
40+ " ms-python.flake8" ,
41+ " gruntfuggly.todo-tree" ,
42+ " ms-python.python" ,
43+ " ms-python.pylint" ,
44+ " stylelint.vscode-stylelint" ,
45+ " streetsidesoftware.code-spell-checker"
46+ ]
47+ }
48+ },
49+ "features" : {
50+ "ghcr.io/devcontainers/features/git:1" : {},
51+ "ghcr.io/devcontainers/features/common-utils:2" : {},
52+ "ghcr.io/devcontainers/features/node:1" : {
53+ "version" : " 18"
54+ },
55+ "ghcr.io/devcontainers/features/python:1" : {
56+ "version" : " 3.12"
57+ }
58+ },
59+ "forwardPorts" : [
60+ 3000 ,
61+ 3001
62+ ],
63+ "privileged" : true ,
64+ "remoteUser" : " root" ,
65+ "workspaceMount" : " source=${localWorkspaceFolder},target=/workspaces,type=bind" ,
66+ "workspaceFolder" : " /workspaces" ,
67+ "postStartCommand" : " git config --global --add safe.directory /workspaces; git config commit.gpgsign false" ,
68+ "postAttachCommand" : " /post_script/initialise_dev_container.sh"
69+ }
0 commit comments