@James-Yu Surprisingly, the _Outline_ is not updated on file save. I have to revert your commit f0f747d to make things work, see also #268. Any hint on that?
Quite strange. I'll look into that. The issue can be reproduced on a minimal working example?
A minimal example is here
If you remove one section, it stays in the outline.
Hmmmmmmm somehow I cannot reproduce, here's screenshots:



Well, the outline still does not update with the latest releases of the extension and vscode.
I do not know how to make progress on that :-(
I have figured out that the automatic update of the Outline was only triggered when latex.autoBuild.onSave.enabled=true. Fixed in my last commit.
@jlelong - so with 141b89d does the outline gets updated without enabling autobuild?
For me, with autobuild disabled, the outline is not getting updated on save or change.
Yes, it does. Note that this was fixed after release 5.5.0.
It will be included in the next release.
Ohh. I still have 5.5 ...thats why. Will wait for the release patiently.
PS - It will be nice if you release it soon :grin:
On the way 馃ぃ
Most helpful comment
I have figured out that the automatic update of the
Outlinewas only triggered whenlatex.autoBuild.onSave.enabled=true. Fixed in my last commit.