Lencerf

Results 11 comments of Lencerf

Hello, did you place these options at the beginning of your file? According to `bean-doctor list-options`: > You should place these options at the beginning of your file, because they...

> syntax highlighting works correctly when you add in one (or more) newlines between the option directives: Yes. According to https://github.com/Lencerf/vscode-beancount/blob/533719ee72f97ccf10b448d69d12b049e52837f5/syntaxes/beancount.tmLanguage#L118 currently, an `option` directive must be followed by an...

Hello! please try the latest version 0.5.5. It should work now. Please let me know if it still does not work.

Hello, have you set `beancount.mainBeanFile` and `beancount.python3Path` correctly? Make sure that `beancount.python3Path` is set to the path of the python3 interpreter with beancount package installed if you have multiple versions...

I don't think it's very necessary. Just as you said, adding a `.` is enough. Certainly you are welcome to realize this function and make a pull request. I am...

Have installed Python3 and beancount, and set `beancount.python3Path` to the correct path?

Can you please open VSCode's Output panel and switch to `beancount` to show me the content like this? ![telegram-cloud-photo-size-5-6334729015734151592-y](https://user-images.githubusercontent.com/6895736/78372788-b4ad7700-7597-11ea-8c16-b03532a286bc.jpg)

Can you please try opening `BeanFolder` as your workspace and set `beancount.mainBeanFile` to `"main.bean"` in __workspace__ settings? If this still does not work, what is the output?

I guess the issue is `~` in `beancount.python3Path`. Maybe you can try a full path?