Skip to content

Commit

Permalink
docs: fix invalid vscode's setting file name (#1137)
Browse files Browse the repository at this point in the history
  • Loading branch information
lamualfa committed Jun 22, 2022
1 parent 7aa2f3b commit 979b693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/README.md
Expand Up @@ -22,7 +22,7 @@

## Config

By default the extension will search for the config files under project root. When there is no config found, the extension will be disabled. To work with monorepo, you need to change the `unocss.root` option in your `setting.json` to the directory that contains the config file.
By default the extension will search for the config files under project root. When there is no config found, the extension will be disabled. To work with monorepo, you need to change the `unocss.root` option in your `settings.json` to the directory that contains the config file.

```javascript
{
Expand Down

0 comments on commit 979b693

Please sign in to comment.