I'm looking to develop a VSCode extension with Vue utilizing the VSCode webview. However, when attempting to import the compiled index.html into my extension, I consistently receive a prompt to enable JavaScript. Is there a solution for integrating Vue into a VSCode extension or enabling JavaScript within the VSCode environment? Appreciate any guidance!