scan wsl distros directly in registry

This commit is contained in:
Eugene Pankov
2018-10-08 13:57:33 -07:00
parent 2ec3833977
commit 665a8e714e
2 changed files with 21 additions and 24 deletions

View File

@@ -56,6 +56,7 @@ export interface IShell {
command: string
args?: string[]
env?: any
fsBase?: string
}
export abstract class ShellProvider {