SDK with VSCode. Is it possible?

funk101

Member
Joined
Nov 19, 2023
Posts
11
Likes
0
I'd prefer to use VSCode for developing for MotiveWave rather than Eclipse. Can someone point me in a direction in getting this setup please?
 

ruah

New member
Joined
Dec 14, 2023
Posts
3
Likes
9
I use VS Code with dev containers. Here you can find my Dockerfile plus instructions on how to build and use the environment.


If you don't want to use dev containers, all you need to do is to set up ANT (you could perform the same actions I do in the Dockerfile) on your native system, and then just execute the "ant" command from the build directory.
 

Spin

Well-known member
Joined
May 22, 2019
Posts
480
Likes
192
I use VS Code with dev containers. Here you can find my Dockerfile plus instructions on how to build and use the environment.


If you don't want to use dev containers, all you need to do is to set up ANT (you could perform the same actions I do in the Dockerfile) on your native system, and then just execute the "ant" command from the build directory.
What a great resource !!! 😄


Many thanks for putting all that togehter, @ruah !!!
I am sure your clear instructions will help many aspiring MW-coders !
👍👍👍
 
Last edited:
Top