mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user