Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upadd re-run last test option #572
Conversation
| @@ -42,6 +42,12 @@ export async function testSolution(uri?: vscode.Uri): Promise<void> { | |||
| detail: "Test with the written cases in file", | |||
| value: ":file", | |||
| }, | |||
| { | |||
| label: "$(refresh) Re- run last...", | |||
This comment has been minimized.
This comment has been minimized.
jdneo
Jun 27, 2020
Member
UI: Use this icon please: $(debug-restart)
reference: https://microsoft.github.io/vscode-codicons/dist/codicon.html
|
Hey @nathanesau, Thank you for your contribution, and sorry for the late reply... I think it could be better if we use the icon |
|
@nathanesau, will you still have the interest to update the PR? |
| @@ -42,6 +42,12 @@ export async function testSolution(uri?: vscode.Uri): Promise<void> { | |||
| detail: "Test with the written cases in file", | |||
| value: ":file", | |||
| }, | |||
| { | |||
| label: "$(debug-restart) Re-run last...", | |||
This comment has been minimized.
This comment has been minimized.
jdneo
Jul 24, 2020
Member
One suggestion here: We should only show the re-run option when the lastTest is not empty. Also, this option should put at the top of the list, to make it more convenient for the users.

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.


nathanesau commentedJun 12, 2020
Implement request from Issue #570