Skip to content

Commit

Permalink
docs: add link to recommended settings from Setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wkillerud committed Aug 14, 2022
1 parent 3e15e93 commit affbda6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ Visit the [release section on GitHub](https://github.com/wkillerud/vscode-scss/r

Search for Some Sass (`SomewhatStationery.some-sass`) from the extension installer within VS Code or install from [the Marketplace](https://marketplace.visualstudio.com/items?itemName=SomewhatStationery.some-sass).

If you have SCSS IntelliSense (`mrmlnc.vscode-scss`) installed you should disable or uninstall it. Otherwise the two extensions will both provide hover information and code suggestions.
See [Recommended settings](#recommended-settings-for-visual-studio-code) for some tips on how to tweak code suggestions to your liking.

Note that if you have SCSS IntelliSense (`mrmlnc.vscode-scss`) installed you should disable or uninstall it. Otherwise the two extensions will both provide hover information and code suggestions.

## Usage

Expand Down Expand Up @@ -166,7 +168,6 @@ Depending on your project size, you may want to tweak this setting to control ho
- JSON key: `somesass.scannerDepth`.
- Default: `30`.


#### Stop scanner from following links

`@deprecated`
Expand All @@ -178,7 +179,6 @@ after `@import` becomes CSS-only.
- JSON key: `somesass.scanImportedFiles`.
- Default: `true`.


## What this extension does _not_ do

- Formating. Consider using [Prettier](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) if you want automatic formating.
Expand Down

0 comments on commit affbda6

Please sign in to comment.