You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,10 +22,11 @@ What We Accomplished:
22
22
2) imported monaco editor in file ide.js line 1440
23
23
3) Added a route in file routes.py line 124
24
24
4) got intellisence to work in file index.html line 345
25
-
5) partial work done with saving (i.e. refreshing page and code still being there) using localStorage... change it please, in file ide.js 1450 and file routes.py line 124
25
+
5) partial work done with saving (i.e. refreshing page and code still being there) using localStorage... change it please, in file ide.js 1450 and file routes.py line 124 -- Finished this in line 1440 in ide.js
26
26
6) PATIENCE IS NUMBER 1 VIRTUE file life.svelte line 2
27
27
28
28
What Needs to be Accomplished:
29
-
1) Saving the code **CRITICAL IMPORTANCE**
30
-
2) Having code load in when opened
31
-
3) test that the relationship with runner is good
29
+
1) Saving the code **CRITICAL IMPORTANCE** -- This was Finished
30
+
2) Having code load in when opened -- This was Finished
31
+
3) Getting the right language to load into the editor.
0 commit comments