Brad Cornes
8aa2064684
Merge settings with defaults ( #605 )
2022-09-13 17:31:09 +01:00
A.I
d32e11fa60
fix: guard against optional client capabilities ( #602 )
...
for client like lsp-mode for emacs which doesn't have colorProvider,
server is failing to start, and according to the specification, the
capabilities here is all optional, so we should guard the nil situation.
2022-09-12 10:13:02 +01:00
Brad Cornes
f368c1c454
Don't watch `package.json` files ( #573 )
2022-07-06 17:08:36 +01:00
Brad Cornes
05a8685c49
Bump `dset` to `v3.1.2`
2022-07-06 16:12:54 +01:00
Brad Cornes
a39da43e4c
Support `insiders` versions of `tailwindcss` ( #571 )
...
* Support `insiders` versions of `tailwindcss`
* Revert import reorder
2022-07-06 16:07:13 +01:00
Brad Cornes
82d0d442e8
Account for undefined dependencies
2022-05-16 11:00:34 +01:00
Brad Cornes
78a20f4daf
Add `experimental.configFile` setting ( #541 )
...
* Add experimental `configFile` setting
* Fix initial capability registration
* Update readme
* Add setting default and description
* Remove unused variable
* Be more defensive when reading setting
* Fix type
* Fix type
2022-04-25 15:06:31 +01:00
Brad Cornes
c56e800f23
Add settings to enable/disable specific features ( #535 )
...
* Add `suggest` and `hover` settings
* Rename settings, add `codeActions` setting
2022-04-20 15:04:51 +01:00
Brad Cornes
0a6e5def00
Replace `@vercel/ncc` with `esbuild` ( #517 )
...
* Use `esbuild`
* Replace direct `eval`
* Use `esbuild` for language server build
2022-04-13 13:54:33 +01:00
Brad Cornes
e173a6fa64
Filter out empty `files.exclude` items
2022-01-24 12:21:15 +00:00
Brad Cornes
85cf5edccb
Protect against undefined separator ( #427 )
2022-01-17 18:06:28 +00:00
Brad Cornes
9bc82821c7
Fix for missing `files` config
2022-01-17 15:40:55 +00:00
Brad Cornes
6eb310dfda
Remove log
2022-01-17 15:21:43 +00:00
Brad Cornes
08927cb758
Add default excluded files (for non-vscode clients)
2022-01-17 15:14:09 +00:00
Brad Cornes
5b675434f0
Don't read configuration from `initializationOptions`
2022-01-17 13:58:13 +00:00
Brad Cornes
ff52e815b6
Add `files.exclude` setting
2022-01-07 17:13:11 +00:00
Brad Cornes
6fdef8616a
Add bundled version of `tailwindcss` and first-party plugins
2022-01-07 11:42:39 +00:00
Brad Cornes
f5006a8ff2
Exclude `*` from class completions
2021-12-06 16:06:30 +00:00
Brad Cornes
a655ad4701
Bump `@parcel/watcher`
...
Adds M1 builds for language server
2021-11-26 15:07:15 +00:00
Brad Cornes
d256d5388e
Update variant API for compatibility with `v3-alpha.2`
2021-11-05 16:13:22 +00:00
Brad Cornes
1557dfdabf
Ensure jit state is reset
2021-11-05 12:38:54 +00:00
Brad Cornes
634b8c6fb1
Fix mode identification when using nested presets ( #431 )
2021-10-29 17:51:55 +01:00
Brad Cornes
e786ece8c3
Catch errors when resolving config and creating context
2021-10-29 17:49:42 +01:00
Brad Cornes
1eb62db848
reinstate `console.log` override
2021-10-08 17:36:41 +01:00
Brad Cornes
80e2e5aba5
Fix resolution of WSL files on Windows ( #411 )
2021-10-08 16:48:44 +01:00
Brad Cornes
53743f2faa
Add support for v3-alpha ( #424 )
...
* wip
* Update v3 support, color handling
* Update diagnostics and completions
* bump language service
* update context api usage
* bump language service
2021-10-01 14:11:45 +01:00
Brad Cornes
dce390d98c
remove log
2021-09-17 17:48:16 +01:00
Brad Cornes
b089cc3833
fix file event handler when file is in a dot folder ( #389 )
2021-09-17 15:55:41 +01:00
Brad Cornes
fa68c54a01
find config files hiding in hidden folders ( #389 )
2021-09-10 14:46:27 +01:00
Brad Cornes
2deda99fe7
add parcel watcher
2021-06-14 14:11:29 +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
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
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
39733ae72a
restructure
2020-05-03 15:57:15 +01:00
Brad Cornes
15d387ea45
show config errors
2020-04-23 19:54:01 +01:00
Brad Cornes
568e078522
prevent crash on config error
2020-04-22 20:29:36 +01:00
Brad Cornes
32dca9259b
add emmet-style completions
2020-04-16 22:39:16 +01:00
Brad Cornes
a9a0983d8b
add initial hover provider
2020-04-12 15:48:38 +01:00
Brad Cornes
072809d9b7
initial refactor
2020-04-11 22:20:45 +01:00