init: add vscode&MT settings

This commit is contained in:
2019-12-21 09:37:51 +08:00
commit 18b0173954
2 changed files with 111 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
{
"workbench.activityBar.visible": false,
"files.autoSave": "onWindowChange",
"editor.fontFamily": "'Fira Code', '等距更纱黑体 SC', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true
}