8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d733339 commit 9d433afCopy full SHA f 8000 or 9d433af
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "coderoad",
3
- "version": "0.18.2",
+ "version": "0.18.3",
4
"description": "Play interactive coding tutorials in your editor",
5
"keywords": [
6
"tutorial",
@@ -77,7 +77,8 @@
77
"activationEvents": [
78
"onCommand:coderoad.start",
79
"workspaceContains:/codeally.json",
80
- "workspaceContains:/codeAlly.json"
+ "workspaceContains:/codeAlly.json",
81
+ "workspaceContains:/.freeCodeCamp"
82
],
83
"categories": [
84
"Other"
web-app/package.json
"name": "coderoad-app",
"private": true,
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
0 commit comments