-
Notifications
You must be signed in to change notification settings - Fork 8
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
How to use _typescript.configurePlugin
?
#153
Comments
Have you checked that the typescript plugin is actually in effect? https://github.com/yioneko/vtsls#typescript-plugin-not-activated |
Okay! So this line of thinking helped a lot and I do have something working, I needed to add the
I was hoping to use a configuration more like I was using with I attempted to do this with I believe what I actually need to configure is not
I had my configuration incorrect for
I am interested in knowing when the |
Thank you for all your hard work! |
@wSedlacek Did you manage to make vtsls work with nx monorepos similar to typescript-tools with custon NxInit function? If yes, would you share configuration please? |
I think this works.
I haven't used it in a bit since I stopped using the solution pattern with Nx |
@wSedlacek Thank you.
"compilerOptions": {
"plugins": [
{
"name": "@monodon/typescript-nx-imports-plugin",
"externalFiles": []
}
]
} For me without these steps above setup is not working with vtsls. Setup with typescript-tools (described in this thread) doesn't require these two extra steps. |
@Tantol Oh! Right! I forgot, you can configure these to avoid needing to change your tsconfig.json.
In full it looks like this.
|
@wSedlacek That is wonderful. Do you know how to avoid installing |
@Tantol If you are using vtls installed with Mason then you can install it in that directory ie I haven't figured out how to make it resolve to a global installation though. I haven't looked too much into it. There probably is a way to write the lua so that the Perhaps if you had vtsls installed globally instead of through mason that would also work? I haven't tried that either. |
I am attempting to use the
_typescript.configurePlugin
command and I get logs in thetsserver.log
which indicate that the command is received but the configuration does not seem to take. This is the short version of the command I am trying to run.This is the logs I see.
But I do not see the intended outcome of the plugin.
The text was updated successfully, but these errors were encountered: