tailwind-ctp-intellisense/packages/tailwindcss-language-service/src
Brad Cornes b26e122fac
Add automatic support for multi-config workspaces, including `@config` resolution (#633)
* wip

* wip

* Boot client if a CSS file contains `@config`

* wip

* Check document exists

* wip

* Fix duplicate document selector

* wip

* Use enum for document selector priorities

* Delete unused functions

* Remove unused state type

* Share glob patterns

* Update config file glob

* fix logs

* Fix filename checks on Windows

* Don't show error popups

* wip

* handle negated content paths

* Handle non-tailwind dependency installs

* add package root to document selectors

* tidy

* wip

* dedupe document selectors

* Fix `@config` regex

* Fix document selectors when using `experimental.configFile`

* Remove log
2022-10-18 20:35:02 +01:00
..
codeActions Add automatic support for multi-config workspaces, including `@config` resolution (#633) 2022-10-18 20:35:02 +01:00
diagnostics Add automatic support for multi-config workspaces, including `@config` resolution (#633) 2022-10-18 20:35:02 +01:00
util Add automatic support for multi-config workspaces, including `@config` resolution (#633) 2022-10-18 20:35:02 +01:00
completionProvider.ts Remove arbitrary value snippet placeholder 2022-10-18 14:04:33 +01:00
documentColorProvider.ts Theme helper improvements 2022-10-17 17:56:00 +01:00
documentLinksProvider.ts Add support for `@config` 2022-10-17 17:59:07 +01:00
hoverProvider.ts Theme helper improvements 2022-10-17 17:56:00 +01:00
index.ts Add support for v3-alpha (#424) 2021-10-01 14:11:45 +01:00