Skip to content

Commit

Permalink
Merge pull request #62 from Charlytoc/master
Browse files Browse the repository at this point in the history
Update with new version of editor and cli
  • Loading branch information
Charlytoc authored Apr 24, 2024
2 parents ed8f598 + 8e51e9d commit 112c416
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 3 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/python
{
Expand All @@ -21,7 +22,7 @@
"extensions": ["learn-pack.learnpack-vscode"]
}
},
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].47 -g && learnpack plugins:install @learnpack/[email protected]"
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected].50 -g && learnpack plugins:install @learnpack/[email protected]"

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},
Expand All @@ -38,3 +39,4 @@
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}

11 changes: 7 additions & 4 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"graded": true,

"editor": {
"version": "3.1.23"
},
"editor": {
"version": "3.1.36"
},
"telemetry": {
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry"
},
"video": {
"intro": {
"es": "https://www.youtube.com/watch?v=SD9lqR67yMY",
Expand All @@ -29,4 +32,4 @@
}


}
}

0 comments on commit 112c416

Please sign in to comment.