aws-cloudformation / cloudformation-template-schema

Inline syntax validation, documentation links and autocompletion for your CloudFormation templates.
Apache License 2.0
141 stars 24 forks source link

Add Pycharm troubleshooting guide for max size #35

Closed dadonzg closed 4 years ago

dadonzg commented 4 years ago

fixes #34

Description of changes: Add Pycharm troubleshooting guide for max size

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

PatMyron commented 4 years ago

That new error message feels like a slight PyCharm regression from the one I used to get with:

macOS Mojave 10.14.6
PyCharm 2019.2.5
Screen Shot 2020-02-22 at 3 10 03 PM

CC'ing @zhuravlikjb from https://github.com/JetBrains/intellij-community/blob/54e4a2ad3b73973b3123c87d48749cc0ff36c4cd/json/resources/messages/JsonBundle.properties#L183

New error message seems more confusing. Good work figuring out it was file size related as well


JSON minification is another option we can pursue to reduce Template Schema file size a bit too:

jq -c . < all-spec.json > minified-spec.json

dadonzg commented 4 years ago

Hi guys how are you?

Do you have some news about this PR :)?