Maarti / JenkinsDocExtension

Extension for VS Code providing Jenkins docs
GNU General Public License v3.0
12 stars 2 forks source link

Change regex to search all groovy files in workspace for go-definition #30

Closed benmdavidson closed 3 years ago

benmdavidson commented 3 years ago

This fix resolves issue #28 that I created. Go-to Definition and Peek Definition search through all .groovy files in the workspace.

benmdavidson commented 3 years ago

I briefly tested this with vscode's run extension with the debugger functionality and it appears to work as intended.

benmdavidson commented 3 years ago

Didn't need two separate pull requests so I just closed this. Refer to #31