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

Typespec Vscode extension should bundle the init logic #6068

Open
timotheeguerin opened this issue Feb 20, 2025 · 0 comments · May be fixed by #6086
Open

Typespec Vscode extension should bundle the init logic #6068

timotheeguerin opened this issue Feb 20, 2025 · 0 comments · May be fixed by #6086
Labels
ide Issues for VS, VSCode, Monaco, etc.

Comments

@timotheeguerin
Copy link
Member

Right now it seems like it tries to use the local version/install a global compiler.

This has a few issues

  • for the local case it's kinda useless as you most likely don't need to init if you already installed dependencies
  • for the global case it forces to support n*m version of something that doesn't really matter.
    It also is polluting the user environment which is something we shouldn't do if they didn't ask for it

The extension should just call to the scaffold function and bundle that logic

@timotheeguerin timotheeguerin added the ide Issues for VS, VSCode, Monaco, etc. label Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ide Issues for VS, VSCode, Monaco, etc.
Projects
None yet
1 participant