You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is rather an issue or I might be doing something wrong. I am facing issue of the sources with resources not getting updated in the bin folder that is generated for launch or debug. I am using the feature introduced by #412 :
I have a resource and a src folder in the project root:
I load the fxml with getClass().getResource("fxml/App.fxml") but all the resources are only updated when I first launch the project after reloading vscode. Is this ideal? Or is there any other better way for resource management with this extension.
Thanks for your brilliant work with the extension :)
The text was updated successfully, but these errors were encountered:
This is rather an issue or I might be doing something wrong. I am facing issue of the sources with resources not getting updated in the bin folder that is generated for launch or debug. I am using the feature introduced by #412 :
I have a resource and a src folder in the project root:
I load the fxml with
getClass().getResource("fxml/App.fxml")
but all the resources are only updated when I first launch the project after reloading vscode. Is this ideal? Or is there any other better way for resource management with this extension.Thanks for your brilliant work with the extension :)
The text was updated successfully, but these errors were encountered: