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
To run a Safe-DS program, holding the generated code in memory suffices. However, it would still be nice to request the manifestation of this code as files, e.g. to further modify the Python code or just for debugging. This should not require using the CLI.
Desired solution
Add a command to the extension to generate code. Open questions:
Should we only create code for a single file or all files in the workspace?
Where should the generated files we stored (in a single folder/next to the source files/configurable)?
Should we create source maps (yes/no/configurable)?
We might want to use tasks for this (instead of, say, commands).
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
To run a Safe-DS program, holding the generated code in memory suffices. However, it would still be nice to request the manifestation of this code as files, e.g. to further modify the Python code or just for debugging. This should not require using the CLI.
Desired solution
Add a command to the extension to generate code. Open questions:
We might want to use tasks for this (instead of, say, commands).
Possible alternatives (optional)
No response
Screenshots (optional)
No response
Additional Context (optional)
No response
The text was updated successfully, but these errors were encountered: