File tree Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Expand file tree Collapse file tree 4 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ // See http://go.microsoft.com/fwlink/?LinkId=827846
3+ // for the documentation about the extensions.json format
4+ "recommendations" : [" dbaeumer.vscode-eslint" ]
5+ }
Original file line number Diff line number Diff line change 1+ {
2+ "editor.formatOnSave" : true ,
3+ "editor.codeActionsOnSave" : {
4+ "source.fixAll" : true
5+ }
6+ }
Original file line number Diff line number Diff line change 1- # tutorials
1+ # Tutorials
2+
3+ A list of open CodeRoad tutorials.
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "id" : " 1" ,
4+ "title" : " Basic Node & Express" ,
5+ "configUrl" : " https://raw.githubusercontent.com/coderoad/fcc-basic-node-and-express/master/coderoad-config.json"
6+ },
7+ {
8+ "id" : " 2" ,
9+ "title" : " Learn NPM" ,
10+ "configUrl" : " https://raw.githubusercontent.com/coderoad/fcc-learn-npm/master/coderoad-config.json"
11+ }
12+ ]
You can’t perform that action at this time.
0 commit comments