fx-compat: Scaffold: Update Monaco

Now that we can. Quite a bit faster and more customizable.
This commit is contained in:
Abe Jellinek 2022-06-08 17:38:59 -05:00
parent e537018e71
commit 9a2e98360a
3 changed files with 10 additions and 10 deletions

View file

@ -342,7 +342,7 @@ var Scaffold = new function () {
});
}
return lenses;
return { lenses, dispose() {} };
},
resolveCodeLens: (_model, codeLens, _token) => codeLens
};
@ -503,7 +503,7 @@ var Scaffold = new function () {
});
}
return lenses;
return { lenses, dispose() {} };
},
resolveCodeLens: (_model, codeLens, _token) => codeLens
};

14
package-lock.json generated
View file

@ -12,7 +12,7 @@
"ace-builds": "^1.4.12",
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"monaco-editor": "^0.15.6",
"monaco-editor": "^0.33.0",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
@ -5166,9 +5166,9 @@
}
},
"node_modules/monaco-editor": {
"version": "0.15.6",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.15.6.tgz",
"integrity": "sha512-JoU9V9k6KqT9R9Tiw1RTU8ohZ+Xnf9DMg6Ktqqw5hILumwmq7xqa/KLXw513uTUsWbhtnHoSJYYR++u3pkyxJg=="
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz",
"integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw=="
},
"node_modules/ms": {
"version": "2.0.0",
@ -11339,9 +11339,9 @@
}
},
"monaco-editor": {
"version": "0.15.6",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.15.6.tgz",
"integrity": "sha512-JoU9V9k6KqT9R9Tiw1RTU8ohZ+Xnf9DMg6Ktqqw5hILumwmq7xqa/KLXw513uTUsWbhtnHoSJYYR++u3pkyxJg=="
"version": "0.33.0",
"resolved": "https://registry.npmjs.org/monaco-editor/-/monaco-editor-0.33.0.tgz",
"integrity": "sha512-VcRWPSLIUEgQJQIE0pVT8FcGBIgFoxz7jtqctE+IiCxWugD0DwgyQBcZBhdSrdMC84eumoqMZsGl2GTreOzwqw=="
},
"ms": {
"version": "2.0.0",

View file

@ -19,7 +19,7 @@
"ace-builds": "^1.4.12",
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"monaco-editor": "^0.15.6",
"monaco-editor": "^0.33.0",
"prop-types": "^15.8.0",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",