Closed markst closed 2 years ago
I have a fork here for those interested: https://github.com/markst/SwiftUI-Kit/tree/feature/vscode
What I can't seem to get working is the start_daemon
task to launch injectiond
on build:
https://github.com/markst/SwiftUI-Kit/blob/feature/vscode/.vscode/tasks.json#L32
Oops this is only relevant to @johnno1962's fork
It should work with any editor as it uses a file watcher. You shouldn't need to run the daemon script any more unless you are injecting on a device.
In VSCode using 'iOS Debug' it's possible to build & debug iOS Simulator applications. https://marketplace.visualstudio.com/items?itemName=nisargjhaveri.ios-debug
I'm wondering whether there might be interest in using VSCode to hot reload: