-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdevcontainer.json
More file actions
36 lines (36 loc) · 1.22 KB
/
Copy pathdevcontainer.json
File metadata and controls
36 lines (36 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "EIA Data Automation",
"image": "rkrispin/data-pipeline-automation-with-github-actions:prod",
"customizations": {
"settings": {
"python.defaultInterpreterPath": "/opt/LINKEDIN_LEARNING/bin/python3",
"python.selectInterpreter": "/opt/LINKEDIN_LEARNING/bin/python3"
},
"vscode": {
"extensions": [
// R Extensions
"rdebugger.r-debugger",
"reditorsupport.r",
"REditorSupport.r",
"REditorSupport.r-lsp",
"RDebugger.r-debugger",
// Documentation Extensions
"quarto.quarto",
"purocean.drawio-preview",
"redhat.vscode-yaml",
"yzhang.markdown-all-in-one",
// Docker Supporting Extensions
"ms-azuretools.vscode-docker",
"ms-vscode-remote.remote-containers",
// Python Extensions
"ms-python.python",
"ms-toolsai.jupyter",
// Github Actions
"github.vscode-github-actions"
]
}
},
"remoteEnv": {
"EIA_API_KEY": "${localEnv:EIA_API_KEY}"
}
}