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
Previously the gem revendoring was manual. This commit adds a rake task to
perform the revendoring instead. The script also updates the READE format to
include the repo used to vendor the gem from.
The puppet language server is designed to run within the Puppet Agent ruby environment which means no access to Native Extensions or Gem bundling.
74
+
75
+
This means any Gems required outside of Puppet Agent for the language server must be vendored in this directory and the load path modified in the `puppet-languageserver` file.
76
+
77
+
Note - To comply with Licensing, the Gem source should be MIT licensed or even more unrestricted.
78
+
79
+
Note - To improve the packaging size, test files etc. were stripped from the Gems prior to committing.
0 commit comments