未验证 提交 af86a4f5 编写于 作者: P Pine 提交者: GitHub

Merge pull request #51271 from connorshea/update-css-lang-features-readme

Update CSS Language Features extension README.
......@@ -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`.
\ No newline at end of file
- 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`.
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册