vscode-abap icon indicating copy to clipboard operation
vscode-abap copied to clipboard

Syntax error for Carriage Return

Open rbertizini opened this issue 3 years ago • 1 comments

Apparently, for the PT-BR version of Visual Code, the syntax check displays Carriege Return error for any code

Captura de tela 2021-11-09 103526

rbertizini avatar Nov 09 '21 13:11 rbertizini

you have carriage returns in the code, so the finding is correct by abaplint, I guess you are using the https://github.com/abaplint/vscode-abaplint extension? just disable the rule if you dont want that finding

I also guess you are using https://marketplace.visualstudio.com/items?itemName=murbani.vscode-abap-remote-fs ? in that case see https://github.com/abaplint/vscode-abaplint/issues?q=is%3Aissue+is%3Aopen+abap+fs

larshp avatar Nov 09 '21 13:11 larshp