json schema support for embedded json schema files (for babel, tslint, eslint configs etc): these embedded schema files file type should be json schema, not <custom> config file type. For that, their names should be different from <custom> config file names + increment index version

This commit is contained in:
irengrig
2016-09-09 17:26:02 +02:00
parent 61cfed70b9
commit 13eb22ab02
@@ -35,7 +35,7 @@ import java.util.Map;
*/
public class JsonSchemaFileIndex extends FileBasedIndexExtension<String, Integer> {
public static final ID<String, Integer> PROPERTIES_INDEX = ID.create("json.schema.properties.index");
public static final int VERSION = 5;
public static final int VERSION = 6;
private IntInlineKeyDescriptor myKeyDescriptor = new IntInlineKeyDescriptor();
@NotNull