From c7fd6af7c850a430e82823cfce260a0e2736895f Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 5 Jun 2020 17:32:03 +0200 Subject: [PATCH] fix: update readme how to disable default autocomplete --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25ce521..5f1da84 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ In the command palette (cmd-shift-p) select Install Extension and choose Path In To use Path Intellisense instead of the default autocompletion, the following configuration option must be added to your settings: ```javascript -{ "typescript.quickSuggestionsForPaths": false } +{ "typescript.suggest.paths": false } ``` ## Usage