Improve the way we determine/parse a module version #196
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
See the code near this line:
intellij-powershell/src/main/kotlin/com/intellij/plugin/powershell/ide/run/PSExecutionUtil.kt
Line 32 in baccc65
This is used by the plugin to determine the version of the PowerShellEditorServices module.
Currently the code is very simple, maybe even too simple: if the module authors decide to write its version in a minimally more convoluted way, it will certainly break.
Ideally, we should maybe navigate the PSI or something. Or maybe totally migrate to determining this version asynchronously by starting PowerShell.
Why do we even need that? So many questions…
The text was updated successfully, but these errors were encountered: