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

Bug 508409

Summary: None of the JS config files are recognized as JSON any longer
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3    
Version: 8.0   
Target Milestone: 13.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Michael Rennie CLA 2016-11-29 15:01:43 EST
All of .tern-project, .eslint* and .jsbeautify are no longer recognized as JSON.
Comment 1 Michael Rennie CLA 2016-11-29 15:04:59 EST
Fixed (plus removing some unused NLS comments) in:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2d96da7d6b0dd69845a7f7767f23fe65f8027fad

Looks like this was some (late?) fallout from moving the JSON content type decl from the JS bundle and into the JSON plugin (plus a duplicate entry).