Skip to content

Commit

Permalink
fix(.vscode): add terminal bash setting (#95)
Browse files Browse the repository at this point in the history
* fix(.vscode): add terminal bash setting

* increase conf version to 0.1.4
  • Loading branch information
ShaunSHamilton authored May 1, 2023
1 parent c1ef015 commit bf76fff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,6 @@
"args": ["--init-file", "./bash/sourcerer.sh"]
}
},
"terminal.integrated.defaultProfile.linux": "bash",
"workbench.colorTheme": "freeCodeCamp Dark Theme"
}
2 changes: 1 addition & 1 deletion freecodecamp.conf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"path": ".",
"version": "0.1.3",
"version": "0.1.4",
"scripts": {
"develop-course": "NODE_ENV=development node ./node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/server.js",
"run-course": "NODE_ENV=production node ./node_modules/@freecodecamp/freecodecamp-os/.freeCodeCamp/tooling/server.js",
Expand Down

0 comments on commit bf76fff

Please sign in to comment.