wurstscript / wurst4vscode

Wurst extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=peterzeller.wurst
Apache License 2.0
24 stars 2 forks source link

There is no runmap command #52

Closed Alexander-Alekseev closed 5 years ago

Alexander-Alekseev commented 5 years ago

I did use Wurst one year ago and everything was okay. Today I wanted to install it again and I faced with the problem that there is no runmap command in VS Code.

image

I have a clean installation literally of everything:

My steps after creating a new project (as I mentioned above I tried both GUI and command line tools to create a new project):

Logs attached. compiler.log languageServer.log setup.log

Frotty commented 5 years ago

Ctrl+Shift+B;

That's wrong, the commands are not build tasks. You need to hit F1 or whatever key you have bound to "Show All Commands".

Alexander-Alekseev commented 5 years ago

Ah, thanks!

Frotty commented 5 years ago

You're welcome! If you enjoy wurst, consider leaving a star on our main repo https://github.com/wurstscript/WurstScript Cheers 🍻