add vs code config

This commit is contained in:
Plailect 2017-02-26 17:19:06 -05:00
parent bcab9d30dd
commit cbfd6bf792

4
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,4 @@
// Place your settings in this file to overwrite default and user settings.
{
"files.associations": {"*.txt": "markdown"}
}