Commit Graph

433 Commits (173980d411533a1752c7f4689964c4231c33ac2e)

Author SHA1 Message Date
Brad Cornes 173980d411 add prepublishOnly script 2021-05-07 13:15:39 +01:00
Brad Cornes 1cf3755013 v0.6.0 2021-05-06 23:08:18 +01:00
Brad Cornes 0ef99e1e77 update readme 2021-05-06 23:01:37 +01:00
Brad Cornes 68f2f1b8e5 update changelog 2021-05-06 22:59:18 +01:00
Brad Cornes 86b0efb3e5 add recommendedVariantOrder setting to readme 2021-05-06 18:25:03 +01:00
Brad Cornes 4994b0aed1 add support back in for config files named tailwind.js 2021-05-06 18:20:25 +01:00
Brad Cornes 2f2d66124a resolve jit modules together 2021-05-06 18:01:54 +01:00
Brad Cornes d7d0406794 always disregard user-defined mode 2021-05-06 18:00:33 +01:00
Brad Cornes 2b8a88b267 load jit modules with try/catch instead of by version number 2021-05-06 17:45:41 +01:00
Brad Cornes 6bef5de588 remove log 2021-05-06 17:43:00 +01:00
Brad Cornes 385a2ba180 reinstate console.log overrides 2021-05-06 15:18:25 +01:00
Brad Cornes e08ac09959 fix re-init short-circuit
now it takes config dependencies into account
2021-05-05 17:56:45 +01:00
Brad Cornes 137a6c1b61 bust user plugin cache?
fixes classes not updating when plugin is changed
2021-05-05 16:25:36 +01:00
Brad Cornes fb2e9d9e88 add matchUtilities mock 2021-05-05 16:22:25 +01:00
Brad Cornes 4769177173 add recommendedVariantOrder lint setting 2021-05-05 14:56:54 +01:00
Brad Cornes 15fd935c57 update diagnostic name 2021-05-05 14:52:22 +01:00
Brad Cornes 2942881928 update readme 2021-05-05 10:15:37 +01:00
Brad Cornes a3febca416 update readme 2021-05-05 10:08:33 +01:00
Brad Cornes 50d6478f4c add note about color decorator settings 2021-05-05 10:07:16 +01:00
Brad Cornes bca9f62fdf update changelog 2021-05-05 10:05:16 +01:00
Brad Cornes c1467b75f3 register disposables 2021-05-04 16:27:05 +01:00
Brad Cornes da69936f11 only create output channel when needed 2021-05-04 15:05:52 +01:00
Brad Cornes c6c2abf15e don't show init errors 2021-05-04 14:49:13 +01:00
Brad Cornes 3e3cfd418f keep editor state intact 2021-05-04 14:32:19 +01:00
Brad Cornes 86309dd668 fix error for tailwindcss < 1.7.0 2021-05-04 13:35:56 +01:00
Brad Cornes 1ab4be4a60 never reveal output channel 2021-05-04 13:28:08 +01:00
Brad Cornes 89aacecb64 add type 2021-05-04 13:26:55 +01:00
Brad Cornes 1a64b562a4 fix multi-root 2021-05-04 13:25:49 +01:00
Brad Cornes a5a0494003 clear color decorators when restarting language client 2021-05-04 12:57:10 +01:00
Brad Cornes c4a2c254d8 fix user-defined language support 2021-05-04 12:56:09 +01:00
Brad Cornes 580b183d89 remove unused imports 2021-05-04 12:41:13 +01:00
Brad Cornes a72226c141 update settings schema 2021-05-04 12:40:50 +01:00
Brad Cornes e0ef982fd5 update colorDecorators setting 2021-05-04 12:17:06 +01:00
Brad Cornes 6aabc3d9a5 short-circuit re-initialisation 2021-05-04 11:55:32 +01:00
Brad Cornes f729d57073 remove unnecessary async keyword 2021-05-04 11:23:46 +01:00
Brad Cornes ce761ba6bc boot language clients lazily 2021-05-04 10:59:34 +01:00
Brad Cornes 99297add4e add jit support, refactor for general reliability 2021-05-03 18:00:04 +01:00
Brad Cornes 8fce24db9c v0.5.10 2021-04-07 23:22:57 +01:00
Brad Cornes 72ad324467 restore user-defined mode config after compilation 2021-04-07 23:17:40 +01:00
Brad Cornes 93405340aa
Merge pull request #296 from dorgelesn/jit
Force `aot` mode
2021-04-07 23:10:35 +01:00
Dorgeles N'ZI 85f4995e71 Force AOT mode 2021-04-06 17:48:35 +02:00
Brad Cornes f6971ca001 override console.log/error and catch unhandled rejections 2021-02-12 13:29:01 +00:00
Brad Cornes 6868884346
Merge pull request #262 from neupauer/patch-1
Make output chanel name more human-friendly
2021-02-12 11:37:25 +00:00
Peter Neupauer 1a523824c7 Make output chanel name more human-friendly
According to the documentation, the channel name is: "Human-readable string which will be used to represent the channel in the UI". So it shouldn't break anything.

Signed-off-by: Peter Neupauer <peter@neupauer.sk>
2021-02-09 14:15:20 +01:00
Brad Cornes 9a3b3d6132 update changelog and readme 2021-02-07 21:11:07 +00:00
Brad Cornes 244d109f2f bump versions 2021-02-07 21:04:43 +00:00
Brad Cornes 5a810fd193 tweak pixel equivalent comment spacing (#200) 2021-02-07 20:58:41 +00:00
Brad Cornes 14f0fe9f3f replace `experimental.showPixelValues` setting with `showPixelEquivalents` and enable by default (#200) 2021-02-05 14:49:06 +00:00
Brad Cornes 6304d223ae add missing variants (#256) 2021-02-05 12:25:54 +00:00
Brad Cornes cb5d6b6b3a v0.5.8 2021-01-29 16:42:22 +00:00