tailwind-ctp-intellisense/packages/tailwindcss-language-server/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
..
language Add support for `@config` 2022-10-17 17:59:07 +01:00
lib Add automatic support for multi-config workspaces, including `@config` resolution (#633) 2022-10-18 20:35:02 +01:00
lsp 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
watcher Bump `@parcel/watcher` 2021-11-26 15:07:15 +00:00
server.ts Add automatic support for multi-config workspaces, including `@config` resolution (#633) 2022-10-18 20:35:02 +01:00