WSL: fixed multiple distro detection

This commit is contained in:
Eugene Pankov
2021-07-13 22:20:59 +02:00
parent ca9f11484c
commit a632a599d3
4 changed files with 7 additions and 8 deletions

View File

@@ -75,7 +75,7 @@ export class TerminalTabComponent extends BaseTerminalTabComponent {
async getRecoveryToken (): Promise<any> {
const cwd = this.session ? await this.session.getWorkingDirectory() : null
return {
type: 'app:terminal-tab',
type: 'app:local-tab',
profile: {
...this.profile,
options: {