Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(package): simplified dependencies #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chemzqm
Copy link

@chemzqm chemzqm commented Dec 30, 2020

vscode-languageserver and vscode-languageclient are not needed.
Use devDependencies to avoid install dependencies when using :CocInstall

@rodrigore
Copy link
Owner

rodrigore commented Dec 30, 2020

Wow, such a honor to have it here @chemzqm. Thank you so much for the pull request, but I use the vscode-languageserver and vs-code-languageclient only to build and compile the intellisense submodule. So, If I remove those dependencies, the build process will fail.

Maybe is not the best way, but I include the intellisense repo as a submodule, then install dependencies, and then compile to generate the server code in this folder: lib-server/intellisense/packages/tailwindcss-intellisense/src/server/

Maybe you can help me or guide me to make things more simple, and maybe avoid this compile steps, in order to make more clear and simple the coc extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants