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

Sometimes the command freezes for a short time #55

Open
stopdesign opened this issue May 23, 2022 · 0 comments
Open

Sometimes the command freezes for a short time #55

stopdesign opened this issue May 23, 2022 · 0 comments

Comments

@stopdesign
Copy link

Sometimes (one time out of five maybe) it freezes for about 500-1000 ms before the command starts working.
During this time I can move the cursor and type normally. So the desired effect could apply to the different lines.

This is the command config I use:

    {
        "key": "cmd+/",
        "command": "extension.multiCommand.execute",
        "args": {
          "sequence": [
            "editor.action.commentLine",
            "cursorDown"
          ]
        },
        "when": "editorTextFocus"
    },

When I press the hotkey twice it looks like the commands in the two sequences are mixed:

  1. sequence-1.command-1
  2. sequence-2.command-1
  3. sequence-1.command-2
  4. sequence-2.command-2

I can reproduce the issue with other commands (one command in the sequence as well).
The same commands work fine when I use them directly.

I had the same (seemingly) issue with "Python Indent" (KevinRose.vsc-python-indent) so I disabled 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

No branches or pull requests

1 participant