-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on hover #742
Comments
This |
But i believe The |
The module path it would want is |
That gives me the same error in output, but this in the debug log:
|
ahh yes, whoops, I missed the
|
Hrmm...I'm not 100% sure how the language server will deal with cross-plat (because it's over SSH) environments. You shouldn't need to set the module path really, because it's a child of the environment_path I don't suppose you could post a directory tree of the SSH part so we can try and reproduce the problem? |
It could be trying the use the default environment path on Linux which would is |
Here is the directory structure of my /home/mhj/environments/windows:
|
I tried copying the modules to |
Addressed in puppetlabs/puppet-editor-services#301. Will be published in the next release |
But that only fixes the error message and not the issue with it not picking up the modules for intellisense, right? |
Correct |
OS Version: Windows Server 20919 - CentOS 7.9
VSCode Version: 1.55.1
Puppet Extension Version: 1.2.0
PDK Version: 2.1.0
What You Are Seeing?
Hover throws an error. Intellisense isn't working either.
I'm on Windows Server with vscode connected to a linux server hosting the files via Remote.SSH.
What is Expected?
Tooltips on hover. Intellisense working.
How Did You Get This To Happen? (Steps to Reproduce)
Using the extension via Remote.SSH.
Output Log
This is my debug log:
The text was updated successfully, but these errors were encountered: