oleg-shilo / codemap.vscode

Code map (syntax tree) of the active document
MIT License
84 stars 28 forks source link

Codemap doesn't display async function #22

Closed Harag9 closed 4 years ago

Harag9 commented 4 years ago

In my Typescript project I have some async function but these don't appear in the codemap window.

async function loadInfo() {....}

oleg-shilo commented 4 years ago

Thank you will need to update the TypeScript parser.

oleg-shilo commented 4 years ago

Sorry for such a delay. Done. Released v1.10.1

Harag9 commented 4 years ago

Excellent! Loving the codemap, keep up the excellent work!