Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Visual Studio Code support? #46

Closed
markst opened this issue May 31, 2022 · 5 comments
Closed

Visual Studio Code support? #46

markst opened this issue May 31, 2022 · 5 comments

Comments

@markst
Copy link

markst commented May 31, 2022

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:

vscode-hotreload

@markst
Copy link
Author

markst commented May 31, 2022

@markst
Copy link
Author

markst commented May 31, 2022

I have a fork here for those interested: https://github.com/markst/SwiftUI-Kit/tree/feature/vscode

@markst
Copy link
Author

markst commented May 31, 2022

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

@markst
Copy link
Author

markst commented May 31, 2022

Oops this is only relevant to @johnno1962's fork

@markst markst closed this as completed May 31, 2022
@johnno1962
Copy link

johnno1962 commented May 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants