nightroman / Invoke-Build

Build Automation in PowerShell

Home Page:https://github.com/nightroman/Invoke-Build/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode outline view: no symbols found in document

pwm1234-sri opened this issue · comments

Let me first say thank you for your work on Invoke-Build. I recently discovered Invoke-Build, and I have found it quite helpful. One question I have: is there a way to get the vscode outline view to work for a build task file?

Here is an example of what I see for a normal ps1 file:
image

But for a build file with tasks it says "No symbols found":
image

This may sound trivial, but as a newcomer to both Invoke-Build and powershell, a working outline view would be a big help to me for understanding and developing a build script.

Thanks - "find references" is a great tip!