monaco-editor-lsp-next/src/config/path.ts

7 lines
177 B
TypeScript
Raw Normal View History

import { SupportedLanguage } from "@/constants/language";
export const DEFAULT_PATH: Record<SupportedLanguage, string> = {
c: "file:///main.c",
cpp: "file:///main.cpp",
};