Update CSS Language Features extension README.

This commit is contained in:
Connor Shea
2018-06-06 16:34:49 -06:00
parent 3f21188dda
commit f06c50954a

View File

@@ -4,10 +4,12 @@ This extension offers CSS/SCSS/Less support in VS Code.
## Development
- `yarn`
- `yarn` at `/server`
- Run the `Launch Extension` debug target in the Debug View
- Run `Reload Window` command in the launched instance to reload the extension
- Clone the `vscode` repository
- Open the `extensions/css-language-features/` directory in VS Code.
- Run `yarn` in `css-language-features/`.
- Run `yarn` in `css-language-features/server/`.
- Run the `Launch Extension` debug target in the Debug View.
- Run `Reload Window` command in the launched instance to reload the extension.
### Try vscode-css-languageservice
@@ -15,7 +17,7 @@ This extension offers CSS/SCSS/Less support in VS Code.
If you want to fix CSS/SCSS/Less issues or make improvements, you can:
- Clone `vscode-css-languageservice` and compile it
- Run `npm link` in `vscode-css-languageservice`
- In extension, run `npm link vscode-css-languageservice` in `/server`
- Now when you run `Launch Extension`, the launched instance will use your version of `vscode-css-languageservice`.
- Clone `vscode-css-languageservice` and compile it with `npm compile`.
- Run `npm link` in `vscode-css-languageservice`.
- In `css-language-features/server/`, run `npm link vscode-css-languageservice`.
- Now when you run `Launch Extension`, the launched instance will use your version of `vscode-css-languageservice`.