Lars Hvam

Results 1025 comments of Lars Hvam

ref https://github.com/abaplint/abaplint-abap-backend/pull/55

ZABAPLINT_LIST_DEPS shows a list, it would be _nice_ to have it show a tree instead

in the branch switched to, does abaplint.json contain json syntax errors, or non existing?

"SyntaxError: JSON5: invalid character '

does the abaplint extension work standalone? ie. just with files on a normal filesystem? plus do you have `git` installed? try executing `git` on command line, outside of vscode

abaplint can be configured via the `abaplint.json` file, I'm just not sure if it/how works with the remote file filesystem extension

if abaplint doesnt find a `abaplint.json` file it uses defaults I'm not sure if it/how works with the remote file filesystem extension

oh, and also see https://github.com/abaplint/vscode-abaplint/issues/69 and https://github.com/abaplint/vscode-abaplint/issues/54

https://stackoverflow.com/questions/46511595/how-to-access-the-api-for-git-in-visual-studio-code https://github.com/microsoft/vscode/issues/174886 https://github.com/microsoft/vscode/tree/main/extensions/git `RemoteSourceProvider` https://github.com/microsoft/vscode/issues/145776 or use child_process.spawn like the git extension, will get rid of the popups? but not work on github.dev

Hi, abaplint defaults: everything is enabled by default, this is to allow easy discovery of rules, some rules might even conflict internally, but decisions have to be made. Finding any...