src/Tools/VSCode/src/vscode_resources.scala
changeset 70775 97d3485028b6
parent 70718 5bb025e24224
child 71649 2acdbb6ee521
equal deleted inserted replaced
70774:64751a7abfa6 70775:97d3485028b6
   231 
   231 
   232         /* auxiliary files */
   232         /* auxiliary files */
   233 
   233 
   234         val stable_tip_version =
   234         val stable_tip_version =
   235           if (st.models.forall(entry => entry._2.is_stable))
   235           if (st.models.forall(entry => entry._2.is_stable))
   236             session.current_state().stable_tip_version
   236             session.get_state().stable_tip_version
   237           else None
   237           else None
   238 
   238 
   239         val aux_files =
   239         val aux_files =
   240           stable_tip_version match {
   240           stable_tip_version match {
   241             case Some(version) => undefined_blobs(version.nodes)
   241             case Some(version) => undefined_blobs(version.nodes)