Skip to content

Commit 706c654

Browse files
committed
temp: sicp
1 parent 2c9ba65 commit 706c654

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/messages.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
// Ideally it is split into multiple files, but for ease of copying, it is kept as one file.
44

55
/** A subset of the WorkspaceLocation type found in source-academy/frontend */
6-
const VscWorkspaceLocationArray = ["assessment", "playground"];
6+
const VscWorkspaceLocationArray = ["assessment", "playground", "sicp"];
77
export const isVscWorkspaceLocation = (s: any) =>
88
VscWorkspaceLocationArray.includes(s);
9-
export type VscWorkspaceLocation = "assessment" | "playground";
9+
export type VscWorkspaceLocation = "assessment" | "playground" | "sicp";
1010

1111
// ================================================================================
1212
// Message type definitions

0 commit comments

Comments
 (0)