File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import { MarkupKind } from "vscode-languageserver" ;
2
- import * as SchemaDocument from "../json- schema-document.js" ;
2
+ import * as SchemaDocument from "../schema-document.js" ;
3
3
import * as JsonNode from "../json-node.js" ;
4
4
import { getSchemaDocument } from "./schema-registry.js" ;
5
5
Original file line number Diff line number Diff line change 1
1
import { CompletionItemKind } from "vscode-languageserver" ;
2
2
import { getDialectIds } from "@hyperjump/json-schema/experimental" ;
3
- import * as SchemaDocument from "../json- schema-document.js" ;
3
+ import * as SchemaDocument from "../schema-document.js" ;
4
4
import { subscribe } from "../pubsub.js" ;
5
5
6
6
Original file line number Diff line number Diff line change 1
1
import { getDocumentSettings } from "./document-settings.js" ;
2
- import * as SchemaDocument from "../json- schema-document.js" ;
2
+ import * as SchemaDocument from "../schema-document.js" ;
3
3
4
4
5
5
export default {
File renamed without changes.
You can’t perform that action at this time.
0 commit comments