Thad House
Thad House
We use a button, not a link, and handle opening on the vscode side not the webview side. The extension API abstracts that away.
There definitely will not be time to make a change like this for the season. We can look into it next summer, however because the formatting for the templates are...
There are some issues with having a space in the project path, so can you try creating a new project in a directory that does not have spaces in it?...
Weird, I've never seen that error before. Can you open a terminal (Ctrl + ~) and run `./gradlew generateVsCode` and see if that works?
Ok, it's starting cmd not powershell. Try just `gradlew generateVsCode`
Ok. Do you have Java installed on your system? The build system requires it.
If you do, you need to make sure you have JAVA_HOME set correctly. https://javatutorial.net/set-java-home-windows-10 Here are some instructions how to do this.
Did you restart vs code after fixing those things?
That's very odd. I've never seen that error before. What version of VS Code? Also, can you open the developer tools `help -> Toggle Developer Tools` and cause the error...
Is that all thats there, that 1 line? There should be a lot more. Otherwise I'm at a loss of whats happening.