I have tried using PyDev Extension for VS Code. I intend to use vs code for Jython. However, I get this
from java.util import Date
Date shows unresolved error in Vs code. Can any one guide me how can Jython be setup in Vs Code?
I have tried using PyDev Extension for VS Code. I intend to use vs code for Jython. However, I get this
from java.util import Date
Date shows unresolved error in Vs code. Can any one guide me how can Jython be setup in Vs Code?
I wasn't able to directly set Jython as the language in VS Code, but I got the file to run in Jython by entering jython in the VS Code terminal followed by the name of the file.
© 2022 - 2024 — McMap. All rights reserved.