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

jest.fileTest is not listed in commands #16

Closed
gera2ld opened this issue Mar 22, 2021 · 0 comments · Fixed by #18
Closed

jest.fileTest is not listed in commands #16

gera2ld opened this issue Mar 22, 2021 · 0 comments · Fixed by #18

Comments

@gera2ld
Copy link
Contributor

gera2ld commented Mar 22, 2021

jest.fileTest is not listed in command list but it can be used with CocCommand jest.fileTest. However we cannot get it in auto completion when typing CocCommand jest..
I see there is an interal flag for the command but is there any reason why this command is hidden?

subscriptions.push(commands.registerCommand("jest.fileTest", runFile, null, true))

Even though it is marked as internal, the README recommends to use it to create key mappings. Is it possible to remove the internal flag for it?

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

Successfully merging a pull request may close this issue.

1 participant