We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Nushell
1 parent a591951 commit 47cfc28Copy full SHA for 47cfc28
1 file changed
src/features/terminal/startup/nuShellStartup.ts
@@ -188,7 +188,7 @@ function getCommandAsString(command: PythonCommandRunConfiguration[]): string {
188
}
189
190
export class NuShellStartupProvider implements ShellStartupProvider {
191
- public readonly name: string = 'Nu';
+ public readonly name: string = 'Nushell';
192
public readonly nuShellActivationEnvVarKey = 'VSCODE_NU_ACTIVATE';
193
194
async isSetup(): Promise<ShellSetupState> {
0 commit comments