My editor of choice to edit markdown
, csproj
... files.
{
"csharp.suppressDotnetRestoreNotification": true, // Disable the "restore missing dependencies" notification
"editor.minimap.enabled": false, // Disable the Sublime minimap
"editor.renderControlCharacters": true,
"editor.renderWhitespace": "all",
"explorer.confirmDelete": false, // Because who needs confirmation?
"html.format.enable": false, // Because not even Chuck Norris can format HTML
"php.validate.enable": false, // If you're just browsing PHP files
"powershell.integratedConsole.showOnStartup": false
}