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 899e734 commit eb12f07Copy full SHA for eb12f07
packages/tailwindcss-language-service/src/util/state.ts
@@ -42,6 +42,7 @@ export type EditorSettings = {
42
}
43
44
export type TailwindCssSettings = {
45
+ inspectPort: number | null
46
emmetCompletions: boolean
47
includeLanguages: Record<string, string>
48
classAttributes: string[]
@@ -64,7 +65,7 @@ export type TailwindCssSettings = {
64
65
66
experimental: {
67
classRegex: string[]
- configFile: string | Record<string, string | string[]>
68
+ configFile: string | Record<string, string | string[]> | null
69
70
files: {
71
exclude: string[]
0 commit comments