mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 11:08:51 +01:00
Update CSS Language Features extension README.
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user