-
Notifications
You must be signed in to change notification settings - Fork 29
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
Wire extension to show exp run
in Ctrl-F5?
#657
Comments
The F5 and ^F5 menus are interfaces specifically for debuggers (even though ^f5 says "without debuggers", it refers to running a debugger command without hooking into the debugger). Generic external commands that don't involve debuggers like |
I think we could actually load up Unfortunately, it will involve switching how we run |
After playing around with a debugger-based Also, the stop functionality of the debugger UI stops with a signal DVC doesn't play nice with- either I think there's too much stopping us from actually taking advantage of this API, but if we can work around the issues (particularly the stop signal issue) then it could be a viable path for the future. Here's a video showing off what I tried out, both with success and the rwlock issue at the end: debugger-exp-show-demo.mp4 |
The idea we discussed is also to see how Jupiter integrates with VS Code and its actions. |
We might revisit this in the future but for now we are going to park this. |
When you click ^F5, or in my case I can "play" it from the keyboard, I would expect to see a possibility or even run automatically.
Question: how this thing is organized? Can we control it?
The text was updated successfully, but these errors were encountered: