We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb72064 commit 4c41d08Copy full SHA for 4c41d08
language-server/src/features/codeAction/extractSubschema.js
@@ -5,7 +5,9 @@ import {
5
import { getKeywordName } from "@hyperjump/json-schema/experimental";
6
import * as SchemaDocument from "../../model/schema-document.js";
7
import * as SchemaNode from "../../model/schema-node.js";
8
+import * as jsoncParser from "jsonc-parser";
9
import { formatNewDef } from "../../util/util.js";
10
+
11
/**
12
* @import { Server } from "../../services/server.js";
13
* @import { Schemas } from "../../services/schemas.js";
0 commit comments