diff --git a/.vscode/settings.json b/.vscode/settings.json index e9a45eb7..2d9ffa04 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,9 +2,24 @@ "[astro]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, + "[markdown]": { + "editor.lineNumbers": "off", + "editor.wordWrap": "bounded", + "editor.wordWrapColumn": 100 + }, + "cSpell.diagnosticLevel": "Information", + "editor.quickSuggestions": { + "strings": true + }, "files.associations": { "*.css": "tailwindcss" }, + "github.copilot.enable": { + "*": true, + "markdown": false, + "plaintext": false, + "scminput": false + }, "markdown.copyFiles.destination": { "/src/content/blog/**/*": "/src/assets/${fileName}" },