File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change
1
+
1
2
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
3
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3
4
{
21
22
"extensions" : [" learn-pack.learnpack-vscode" ]
22
23
}
23
24
},
24
- "onCreateCommand" : " pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/python@1.0.3"
25
+ "onCreateCommand" : " pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/python@1.0.3"
25
26
26
27
// Features to add to the dev container. More info: https://containers.dev/features.
27
28
// "features": {},
38
39
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
39
40
// "remoteUser": "root"
40
41
}
42
+
Original file line number Diff line number Diff line change 18
18
"bugsLink" : " https://github.com/learnpack/learnpack/issues/new" ,
19
19
"graded" : true ,
20
20
21
- "editor" : {
22
- "version" : " 3.1.23"
23
- },
21
+ "editor" : {
22
+ "version" : " 3.1.36"
23
+ },
24
+ "telemetry" : {
25
+ "batch" : " https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
26
+ },
24
27
"video" : {
25
28
"intro" : {
26
29
"es" : " https://www.youtube.com/watch?v=SD9lqR67yMY" ,
29
32
}
30
33
31
34
32
- }
35
+ }
You can’t perform that action at this time.
0 commit comments