From 19a113ab020995f4c4b7b0cac99ff6156009d8de Mon Sep 17 00:00:00 2001 From: Riccardo Ferretti Date: Thu, 7 Apr 2022 15:17:16 +0200 Subject: [PATCH] updated settings --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9709fc7..d497abc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,7 +22,4 @@ "pasteImage.path": "${projectRoot}/attachments", "pasteImage.showFilePathConfirmInputBox": true, "prettier.singleQuote": false, - "spellright.notificationClass": "warning", - "vscodeMarkdownNotes.noteCompletionConvention": "noExtension", - "vscodeMarkdownNotes.slugifyMethod": "github-slugger", }