You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
I want to add a new command "Cargo: Start playground".
Executing of the new command
shows a quick pick dialog with the two choices: "Binary", "Library".
If a user cancels the quick pick dialog nothing happens.
A choice determines what kind of a project is created.
If a user chooses a certain choice
the extension creates a project in the OS-specific temporary directory and
opens a new window of VSCode with the created directory. Closing the created window removes the created directory. - Removed because it adds complexity, but doesn't important enough
Motivation
Sometimes you want to try something out.
Currently it is complicated.
The features makes that easy.
Thanks,
Alexey
The text was updated successfully, but these errors were encountered:
Unfortunately,
I haven't found a way to open a new window using API.
I can require code to be accessible from a command line, but I don't like the idea.
I have opened an issue describing my proposal: microsoft/vscode#18034
The issue is postponed until some resolution of the issue in the vscode repository.
Hi everybody.
Description
I want to add a new command "Cargo: Start playground".
Executing of the new command
shows a quick pick dialog with the two choices: "Binary", "Library".
If a user cancels the quick pick dialog nothing happens.
A choice determines what kind of a project is created.
If a user chooses a certain choice
the extension creates a project in the OS-specific temporary directory and
opens a new window of VSCode with the created directory.
Closing the created window removes the created directory.- Removed because it adds complexity, but doesn't important enoughMotivation
Sometimes you want to try something out.
Currently it is complicated.
The features makes that easy.
Thanks,
Alexey
The text was updated successfully, but these errors were encountered: