Skip to content

Commit

Permalink
constants: use ~/.cursorless-new for now, to ease switching between t…
Browse files Browse the repository at this point in the history
…he old and new versions
  • Loading branch information
phillco committed Jul 15, 2023
1 parent 47f3220 commit 24a304b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cursorless-vscode/src/sidecar/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 24a304b

Please sign in to comment.