-
|
I've encountered a problem in the latest version of the extension and have exhausted all possible solutions I could think of, yet the problem persists. Below is the error information: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
It failed to download necessary resources for the language server to function. Is Try using another data source by creating a {
"env": {
"env": "jsDelivr"
}
} |
Beta Was this translation helpful? Give feedback.
-
|
info.log Any other way to solve this? QwQ |
Beta Was this translation helpful? Give feedback.

It failed to download necessary resources for the language server to function. Is
raw.githubusercontent.comblocked in your country?Try using another data source by creating a
spyglass.jsonfile at the root of your workspace:{ "env": { "env": "jsDelivr" } }