Skip to content

Commit 7e38939

Browse files
committed
Revert "Revert "Merge pull request microsoft#184739 from max06/max06/issue184659""
This reverts commit fdf30c9.
1 parent fdf30c9 commit 7e38939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/server/node/server.cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ export async function main(desc: ProductDescription, args: string[]): Promise<vo
145145
// Usage: `[[ "$TERM_PROGRAM" == "vscode" ]] && . "$(code --locate-shell-integration-path zsh)"`
146146
case 'zsh': file = 'shellIntegration-rc.zsh'; break;
147147
// Usage: `string match -q "$TERM_PROGRAM" "vscode"; and . (code --locate-shell-integration-path fish)`
148-
case 'fish': file = 'shellIntegration.fish'; break;
148+
case 'fish': file = 'fish_xdg_data/fish/vendor_conf.d/shellIntegration.fish'; break;
149149
default: throw new Error('Error using --locate-shell-integration-path: Invalid shell type');
150150
}
151151
console.log(resolve(__dirname, '../..', 'workbench', 'contrib', 'terminal', 'browser', 'media', file));

0 commit comments

Comments
 (0)