We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aac827 commit fe8d0e7Copy full SHA for fe8d0e7
test/suite/extension.test.ts
@@ -136,7 +136,8 @@ suite('Extension Test Suite', () => {
136
await getHaskellConfig().update('releasesDownloadStoragePath', path.normalize(getWorkspaceFile('bin').fsPath));
137
await getHaskellConfig().update('serverEnvironment', {
138
XDG_CACHE_HOME: path.normalize(getWorkspaceFile('cache-test').fsPath),
139
- TMPDIR: tmpdir
+ TMPDIR: tmpdir,
140
+ TMP: tmpdir,
141
});
142
fs.mkdirSync(tmpdir, { recursive: true });
143
const contents = new TextEncoder().encode('main = putStrLn "hi vscode tests"');
0 commit comments