Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update VScode instructions #293

Merged
merged 1 commit into from
Oct 10, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1088,7 +1088,7 @@ <h4>Autocomplete</h4>
<ol>
<li>
VScode has an intellisense feature which you can tap into,
by passing the path to the <code>node_modules</code> folder when
by passing the path to the <code>node_modules</code> folder where
open-props is installed
</li>
<li>
Expand Down Expand Up @@ -1123,7 +1123,7 @@ <h4>Autocomplete</h4>

// add support for autocomplete in JS or JS like files
"cssvar.extensions": [
"css", "html", "jsx", "tsx"
"css", "jsx", "tsx"
]
}
</code></pre>
Expand Down