Skip to content

Commit 47cfc28

Browse files
committed
fix: name for Nushell
1 parent a591951 commit 47cfc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/terminal/startup/nuShellStartup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ function getCommandAsString(command: PythonCommandRunConfiguration[]): string {
188188
}
189189

190190
export class NuShellStartupProvider implements ShellStartupProvider {
191-
public readonly name: string = 'Nu';
191+
public readonly name: string = 'Nushell';
192192
public readonly nuShellActivationEnvVarKey = 'VSCODE_NU_ACTIVATE';
193193

194194
async isSetup(): Promise<ShellSetupState> {

0 commit comments

Comments
 (0)