VSCodeのデフォルト言語を変更する
#vscode
いっつも
ini
になるので、
markdown
にしてやった😤
code:settings.json
{
"files.defaultLanguage": "markdown"
}