add vs code config

This commit is contained in:
Plailect 2017-02-26 17:19:06 -05:00 committed by Plailect
parent b84607ca4d
commit 9c83093048
No known key found for this signature in database
GPG key ID: F8A415C5EA602A41

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"}
}