Extract the JavaFX's folder to a directory of your choose. You'll need to use
the path of lib/ folder;
Create a JavaFX project
Press CTRL + SHIFT + P and type javafx, choose the option to create a javaFX project;
If is your first time after installed this extension, will ask you to tell the javaFX's
lib folder. Don't worry, you will only set the JavaFX directory once.
Now you'll need to choose the project's root, where the project will be saved;
Now you just need to tell the project's name;
The Visual Studio Code will open your project. Now press F5 to run the 'hello world`
example.