Skip to content

Commit 693bdd0

Browse files
authored
Merge pull request #16 from tommygonzaleza/master
Migrated to VSCode
2 parents 976fc4e + 7108e6f commit 693bdd0

File tree

3 files changed

+12
-7
lines changed

3 files changed

+12
-7
lines changed

.gitpod.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ FROM gitpod/workspace-full:latest
44
USER gitpod
55

66
RUN pip3 install pytest==4.4.2 pytest-testdox mock
7-
RUN npm i learnpack@0.0.96 -g && learnpack plugins:install learnpack-python@0.0.34
7+
RUN npm i learnpack@0.1.12 -g && learnpack plugins:install learnpack-python@0.0.34
88

.gitpod.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ image:
33

44
ports:
55
- port: 3000
6-
onOpen: open-preview
7-
tasks:
6+
onOpen: ignore
7+
8+
vscode:
9+
extensions:
10+
- learnpack.learnpack-vscode
811

9-
- command: >
10-
learnpack start;
1112
github:
1213
prebuilds:
1314
# enable for the master/default branch (defaults to true)

learn.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"duration": 10,
88
"difficulty": "easy",
99
"video-solutions": false,
10-
"graded": true
11-
10+
"graded": true,
11+
"config": {
12+
"editor": {
13+
"version": "1.0.68"
14+
}
15+
}
1216
}
1317

0 commit comments

Comments
 (0)