Skip to content

Commit

Permalink
enable time machine (#6300)
Browse files Browse the repository at this point in the history
  • Loading branch information
riknoll authored Jan 3, 2024
1 parent a75287c commit 533d44f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"pxt-common-packages": "11.1.4",
"pxt-core": "9.3.9"
"pxt-core": "9.3.10"
},
"optionalDependencies": {
"pxt-arcade-sim": "microsoft/pxt-arcade-sim.git#v0.11.11"
Expand Down
5 changes: 4 additions & 1 deletion pxtarget.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,10 @@
"editor": "/tours/editor-tour"
},
"showOpenInVscode": true,
"hideReplaceMyCode": true
"hideReplaceMyCode": true,
"timeMachine": true,
"timeMachineDiffInterval": 600000,
"timeMachineSnapshotInterval": 1800000
},
"queryVariants": {
"skillsMap=1": {
Expand Down

0 comments on commit 533d44f

Please sign in to comment.