Microsoft/vscode
Vedi su GitHubSimple way to temporarily turn off exclusions for QuickOpen files
Open
#15.604 aperta il 17 nov 2016
feature-requesthelp wantedquick-opensearch
Metriche repository
- Star
- (74.848 star)
- Metriche merge PR
- (Merge medio 11h 43m) (1000 PR mergiate in 30 g)
Descrizione
Using a transpiled language I sometimes find the need to look at the transpiled code which typically is excluded from QuickOpen. Having a simple way to turn exclusions off would simplify this. Some options come to mind:
- Have a 'Turn Off Exclusions' entry at the end of the results list.
- Have an additional QuickOpen prefix that runs QuickOpen with exclusions turned off.
- Have an option toggle next to the QuickOpen entry field to turn exclusions off.