From 31ddbccc6a6e6a280bbeb94ee2ffeb181403a17d Mon Sep 17 00:00:00 2001 From: Carloluis Rodriguez Date: Wed, 15 Jan 2025 23:19:21 +0100 Subject: [PATCH] Update README.md: Fix Quick Example Config Make JSON Configuration valid --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7832a5825a7..44e46c5af09 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,7 @@ Below is an example of a [settings.json](https://code.visualstudio.com/Docs/cust "": false, "": false }, - - "// To improve performance", + // To improve performance "extensions.experimental.affinity": { "vscodevim.vim": 1 }