Add terminal icon ext api

Part of #120538
This commit is contained in:
Daniel Imms
2021-04-05 02:42:39 -07:00
parent 0e7fc5faf5
commit f8810116c6
10 changed files with 23 additions and 5 deletions

View File

@@ -123,6 +123,7 @@ export class MainThreadTerminalService implements MainThreadTerminalServiceShape
executable: launchConfig.shellPath,
args: launchConfig.shellArgs,
cwd: typeof launchConfig.cwd === 'string' ? launchConfig.cwd : URI.revive(launchConfig.cwd),
icon: launchConfig.icon,
initialText: launchConfig.initialText,
waitOnExit: launchConfig.waitOnExit,
ignoreConfigurationCwd: true,