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 cb58c8a commit bb0aa26Copy full SHA for bb0aa26
packages/tailwindcss-language-server/src/project-locator.ts
@@ -22,10 +22,10 @@ export interface ProjectConfig {
22
folder: string
23
24
/** The path to the config file (if it exists) */
25
- configPath?: string
+ configPath: string
26
27
/** The list of documents that are related to this project */
28
- documentSelector?: DocumentSelector[]
+ documentSelector: DocumentSelector[]
29
30
/** Whether or not this project was explicitly defined by the user */
31
isUserConfigured: boolean
0 commit comments