mirror of
https://github.com/cfngc4594/monaco-editor-lsp-next.git
synced 2025-05-18 15:26:36 +00:00
feat(problem-store): add problem field to ProblemState
This commit is contained in:
parent
c97613ac1d
commit
2a90162c73
@ -2,6 +2,7 @@ import type {
|
||||
EditorLanguage,
|
||||
EditorLanguageConfig,
|
||||
LanguageServerConfig,
|
||||
Problem,
|
||||
Template,
|
||||
} from "@prisma/client";
|
||||
import type { editor } from "monaco-editor";
|
||||
@ -16,6 +17,7 @@ export type ProblemState = {
|
||||
currentLang: EditorLanguage;
|
||||
currentValue: string;
|
||||
problemId: string;
|
||||
problem: Problem;
|
||||
templates: Template[];
|
||||
editorLanguageConfigs: EditorLanguageConfig[];
|
||||
languageServerConfigs: LanguageServerConfig[];
|
||||
|
Loading…
Reference in New Issue
Block a user