built app doesnt change after modifying code #62
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the bug
When i run the project in vscode, it runs normally. but when i modify any code the app doesnt change unless i restart vscode.
(vscode from package manager using flatpak and swift extensions)
To Reproduce
Expected behavior
when i modify code and run project, i expect to see new changes to built program
Additional context
No response
Oh i forgot to mention that this issue also happen with vscode flatpak
Do you run the app using Swift directly, Docker, or using the Flatpak Extension for VS Code? You could maybe try one of the other options to see whether this works.
Thanks!