-
Notifications
You must be signed in to change notification settings - Fork 9
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
Move to TypeScript #20
Move to TypeScript #20
Conversation
okay, extension loads properly now with set rtp^=. |
Nice, I tried to copy over the extension.ts and package.json from coc-fsharp, but my |
@corbob I was getting erros, so I updated the package versions in |
ok updated with this working for me. We only have a couple things left to do here. Feel free to pick up one if you'd like. |
I think once it's in npm, then coc finds it if I understand correctly. Am I correct in my understanding that to install it you would simply |
nope. For me, it just worked when I removed the Plug entry and just had:
|
If you use the coc plugin manager, it'll be downloaded from npm and discovered automatically.
|
I prefer to stay with |
So I've made a change to have ts run the
Let me know what you think. I'm leveraging the |
note, I've created an output channel for |
fixes #17
TODO:
figure out where to set- coc's package manager provides this, so we should be fine.rtp
so coc can discover coc-powershellfigure out how to get coc to discover coc-powershell npm package- coc's package manager will handle this.