feat: unwrap lsp namespaces to flat exports + barrel (#22748)

This commit is contained in:
Kit Langton
2026-04-15 23:30:52 -04:00
committed by GitHub
parent f24207844f
commit 509bc11f81
8 changed files with 2554 additions and 2557 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ import {
printParseErrorCode,
} from "jsonc-parser"
import { Instance, type InstanceContext } from "../project/instance"
import { LSPServer } from "../lsp/server"
import { LSPServer } from "../lsp"
import { Installation } from "@/installation"
import { ConfigMarkdown } from "."
import { existsSync } from "fs"