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

Parse Suggestions from `qmllint`

Open seanwu1105 opened this issue 2 years ago • 0 comments

Possible format:

[{"charOffset":209,"column":16,"length":0,"line":10,"message":"model is a member of a parent element\n      You can qualify the access with its id to avoid this warning:\n","replacement":"<id>."},{"charOffset":0,"column":0,"length":0,"line":0,"message":"You first have to give the element an id","replacement":""}]

seanwu1105 avatar Sep 05 '22 21:09 seanwu1105