mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
Update html-language-features documentation and tasks to yarn
This commit is contained in:
@@ -27,6 +27,6 @@
|
||||
"install-service-local": "yarn link vscode-css-languageservice && yarn link vscode-html-languageservice",
|
||||
"install-server-next": "yarn add vscode-languageserver@next",
|
||||
"install-server-local": "yarn link vscode-languageserver",
|
||||
"test": "npm run compile && node ./test/index.js"
|
||||
"test": "yarn compile && node ./test/index.js"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user