-
Notifications
You must be signed in to change notification settings - Fork 11
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
Strange behavior while moving code using built-in indentation rules in VS Code #319
Comments
Merged
mark-wiemer
added
the
pre-release
affects the most recent prerelease, not the stable release
label
Jan 18, 2023
Merged
Hey, this may be related to the comments. I'm not able to repro the issue with this snippet, are you? var
foo() {
if expression
code
code
if (expression)
code
if (expression) {
code
}
} |
mark-wiemer
removed
the
pre-release
affects the most recent prerelease, not the stable release
label
Jan 29, 2023
Now I see strange behavior in both directions :) Initial (move
|
kyklish
changed the title
Strange behavior while moving code UP using built-in indentation rules in VS Code
Strange behavior while moving code using built-in indentation rules in VS Code
Jan 30, 2023
Closing this as very low impact, I see the same behavior with JS/TS but a quick format resolves the issue :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Strange behavior while moving code using built-in indentation rules in VS Code
.\language\ahk.configuration.json
parameterindentNextLinePattern
.Possible wrong state while moving
var
if (expr) var code
The text was updated successfully, but these errors were encountered: