You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2024. It is now read-only.
I can attest (CodinGame/monaco-vscode-api#186) that since monaco-languageclient 6.3.0 and monaco-vscode-api 1.80.0 it is also necessary to be able to load the vscode wasm file, and some theme .json files too.
It might not seem like much, but I suggest at least updating the comment to indicate that those lines are now vitally important to be able to load vscode properly, as I had not included the lines in my webpack config, as they seemed to be for a problem I didn't have.
The text was updated successfully, but these errors were encountered:
@jhk-mjolner thanks for reporting. As said in the other issue help is appreciated.
Otherwise, I am planning to update this with next larger update cycle.
@jhk-mjolner I will see what's needed when I get to it. 😆 What you found is already very helpful and will help me fix things when updating the deps/config here. I will include any helpful links directly the config.
In the example webpack config there's a few lines that supposed fixes a 'ttf url loading issue':
monaco-languageclient-ng-example/custom-webpack.config.js
Lines 23 to 28 in fc63158
I can attest (CodinGame/monaco-vscode-api#186) that since monaco-languageclient 6.3.0 and monaco-vscode-api 1.80.0 it is also necessary to be able to load the vscode wasm file, and some theme .json files too.
It might not seem like much, but I suggest at least updating the comment to indicate that those lines are now vitally important to be able to load vscode properly, as I had not included the lines in my webpack config, as they seemed to be for a problem I didn't have.
The text was updated successfully, but these errors were encountered: