Skip to content

Commit 4c41d08

Browse files
committed
removed .DS_Store file
1 parent eb72064 commit 4c41d08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

language-server/src/features/codeAction/extractSubschema.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ import {
55
import { getKeywordName } from "@hyperjump/json-schema/experimental";
66
import * as SchemaDocument from "../../model/schema-document.js";
77
import * as SchemaNode from "../../model/schema-node.js";
8+
import * as jsoncParser from "jsonc-parser";
89
import { formatNewDef } from "../../util/util.js";
10+
911
/**
1012
* @import { Server } from "../../services/server.js";
1113
* @import { Schemas } from "../../services/schemas.js";

0 commit comments

Comments
 (0)