Skip to content

Commit 53b0a14

Browse files
authored
Merge pull request #105 from 4GeeksAcademy/dev
Add accesibility version of LearnPack
2 parents 53244a4 + f815b82 commit 53b0a14

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/devcontainer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"extensions": ["learn-pack.learnpack-vscode"]
2222
}
2323
},
24-
"onCreateCommand": "pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
24+
"onCreateCommand": "sudo apt-get update -y && sudo apt-get install xdg-utils -y && pip3 install pytest==6.2.5 pytest-testdox mock && npm i @learnpack/[email protected] -g && learnpack plugins:install @learnpack/[email protected]"
2525

2626
// Features to add to the dev container. More info: https://containers.dev/features.
2727
// "features": {},

learn.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"language": "python3",
2121

2222
"editor": {
23-
"version": "3.1.23"
23+
"version": "3.1.24"
2424
}
2525

2626
}

0 commit comments

Comments
 (0)