Thanks for the great extension!
I wish to use it to activate folding for org-mode beancount files. However, even after installation of the three extensions, folding is not possible:
vscode-org-fold
vscode-org-mode
Beancount
I added to settings.json:
"editor.showFoldingControls": "always",
"editor.folding": true,
"editor.foldingStrategy": "indentation",
"editor.stickyScroll.enabled": false,
"vscode-org-fold.languagesToFold": [
"beancount"
],
I added this to settings.json in three locations, local, in WSL and in Windows.
However, the vscode-org-fold.languagesToFold is shown with lessor opacity in all, hinting that vscode-org-fold is not installed:



.. and the folding icons are not shown:

Thanks for the great extension!
I wish to use it to activate folding for org-mode beancount files. However, even after installation of the three extensions, folding is not possible:
vscode-org-foldvscode-org-modeBeancountI added to
settings.json:I added this to
settings.jsonin three locations, local, in WSL and in Windows.However, the

vscode-org-fold.languagesToFoldis shown with lessor opacity in all, hinting thatvscode-org-foldis not installed:.. and the folding icons are not shown:
