File tree
Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Expand file treeCollapse file tree2 files changed
+5
-5
lines changed Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | {
|
2 | 2 | "name": "coderoad",
|
3 |
| -"version": "0.19.3", |
| 3 | +"version": "0.19.4", |
4 | 4 | "description": "Play interactive coding tutorials in your editor",
|
5 | 5 | "keywords": [
|
6 | 6 | "tutorial",
|
|
76 | 76 | },
|
77 | 77 | "activationEvents": [
|
78 | 78 | "onCommand:coderoad.start",
|
79 |
| -"workspaceContains:/codeally.json", |
80 |
| -"workspaceContains:/codeAlly.json", |
81 |
| -"workspaceContains:/.freeCodeCamp" |
| 79 | +"workspaceContains:*/codeally.json", |
| 80 | +"workspaceContains:*/codeAlly.json", |
| 81 | +"workspaceContains:*/.freeCodeCamp" |
82 | 82 | ],
|
83 | 83 | "categories": [
|
84 | 84 | "Other"
|
|
Original file line number | Diff line number | Diff line change |
---|
|
1 | 1 | {
|
2 | 2 | "name": "coderoad-app",
|
3 |
| -"version": "0.19.3", |
| 3 | +"version": "0.19.4", |
4 | 4 | "private": true,
|
5 | 5 | "scripts": {
|
6 | 6 | "analyze": "source-map-explorer 'build/static/js/*.js'",
|
|
You can’t perform that action at this time.
0 commit comments