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

Regex disabled when disabling output on Notebook Find Widget #177725

Open
andreamah opened this issue Mar 20, 2023 · 0 comments
Open

Regex disabled when disabling output on Notebook Find Widget #177725

andreamah opened this issue Mar 20, 2023 · 0 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug notebook-find

Comments

@andreamah
Copy link
Contributor

image

Although we're not searching in the webview, regex is disabled.

Also, I can toggle regex when output is enabled- I'm not too sure if this is as intended, since I don't think we have support for regex search in outputs

readonly options: { wholeWord?: boolean; caseSensitive?: boolean; includeMarkup: boolean; includeOutput: boolean; shouldGetSearchPreviewInfo: boolean };

image

@rebornix rebornix added bug Issue identified by VS Code Team member as probable bug notebook-find labels Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug notebook-find
Projects
None yet
Development

No branches or pull requests

2 participants