VSCode
https://gyazo.com/ec9fb9efd6ac72edcae4b97e23e8b34f
Visual Studio Code
Settings
.vscode/settings.jsonにconfigを記載することができる
code:settings.json
{
"git.ignoreLimitWarning": true,
"python.pythonPath": "/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python",
"markdownlint.config": {
"MD033": false
}
}
拡張機能
markdownlint
Reference
拡張機能