mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
update css-lsservice
This commit is contained in:
parent
aeab384123
commit
b445fa011e
5 changed files with 43 additions and 16 deletions
|
|
@ -42,6 +42,10 @@ function bundleOne(moduleId, exclude) {
|
|||
name: 'vscode-languageserver-types',
|
||||
location: path.join(REPO_ROOT, 'node_modules/vscode-languageserver-types/lib/umd'),
|
||||
main: 'main'
|
||||
}, {
|
||||
name: 'vscode-languageserver-textdocument',
|
||||
location: path.join(REPO_ROOT, 'node_modules/vscode-languageserver-textdocument/lib/umd'),
|
||||
main: 'main'
|
||||
}, {
|
||||
name: 'vscode-uri',
|
||||
location: path.join(REPO_ROOT, 'node_modules/vscode-uri/lib/umd'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue