tailwind-ctp-intellisense/packages/tailwindcss-language-service
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
..
src Add automatic support for multi-config workspaces, including `@config` resolution (#633) 2022-10-18 20:35:02 +01:00
.browserslistrc Optimize language service build (#520) 2022-04-13 17:29:08 +01:00
.gitignore add lerna and separate language server package 2021-06-01 12:37:15 +01:00
LICENSE Create LICENSE 2022-01-05 10:28:45 +00:00
package-lock.json Update lockfiles 2022-09-12 11:07:33 +01:00
package.json Bump vs code dependencies 2022-09-07 16:45:22 +01:00
tsconfig.json Define TypeScript compiler target (#522) 2022-04-13 17:43:35 +01:00