Skip to content

Commit

Permalink
(docs) add short setup instructions to top of docs
Browse files Browse the repository at this point in the history
That hopefully will avoid some initial confusions/mistakes.
  • Loading branch information
dummdidumm authored May 22, 2020
1 parent 280b370 commit 9593987
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/svelte-vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Provides syntax highlighting and rich intellisense for Svelte components in VS Code, utilising the [svelte language server](../language-server).

## Setup

Do you want to use Typescript/SCSS/Less/..? See [Using with preprocessors](using-with-preprocessors).

If you added `"files.associations": {"*.svelte": "html" }` to your VSCode settings, remove it.

## Features

- Svelte
Expand Down

0 comments on commit 9593987

Please sign in to comment.