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

ExcludeFromRunAll setting prevents cell being executed #1271

Open
degrammer opened this issue Apr 12, 2024 · 0 comments
Open

ExcludeFromRunAll setting prevents cell being executed #1271

degrammer opened this issue Apr 12, 2024 · 0 comments

Comments

@degrammer
Copy link
Contributor

degrammer commented Apr 12, 2024

If this setting is enabled, it prevents the cell being executed.

Image

The problem resides at the controller executeHandler function, it seems the logic is not taking into account the context of the execution (Run all vs Run specific cell) since the same execution context is bound to that function, see more at https://github.com/stateful/vscode-runme/blob/main/src/extension/kernel.ts#L489

@degrammer degrammer self-assigned this Apr 12, 2024
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

1 participant