-
Notifications
You must be signed in to change notification settings - Fork 193
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #61 from Charlytoc/master
Update editor and CLI
- Loading branch information
Showing
2 changed files
with
28 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,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. | ||
// "postCreateCommand": "yarn install", | ||
|
@@ -32,4 +32,4 @@ | |
|
||
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. | ||
// "remoteUser": "root" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
{ | ||
"language": "html", | ||
"slug": "css-layouts-tutorial-exercises", | ||
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true", | ||
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises", | ||
"title": { | ||
"us": "Build Website Layouts with CSS", | ||
"es": "Construye diseños de sitios web con CSS" | ||
}, | ||
"description": { | ||
"us": "Learn how to build layouts with an interactive and auto-graded tutorial.", | ||
"es": "Aprende a construir layours con un tutorial interactivo y auto-corregido." | ||
}, | ||
"duration": 8, | ||
"difficulty": "easy", | ||
"skills": ["html-layouts","css-styling"], | ||
"videoSolutions": false, | ||
"projectType": "tutorial", | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"graded": true, | ||
"disableGrading": false, | ||
"editor": { | ||
"version": "3.1.23" | ||
} | ||
"language": "html", | ||
"slug": "css-layouts-tutorial-exercises", | ||
"preview": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true", | ||
"repository": "https://github.com/4GeeksAcademy/css-layouts-tutorial-exercises", | ||
"title": { | ||
"us": "Build Website Layouts with CSS", | ||
"es": "Construye diseños de sitios web con CSS" | ||
}, | ||
"description": { | ||
"us": "Learn how to build layouts with an interactive and auto-graded tutorial.", | ||
"es": "Aprende a construir layours con un tutorial interactivo y auto-corregido." | ||
}, | ||
"duration": 8, | ||
"difficulty": "easy", | ||
"skills": ["html-layouts","css-styling"], | ||
"videoSolutions": false, | ||
"projectType": "tutorial", | ||
"bugsLink": "https://github.com/learnpack/learnpack/issues/new", | ||
"graded": true, | ||
"disableGrading": false, | ||
"editor": { | ||
"version": "3.1.36" | ||
}, | ||
"telemetry": { | ||
"batch": "https://breathecode.herokuapp.com/v1/assignment/me/telemetry" | ||
} | ||
} |