Latest perlnavigator binary does not show symbols #126
-
Using the version 0.8.12 I'm no longer able to see symbols. The response I get is JsonError received: Request textDocument/documentSymbol failed with message: File 'C:\\**\\PerlNavigator\\server\\perl.tmLanguage.json' was not included into executable at compilation stage. Please recompile adding it as asset or script. Note sure if this is an issue or whether there is some perl configuration on my side to be done. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Oops, yes this was a bug. The 0.8.x series was moved to use webpack and an explicit list of assets for bundling. This resulted in some issues with making sure everything was correctly bundled and pointing to the correct place. I forgot to include the perl.tmLanguage.json file, which is used as part of the shallow parser for building the symbol view. Thank you for the heads up. This is now fixed in 0.8.14 with this commit: c5051c4 |
Beta Was this translation helpful? Give feedback.
Oops, yes this was a bug. The 0.8.x series was moved to use webpack and an explicit list of assets for bundling. This resulted in some issues with making sure everything was correctly bundled and pointing to the correct place. I forgot to include the perl.tmLanguage.json file, which is used as part of the shallow parser for building the symbol view. Thank you for the heads up. This is now fixed in 0.8.14 with this commit: c5051c4