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

Cannot activate the 'Stripe' extension because it depends on the '.NET Install Tool for Extension Authors' extension, #600

Open
auchenberg opened this issue May 14, 2022 · 3 comments

Comments

@auchenberg
Copy link

I'm not a .net developer, yet the stripe extension wants me to install the .net extension.

Cannot activate the 'Stripe' extension because it depends on the '.NET Install Tool for Extension Authors' extension, which is not installed. Would you like to install the extension and reload the window?

Screen Shot 2022-05-14 at 8 56 43 AM

@gracegoo-stripe
Copy link
Contributor

Hey Kenneth, we should only be displaying that prompt if we detect any .NET files in your project. Do you happen to have any .sln or .csproj files in your project anywhere? Here are the folders we exclude from this check for reference: https://github.com/stripe/vscode-stripe/blob/master/src/languageServerClient.ts#L341

@auchenberg
Copy link
Author

@gracegoo-stripe I'm getting the error when trying to launch a GitHub Codespace for this repo https://github.com/auchenberg/kenneth-io, which doesn't contain any .net project files.

Screen Shot 2022-05-25 at 8 08 01 PM

@gracegoo-stripe
Copy link
Contributor

Yeah, I don't see anything that should be triggering the language server. Could you go to Output -> Stripe Language Client? That should have some logs on why the client thought we should launch the C# language server

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

No branches or pull requests

2 participants