We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02be7cb commit 927fe62Copy full SHA for 927fe62
2 files changed
.bashrc
@@ -1047,8 +1047,7 @@ function releaseCommits() {
1047
}
1048
1049
function jgrep() {
1050
- # Run this to regenerate
1051
- # bundle exec rake routes > ~/dev/rake-routes
+ #bundle exec rake routes > ~/dev/rake-routes
1052
cat ~/dev/rake-routes | grep "$1"
1053
1054
code/settings.json
@@ -1,6 +1,6 @@
1
// Place your settings in this file to overwrite the default settings
2
{
3
- "workbench.colorTheme": "Vibrant_Ink",
+ "workbench.colorTheme": "Visual Studio Light",
4
"eslint.enable": true,
5
"javascript.validate.enable": false,
6
"editor.rulers": [80],
0 commit comments