Skip to content

Commit 164a290

Browse files
committed
Rename to schema-document.js
1 parent 3b30816 commit 164a290

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

language-server/src/features/hover.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { MarkupKind } from "vscode-languageserver";
2-
import * as SchemaDocument from "../json-schema-document.js";
2+
import * as SchemaDocument from "../schema-document.js";
33
import * as JsonNode from "../json-node.js";
44
import { getSchemaDocument } from "./schema-registry.js";
55

language-server/src/features/schema-completion.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { CompletionItemKind } from "vscode-languageserver";
22
import { getDialectIds } from "@hyperjump/json-schema/experimental";
3-
import * as SchemaDocument from "../json-schema-document.js";
3+
import * as SchemaDocument from "../schema-document.js";
44
import { subscribe } from "../pubsub.js";
55

66

language-server/src/features/schema-registry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { getDocumentSettings } from "./document-settings.js";
2-
import * as SchemaDocument from "../json-schema-document.js";
2+
import * as SchemaDocument from "../schema-document.js";
33

44

55
export default {

0 commit comments

Comments
 (0)