sprotty-vscode
Advanced tools
Comparing version 0.0.25 to 0.0.26
@@ -94,3 +94,3 @@ "use strict"; | ||
SprottyWebview.prototype.getWebViewContent = function () { | ||
return "\n <!DOCTYPE html>\n <html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, height=device-height\">\n <title>" + this.title + "</title>\n <link\n rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.6.3/css/all.css\"\n integrity=\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\"\n crossorigin=\"anonymous\">\n </head>\n <body>\n <div id=\"" + this.diagramIdentifier.clientId + "\" style=\"height: 100%;\"></div>\n <script src=\"" + this.extension.resourceUri(this.scriptPath).toString() + "\"></script>\n </body>\n </html>"; | ||
return "\n <!DOCTYPE html>\n <html lang=\"en\">\n <head>\n <meta charset=\"UTF-8\">\n <meta name=\"viewport\" content=\"width=device-width, height=device-height\">\n <title>" + this.title + "</title>\n <link\n rel=\"stylesheet\" href=\"https://use.fontawesome.com/releases/v5.6.3/css/all.css\"\n integrity=\"sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/\"\n crossorigin=\"anonymous\">\n </head>\n <body>\n <div id=\"" + this.diagramIdentifier.clientId + "_container\" style=\"height: 100%;\"></div>\n <script src=\"" + this.extension.resourceUri(this.scriptPath).toString() + "\"></script>\n </body>\n </html>"; | ||
}; | ||
@@ -97,0 +97,0 @@ SprottyWebview.prototype.connect = function () { |
{ | ||
"name": "sprotty-vscode", | ||
"version": "0.0.25", | ||
"version": "0.0.26", | ||
"displayName": "Sprotty VSCode Integration", | ||
@@ -64,3 +64,3 @@ "description": "Glue code to integrate Sprotty diagrams in VSCode extensions (extension part)", | ||
}, | ||
"gitHead": "99132778720736ee312df31a76df741ab0c4c082" | ||
"gitHead": "9004a515f145e6665051f82b3f125e3944612225" | ||
} |
@@ -105,3 +105,3 @@ /******************************************************************************** | ||
<body> | ||
<div id="${this.diagramIdentifier.clientId}" style="height: 100%;"></div> | ||
<div id="${this.diagramIdentifier.clientId}_container" style="height: 100%;"></div> | ||
<script src="${this.extension.resourceUri(this.scriptPath).toString()}"></script> | ||
@@ -108,0 +108,0 @@ </body> |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
144279