Random changes

This commit is contained in:
John Doty 2021-08-16 16:32:31 -07:00
parent f1a4519507
commit 90772c2c0b
6 changed files with 650 additions and 33 deletions

View file

@ -57,24 +57,13 @@
"fb.ms-remote-connections.hosts": [
{
"hostname": "our.doty.sb.facebook.com",
"folders": [
"/data/users/doty/configerator/",
"/data/users/doty/configerator-dsi/",
"/data/users/doty/configerator-hg/",
"/data/users/doty/configerator-puma/",
"/data/users/doty/databee/",
"/data/users/doty/dataswarm-git/",
"/data/users/doty/dataswarm-hg/",
"/data/users/doty/fbsource/",
"/data/users/doty/jepsen/",
"/data/users/doty/mysql-schemas/",
"/data/users/doty/opsfiles-hg/",
"/data/users/doty/www-hg/",
"/data/users/doty/www/"
]
"folders": []
}
],
"terminal.integrated.shell.linux": "/usr/bin/fish",
"workbench.colorTheme": "Monokai",
"editor.suggestSelection": "first"
"editor.suggestSelection": "first",
"files.associations": {
"*.gadget": "thrift"
}
}