vscode-qt-for-python icon indicating copy to clipboard operation
vscode-qt-for-python copied to clipboard

[BUG] Formatter add additional new lines when line break is `CRLF`

Open Sun-ZhenXing opened this issue 2 years ago • 3 comments

image

How to reproduce: disable qmlls will result in this


PS: In addition, I have a few more questions:

  1. .qmllint.ini: It doesn't seem to work with me, as I can't set the warning level or QML AdditionalQmlImportPaths
  2. How do I disable warnings? As mentioned in the first point, I have tried various methods but cannot import third-party QML library paths. Qt Creator works properly.
  3. Is there a document or configuration specification, which seems different from Qt Creator.

Sun-ZhenXing avatar Dec 17 '23 09:12 Sun-ZhenXing

I have discovered a new issue: sometimes qrc files continue to compile without stopping, and are regenerated every second.

And every time the file is saved, it is built twice, which is strange. If these are all new issues, I will report them in the new issue.

Sun-ZhenXing avatar Dec 17 '23 09:12 Sun-ZhenXing

I have discovered a new issue: sometimes qrc files continue to compile without stopping, and are regenerated every second.

And every time the file is saved, it is built twice, which is strange. If these are all new issues, I will report them in the new issue.

don't use Qt for Python >Rcc>Live Execution this will run rcc auto.

suterberg avatar Dec 26 '23 00:12 suterberg

A similar problem was found with the "QML Format" VSCode extension (https://github.com/Delgan/qml-format/issues/2), maybe the fix for this extension is similar?

matsjoyce-refeyn avatar Mar 26 '24 13:03 matsjoyce-refeyn