Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 478668

Summary: Editor assumes all yml files are cloud foundry manifest files
Product: [ECD] Orion Reporter: Lee Surprenant <lmsurpre>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P2 CC: philippe_mulet, steve_northover
Version: unspecified   
Target Milestone: 11.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Lee Surprenant CLA 2015-09-29 15:45:55 EDT
I opened a .yml file in my project and was surprised to see the following error on line 1:

Expected to have a member "applications".


Now I realize this is because it is validating the contents of my yml file against the schema for a Cloud Foundry manifest.yml file.  That validation is very handy for manifest files, but maybe we should key off the filename as well before enabling it?