Skip to content

Commit d553d15

Browse files
committed
followup to renaming fish script, redux
See 90a258a & 2a81960.
1 parent 2a81960 commit d553d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/code/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function main(argv: string[]): Promise<any> {
7272
// Usage: `[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"`
7373
case 'zsh': file = 'shellIntegration-rc.zsh'; break;
7474
// Usage: `string match -q "$TERM_PROGRAM" "vscode"; and . (code --locate-shell-integration-path fish)`
75-
case 'fish': file = 'shellIntegration-fish.fish'; break;
75+
case 'fish': file = 'shellIntegration.fish'; break;
7676
default: throw new Error('Error using --locate-shell-integration-path: Invalid shell type');
7777
}
7878
console.log(join(dirname(FileAccess.asFileUri('', require)).fsPath, 'out', 'vs', 'workbench', 'contrib', 'terminal', 'browser', 'media', file));

0 commit comments

Comments
 (0)