Skip to content

Commit

Permalink
Merge pull request #105 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update to new version of editor and cli, add telemetry
  • Loading branch information
Charlytoc authored Apr 24, 2024
2 parents 8badbe4 + b51297f commit 15a8849
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/javascript-node
{
Expand All @@ -22,7 +23,7 @@
// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "npm i [email protected] [email protected] -g && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]"


// Use 'postCreateCommand' to run commands after the container is created.
Expand Down
7 changes: 5 additions & 2 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"skills": ["algorithms"],
"graded": true,
"editor": {
"version": "3.1.23"
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
}
}
}

0 comments on commit 15a8849

Please sign in to comment.