aws / language-servers

AWS related Language Servers
Apache License 2.0
23 stars 18 forks source link

Disable YAML patching #301

Closed rtarcr closed 3 months ago

rtarcr commented 3 months ago

Problem

YAML patching script is using commands that are. not working on Windows machines, resulting in failed npm install script

Solution

Temporarily disable patching to unblock development on Windows machines, until a long term solution is developed.

License

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.