We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab362c commit 0c8929cCopy full SHA for 0c8929c
main.js
@@ -41,7 +41,7 @@
41
42
async init() {
43
console.log("LiveServerPlugin initialized!");
44
- acode.addIcon('liveserver', '${this.baseUrl}icon.png');
+ acode.addIcon('liveserver', `${this.baseUrl}icon.png`);
45
// settings.update({
46
// "Live-Server":{
47
// "status": true,
0 commit comments