We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
meson.build
Describe the bug Code formatting duplicates last line of meson.build with VS Code 'Format On Save' on.
To Reproduce Steps to reproduce the behavior:
project('test', 'c') subdir('lib')
sources = [ 'source.c' ]
Expected behavior The 'meson.build' files should not be changed because they are well formatted.
Screenshots/Screencasts In this video, everytime the code was changed without editing is because "Command+s" ("save" on macOS) pressed.
System info
Additional context muon is not installed thus the formatter should be mesonlsp integrated. Also, by disabling mesonlsp will solve the problem.
The text was updated successfully, but these errors were encountered:
8cd0703
Should be fixed and in the next release.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Code formatting duplicates last line of
meson.build
with VS Code 'Format On Save' on.To Reproduce
Steps to reproduce the behavior:
meson.build
file into.meson.build
file into.Expected behavior
The 'meson.build' files should not be changed because they are well formatted.
Screenshots/Screencasts
In this video, everytime the code was changed without editing is because "Command+s" ("save" on macOS) pressed.
Screen.Recording.2024-06-23.at.04.33.18.mov
Screen.Recording.2024-06-23.at.04.40.09.mov
System info
Additional context
muon is not installed thus the formatter should be mesonlsp integrated. Also, by disabling mesonlsp will solve the problem.
The text was updated successfully, but these errors were encountered: