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

Text expansions are doubled #607

Open
johnw42 opened this issue Sep 25, 2024 · 2 comments
Open

Text expansions are doubled #607

johnw42 opened this issue Sep 25, 2024 · 2 comments

Comments

@johnw42
Copy link

johnw42 commented Sep 25, 2024

It's easiest to explain with an example. Open a new .ahk file and type this in:

::a::aaa
::b::bbb

Then save the file. The contents look like this now:

::a::aaa
::b::bbbbbb

This only happens for lines added since the file was opened.

Found in version 2.5.2

@PythonYunfei
Copy link

PythonYunfei commented Sep 27, 2024

It's easiest to explain with an example. Open a new .ahk file and type this in:

::a::aaa
::b::bbb

Then save the file. The contents look like this now:

::a::aaa
::b::bbbbbb

This only happens for lines added since the file was opened.

Found in version 2.5.2

I've tested it. This doesn't happen on my computer.

@thqby
Copy link
Owner

thqby commented Sep 28, 2024

The issue cannot be reproduced. You can try again after restarting vscode.

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

3 participants