shigma / vscode-wl

Wolfram Language support for Visual Studio Code.
MIT License
49 stars 4 forks source link

A very basic issue: how to make it run in VS Code? #15

Open AlexanderZ11234 opened 4 years ago

AlexanderZ11234 commented 4 years ago

E.g. Print["Hello World!"]

asukaminato0721 commented 4 years ago

In fact, this is a syntax highlighting plugin. If you want to run, please use the plugin Code Runner. More details: https://zhuanlan.zhihu.com/p/102176115

AlexanderZ11234 commented 4 years ago

In fact, this is a syntax highlighting plugin. If you want to run, please use the plugin Code Runner. More details: https://zhuanlan.zhihu.com/p/102176115

Thanks very much! It works.