built app doesnt change after modifying code #62

Open
opened 2025-05-04 08:28:54 +02:00 by gnomeeee · 3 comments

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

  1. open vscode
  2. run project
  3. built app appear normal
  4. modify code
  5. built app still at it original state
  6. restart vscode
  7. build and run app
  8. runs on modified state

Expected behavior

when i modify code and run project, i expect to see new changes to built program

Additional context

No response

### 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 1. open vscode 2. run project 3. built app appear normal 4. modify code 5. built app still at it original state 6. restart vscode 7. build and run app 8. runs on modified state ### Expected behavior when i modify code and run project, i expect to see new changes to built program ### Additional context _No response_
gnomeeee added the
bug
label 2025-05-04 08:28:54 +02:00
Author

Oh i forgot to mention that this issue also happen with vscode flatpak

Oh i forgot to mention that this issue also happen with vscode flatpak
Owner

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.

Do you run the app using Swift directly, Docker, or using the [Flatpak Extension for VS Code](https://marketplace.visualstudio.com/items?itemName=bilelmoussaoui.flatpak-vscode)? You could maybe try one of the other options to see whether this works.
Author
  1. I tried the flatpak extension first, which is the tool I used above to build the app (which resulted on problem above)
  2. I tried installing swift through Linuxbrew, but brew’s swift version is old for this project
  3. i don’t know how to use docker, I got a pop up saying you can install dev container extenstion(?) so I installed but it says my docker version is old, while the version installed is newer than one specified

Thanks!

1. I tried the flatpak extension first, which is the tool I used above to build the app (which resulted on problem above) 2. I tried installing swift through Linuxbrew, but brew’s swift version is old for this project 3. i don’t know how to use docker, I got a pop up saying you can install dev container extenstion(?) so I installed but it says my docker version is old, while the version installed is newer than one specified Thanks!
Sign in to join this conversation.
No Milestone
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aparoksha/adwaita-swift#62
No description provided.