Skip to content

Commit

Permalink
fix: update readme how to disable default autocomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris authored and Chris committed Jun 5, 2020
1 parent 90cc79a commit c7fd6af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7fd6af

Please sign in to comment.