We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a47b826 commit 1623f34Copy full SHA for 1623f34
Scripts/CSSketch-remote.coscript
@@ -11,6 +11,10 @@ if (!NSClassFromString("MSDocument")){
11
var sketchDocumentsFolder = [projectFolder stringByAppendingPathComponent:"Examples"];
12
var documentPath = [sketchDocumentsFolder stringByAppendingPathComponent:"CSSketch - flexBox.sketch"];
13
14
+ // Submitted tests
15
+// var testsFolder = [projectFolder stringByAppendingPathComponent:"test"];
16
+// var documentPath = [testsFolder stringByAppendingPathComponent:"twoClasses.sketch"];
17
+
18
// Open Sketch document
19
[[NSWorkspace sharedWorkspace] openFile:documentPath];
20
0 commit comments