mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
update service & dependencies
This commit is contained in:
parent
f3afc1b721
commit
97beb02321
4 changed files with 50 additions and 34 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: 'jsonc-parser',
|
||||
location: path.join(REPO_ROOT, 'node_modules/jsonc-parser/lib/umd'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue