Commit Graph

504 Commits (569635067cdedfd56081baa4311df447465674ef)

Author SHA1 Message Date
Brad Cornes 569635067c update css helper hovers 2021-07-12 15:23:16 +01:00
Brad Cornes 114284865d prettier 2021-07-07 12:38:00 +01:00
Brad Cornes 579d580896 update diagnostic message 2021-07-07 12:37:41 +01:00
Brad Cornes caa2ba1de8 Merge branch 'master' of github.com:tailwindlabs/tailwindcss-intellisense 2021-07-07 12:37:07 +01:00
Brad Cornes b09d4849a7
Merge pull request #365 from choplin/patch-1
Avoid `invalidConfigPath` for function values
2021-07-07 12:36:56 +01:00
Brad Cornes e197b21e21 bump language service 2021-07-07 12:36:34 +01:00
Akihiro Okuno 1da2139684
Avoid `invalidConfigPath` for function values
Pass `validateConfigPath` if a type of value equals to `function`. The purpose of this commit is to avoid unwanted warnings when we define theme values as functions in tailwind.config.js, which, for example, are required to define theme colors with opacity enabled. https://github.com/tailwindlabs/tailwindcss/discussions/2206#discussioncomment-60081
2021-07-06 18:33:46 +09:00
Brad Cornes 43cfe83ed2 v0.6.13 2021-07-05 14:15:41 +01:00
Brad Cornes c2a9479a4d remove `@defaults` when stringifying CSS 2021-07-05 14:09:33 +01:00
Brad Cornes eaa76f195a fix semi-colon insertion for indented rules 2021-07-05 14:03:21 +01:00
Brad Cornes 766a5d533d v0.6.12 2021-06-20 18:03:33 +01:00
Brad Cornes f2372c9120 fix hover error 2021-06-20 17:59:46 +01:00
Brad Cornes dc7502c900 bump language service 2021-06-20 17:58:44 +01:00
Brad Cornes 5b4d6c0503 v0.6.11 2021-06-16 19:56:07 +01:00
Brad Cornes c2345f0112 update `@tailwind` completions and diagnostics 2021-06-16 19:37:35 +01:00
Brad Cornes 0a62e0dbdf update lockfile 2021-06-16 19:37:11 +01:00
Brad Cornes 096e93b988 bump tailwindcss-language-service 2021-06-16 14:17:44 +01:00
Brad Cornes 8e4c9faf11 v0.6.10 2021-06-16 10:38:39 +01:00
Brad Cornes 16864d96ae ignore empty `content` when determining rule color 2021-06-15 20:39:53 +01:00
Brad Cornes e2285c087c ignore watcher binary load errors 2021-06-15 20:39:16 +01:00
Brad Cornes 8aa60b122d v0.6.9 2021-06-14 16:11:37 +01:00
Brad Cornes c01fed9c9f resolve parcel watcher prebuilds from actual package 2021-06-14 15:42:35 +01:00
Brad Cornes 2deda99fe7 add parcel watcher 2021-06-14 14:11:29 +01:00
Brad Cornes 01278a9d4d Merge branch 'master' into watcher 2021-06-12 18:35:48 +01:00
Brad Cornes 3d14326275 v0.6.8 2021-06-05 16:00:24 +01:00
Brad Cornes 6e092ddf33 add astro languages 2021-06-05 15:46:00 +01:00
Brad Cornes 20da2b3e67 use lsp file events when available 2021-06-05 15:44:21 +01:00
Brad Cornes 405f22f339 fix separator (#343) 2021-06-05 15:39:15 +01:00
Brad Cornes 14ec688199 formatting 2021-06-04 17:00:34 +01:00
Brad Cornes 388cbb8351 tweak opacity modifier completions 2021-06-04 17:00:27 +01:00
Brad Cornes cf7bb68e35 fix for canary releases 2021-06-04 15:07:32 +01:00
Brad Cornes 52ae09b4fa reinstate #341
Co-Authored-By: Rafał Chłodnicki <rchl2k@gmail.com>
2021-06-04 14:34:30 +01:00
Brad Cornes 898347c4cd fix heading level 2021-06-04 14:31:53 +01:00
Brad Cornes 97af4f0470 update changelog 2021-06-04 14:31:15 +01:00
Brad Cornes bd7be7b101 update readme 2021-06-04 14:07:25 +01:00
Brad Cornes b14815ae01 add `inspectPort` to readme 2021-06-04 14:05:25 +01:00
Brad Cornes e3942e89e4 add `inspectPort` setting 2021-06-04 14:00:00 +01:00
Brad Cornes 73886ffbf0 tweak semi-colon regex 2021-06-04 13:37:44 +01:00
Brad Cornes 44e6b9ab9d fix `@types/vscode` version 2021-06-04 12:21:23 +01:00
Brad Cornes 4de605928b support tailwindcss v2.2 2021-06-04 12:17:00 +01:00
Brad Cornes bdb398bf80 add lerna and separate language server package 2021-06-01 12:37:15 +01:00
Brad Cornes 94c1942cf4
Merge pull request #341 from rchl/patch-1
fix crash on not passing "userLanguages" option
2021-06-01 12:22:13 +01:00
Rafał Chłodnicki 599bf60388
fix crash on not passing "userLanguages" option
Since the server can be used by various clients and there is no
guarantee that the "userLanguages" are provided, handle that
case gracefully and don't crash.
2021-05-30 22:12:16 +02:00
Brad Cornes 67f83534a2 v0.6.6 2021-05-20 17:13:41 +01:00
Brad Cornes 988e85cfb3 fix JIT initialisation when mode is set in a preset (fixes #333) 2021-05-20 17:07:46 +01:00
Brad Cornes e2922837b1 fix module resolution when path has a `#` (fixes #331) 2021-05-20 17:04:32 +01:00
Brad Cornes b7bf51f156 fix completions and hovers inside `<style>` (fixes #334) 2021-05-20 16:50:10 +01:00
Brad Cornes b8dc88d699 show pixel equivalents in jit mode (fixes #332) 2021-05-20 13:24:16 +01:00
Brad Cornes 0fc7b0aa5a v0.6.5 2021-05-18 12:59:24 +01:00
Brad Cornes 5cf4b1717d [JIT] add opacity modifier completions 2021-05-18 12:22:18 +01:00