You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--debug=DEBUG Output debug information. Either specify a filename or 'STDOUT'. Default is no debug output
113
113
-s, --slow-start Delay starting the TCP Server until Puppet initialisation has completed. Default is to start fast
114
114
-h, --help Prints this help
115
-
-v, --version Prints the Langauge Server version```
115
+
-v, --version Prints the Langauge Server version
116
+
```
116
117
117
118
## Why are there vendored gems and why only native ruby
118
119
119
120
When used by VSCode this language server will be running using the Ruby runtime provided by Puppet Agent. That means no native extensions and no bundler. Also, only the gems provided by Puppet Agent would be available by default. To work around this limitation all runtime dependencies should be re-vendored and then the load path modified appropriately.
121
+
122
+
## Known Issues
123
+
124
+
*[PUP-7668](https://tickets.puppetlabs.com/browse/PUP-7668) Due to incorrect offsets, hover documentation can be displayed when the user is not actually hovering over the resource that the documentation is for.
0 commit comments