mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 05:50:11 +01:00
Avoid loading the entire language service on the main thread code
This commit is contained in:
parent
9eba6e70b8
commit
a6ebcecf27
6 changed files with 241 additions and 249 deletions
|
|
@ -939,7 +939,10 @@ const generateTestSamplesTask = function () {
|
|||
'</body>',
|
||||
'</html>'
|
||||
];
|
||||
fs.writeFileSync(path.join(__dirname, 'monaco-editor/test/playground.generated/index.html'), index.join('\n'));
|
||||
fs.writeFileSync(
|
||||
path.join(__dirname, 'monaco-editor/test/playground.generated/index.html'),
|
||||
index.join('\n')
|
||||
);
|
||||
};
|
||||
|
||||
function createSimpleServer(rootDir, port) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue