We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d90f1 commit 9bbda04Copy full SHA for 9bbda04
build/prepare.js
@@ -32,7 +32,8 @@ async function downloadDepends() {
32
`${config.newLanguageServerUrl}/${config.newLanguageServerVersion}/${args[2]}`,
33
`temp/${args[2]}`
34
),
35
- downloadTo(`${newLanguageServerSchemaUrl}`, schemaPath),
+ // revert wrong url and path
36
+ // downloadTo(`${newLanguageServerSchemaUrl}`, schemaPath),
37
]);
38
}
39
0 commit comments