-
Notifications
You must be signed in to change notification settings - Fork 169
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
[Feature]: Support the cursor
IDE
#2412
Comments
@jvstme Currently, we have a logic that pre-installs VSCode server along with a few extensions. I wonder if we really need it. Perhaps we could drop it altogether and simplify the process a lot. VSCode will automatically download the server on the first connection. Please let me know if this is OK. And, also, we will drop the The simpler the logic, the easier it is to maintain. |
@peterschmidt85, But vscode won't install extensions that dstack currently installs automatically, so users would need to install them manually, e.g. |
@r4victor OK, for now, lets keep it all as is. |
Problem
Currently, only
vscode
is supported as anide
value in dev environments.If we simply replace
vscode://
withcursor://
in the URL, it will all work.Notes:
Check if the pre-installation of the IDE (of the requested version) is done the same way as with
code
.Solution
No response
Workaround
No response
Would you like to help us implement this feature by sending a PR?
Yes
The text was updated successfully, but these errors were encountered: