Vscode: Add clear recent projects from file menu to commands [ ctrl + shift + p ]

Created on 17 Mar 2017  路  11Comments  路  Source: microsoft/vscode

Add shortcut from (File -> Open Recent -> clear items) to commands [ ctrl + shift + p ]

feature-request good first issue help wanted verification-needed verified

Most helpful comment

@bpasero I've created a PR for this task, PR#23049.

All 11 comments

@bpasero would you accept a PR that implemented this?

@Tyriar sure, I think this is actually trivial because we have a windows service method clearRecentPathsList that we just need to wire up to a command.

I'll try to make a PR for this if no one is on it yet :)

@misoguy You beat me to the punch... Just wanted to start testing it :)

@cristianhosu You can start it if you want :) I haven't done anything yet :)

@misoguy this was one of the only beginner tasks :)
How do i assign it to myself?

@cristianhosu I think making a PR for this issue and referencing it to this issue should be enough :)

@cristianhosu we can't assign outside of the GH organization unfortunately, a comment as you've done is perfect :smiley:

@bpasero I've created a PR for this task, PR#23049.

Yaaaaay! My first contribution :)

@cristianhosu awesome, thanks a bunch :smiley:

Was this page helpful?
0 / 5 - 0 ratings