From 24a304b71928b89f7ff17f8bc3f019c9ef09b6f2 Mon Sep 17 00:00:00 2001 From: Phil Cohen Date: Sat, 15 Jul 2023 11:34:45 -0700 Subject: [PATCH] constants: use ~/.cursorless-new for now, to ease switching between the old and new versions --- packages/cursorless-vscode/src/sidecar/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cursorless-vscode/src/sidecar/constants.ts b/packages/cursorless-vscode/src/sidecar/constants.ts index d40f523b87..6c61b2ff78 100644 --- a/packages/cursorless-vscode/src/sidecar/constants.ts +++ b/packages/cursorless-vscode/src/sidecar/constants.ts @@ -4,4 +4,4 @@ import * as os from "os"; /** * The directory where we store everything for Cursorless Everywhere related things. */ -export const CURSORLESS_ROOT_DIRECTORY = path.join(os.homedir(), ".cursorless"); +export const CURSORLESS_ROOT_DIRECTORY = path.join(os.homedir(), ".cursorless-new");