Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

38 lines (32 loc) · 1.63 KB

Visual Studio Code

My editor of choice to edit markdown, csproj... files.

Configuration

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

Extensions