Skip to content

Commit 15a8849

Browse files
authored
Merge pull request #105 from Charlytoc/master
Update to new version of editor and cli, add telemetry
2 parents 8badbe4 + b51297f commit 15a8849

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
23
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
34
{
@@ -22,7 +23,7 @@
2223
// Use 'forwardPorts' to make a list of ports inside the container available locally.
2324
// "forwardPorts": [],
2425

25-
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.47 -g && learnpack plugins:install @learnpack/node@1.1.11"
26+
"onCreateCommand": "npm i jest@29.7.0 jest-environment-jsdom@29.7.0 -g && npm i @learnpack/learnpack@2.1.50 -g && learnpack plugins:install @learnpack/node@1.1.11"
2627

2728

2829
// Use 'postCreateCommand' to run commands after the container is created.

learn.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"skills": ["algorithms"],
2020
"graded": true,
2121
"editor": {
22-
"version": "3.1.23"
22+
"version": "3.1.36"
23+
},
24+
"telemetry": {
25+
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
2326
}
24-
}
27+
}

0 commit comments

Comments
 (0)