From 80c2ed3f98b5b3d2269cf58089487b8c7262953d Mon Sep 17 00:00:00 2001 From: Alex Shnitman Date: Tue, 25 Jan 2022 23:56:17 +0200 Subject: reworked persistent queues --- .vscode/launch.json | 2 ++ 1 file changed, 2 insertions(+) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index a341190..5e18642 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,11 +12,13 @@ "windows": { "env": { "DOWNLOAD_DIR": "${env:USERPROFILE}/Downloads", + "STATE_DIR": "${env:TEMP}", } }, "osx": { "env": { "DOWNLOAD_DIR": "${env:HOME}/Downloads", + "STATE_DIR": "${env:TMPDIR}", } }, "console": "integratedTerminal" -- cgit