We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2f1eb commit 9a68c63Copy full SHA for 9a68c63
src/ec2/model.ts
@@ -178,7 +178,7 @@ export class Ec2ConnectionManager {
178
const ssmPlugin = await getOrInstallCli('session-manager-plugin', !isCloud9)
179
const shellArgs = [JSON.stringify(session), selection.region, 'StartSession']
180
const terminalOptions = {
181
- name: selection.region + '/' + selection.instanceId,
+ name: `${selection.region}/${selection.instanceId}`,
182
shellPath: ssmPlugin,
183
shellArgs: shellArgs,
184
}
0 commit comments