feat(lsp): add default language configuration
This commit is contained in:
parent
9c78049359
commit
bb81c4f7e1
3
src/config/language.ts
Normal file
3
src/config/language.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { SUPPORTED_LANGUAGES, SupportedLanguage } from "@/constants/language";
|
||||
|
||||
export const DEFAULT_LANGUAGE: SupportedLanguage = SUPPORTED_LANGUAGES[0].id;
|
Loading…
Reference in New Issue
Block a user