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

recently,it is repeated for each character entered #15

Open
netmou opened this issue Mar 28, 2023 · 5 comments
Open

recently,it is repeated for each character entered #15

netmou opened this issue Mar 28, 2023 · 5 comments

Comments

@netmou
Copy link

netmou commented Mar 28, 2023

image

@yusisc
Copy link

yusisc commented Apr 5, 2023

I encountered with the same issue. I found the reason is that vs code get an unexpected value for the variable replaceSelection in function function perform(initial, editor, options, undoStop) .
Forcing replaceSelection to be true, I get what I want.

MY final solution is giving a corresponding setting in my settings.json file.

{
    // the other settings
    "sequence": {
        "replaceSelection": true,
    }
}

2023-04-05_150716

@AgoN-jorrvaskr
Copy link

why it is Unknown Configuration Setting?
image

@ndesgranges
Copy link

ndesgranges commented Apr 25, 2023

@AgoN-jorrvaskr

The actual setting in my version is:
"sequence.replaceSelection": true

@i-j-i
Copy link

i-j-i commented May 1, 2023

Sounds like a Visual Studio Code version issue.

For the time being, it seems that it can be avoided by setting sequence.replaceSelection to true from the settings.

image

This setting seems to have been added in #1.

image

It seems to be a setting that exists to match the feeling of use with sequential-number of the Atom editor.

@kiinoo
Copy link

kiinoo commented Nov 3, 2023

nice

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

6 participants