tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.74k stars 181 forks source link

Fix server not launching on older versions of VSCode #998

Closed thecrypticace closed 6 days ago

thecrypticace commented 6 days ago

Our use of isBuiltin does not work with VSCode < 1.78 and causes the server to not start. We have to use a different API for this when isBuiltin is not available.

Fixes #997