mirror of
https://github.com/Microsoft/vscode
synced 2024-10-30 08:06:04 +00:00
Resolve todos
This commit is contained in:
parent
47b7320c1f
commit
a8d2a3a87c
2 changed files with 1 additions and 2 deletions
|
@ -274,7 +274,6 @@ export class TerminalInstance extends Disposable implements ITerminalInstance {
|
|||
// which would result in the wrong profile being selected and the wrong icon being
|
||||
// permanently attached to the terminal.
|
||||
if (!this.shellLaunchConfig.executable && !workbenchEnvironmentService.remoteAuthority) {
|
||||
// TODO: Icon flashes white first
|
||||
this._terminalProfileResolverService.resolveIcon(this._shellLaunchConfig, OS);
|
||||
}
|
||||
|
||||
|
|
|
@ -119,7 +119,7 @@ export abstract class BaseTerminalProfileResolverService implements ITerminalPro
|
|||
shellLaunchConfig.name = resolvedProfile.profileName;
|
||||
}
|
||||
|
||||
// TODO: Verify
|
||||
// Apply the color
|
||||
shellLaunchConfig.color = resolvedProfile.color;
|
||||
|
||||
// Resolve useShellEnvironment based on the setting if it's not set
|
||||
|
|
Loading…
Reference in a new issue