Merge pull request #3578 from PmcFizz/fix-example

fix: fix hover example
pull/3581/head
Henning Dieterichs 2 years ago committed by GitHub
commit ce0b1b9788
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,7 +2,7 @@ monaco.languages.register({ id: "mySpecialLanguage" });
monaco.languages.registerHoverProvider("mySpecialLanguage", {
provideHover: function (model, position) {
return xhr("../playground.html").then(function (res) {
return xhr("./playground.html").then(function (res) {
return {
range: new monaco.Range(
1,

Loading…
Cancel
Save