We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a0148c commit ec50208Copy full SHA for ec50208
1 file changed
…terminal/shells/fishStartup.unit.test.ts …nal/shells/fish/fishStartup.unit.test.tssrc/test/features/terminal/shells/fishStartup.unit.test.ts renamed to src/test/features/terminal/shells/fish/fishStartup.unit.test.ts
@@ -3,7 +3,7 @@ import * as os from 'os';
3
import * as path from 'path';
4
import * as sinon from 'sinon';
5
6
-import { getFishProfile } from '../../../../features/terminal/shells/fish/fishStartup';
+import { getFishProfile } from '../../../../../features/terminal/shells/fish/fishStartup';
7
8
suite('Fish Startup', () => {
9
let originalXdgConfigHome: string | undefined;
0 commit comments