-
Notifications
You must be signed in to change notification settings - Fork 51
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
[UX] Update toolchain view #569
Comments
There are a few parts to consider. Enhanced "show installable toolchains"
Show already-installed toolchain
|
Maybe we can have
How about having the following API?
ONE-vscode refreshes its toolchain list view when it is up for the first time. At that time, the UI can call the above function to get more specific info. |
How about adding |
Toolchain View ScenarioInitial loadingNo toolchainInstalled toolchainInstallNot set prerequisites
Install : AssumptionInstall debian package
|
Almost features were merged. So I will close this issue at this point and I will continue the related job on another issue. |
Let's try to finish the following within May. 😨 😅 🥵 🍺
toolchains()
to be friendlier to UI #573toolchainTypes()
['official', 'nightly']
toolchains()
->toolchains(toolchainType: string, from: number, count: number)
nightly
.toolchains('nightly', 10, 20)
returns 20 nightly versions starting from recent 10th versionca-certificates
,wget
,gnupg2
, etc.Improvement point
class Compiler
->class Toolchain
The text was updated successfully, but these errors were encountered: