diff --git a/settings.json b/settings.json index cf5a38d..4651bda 100644 --- a/settings.json +++ b/settings.json @@ -86,6 +86,7 @@ "window.menuBarVisibility": "compact", "diffEditor.ignoreTrimWhitespace": false, "files.maxMemoryForLargeFilesMB": 8192, - "json.maxItemsComputed": 50000 + "json.maxItemsComputed": 50000, + "editor.cursorBlinking": "solid", }