src/Tools/VSCode/src/vscode_resources.scala
changeset 66959 015d47486fc8
parent 66715 6bced18e2b91
child 67015 1a9e2a2bf251
equal deleted inserted replaced
66958:86bc3f1ec97e 66959:015d47486fc8
   214 
   214 
   215         val thys =
   215         val thys =
   216           (for ((_, model) <- st.models.iterator if model.is_theory)
   216           (for ((_, model) <- st.models.iterator if model.is_theory)
   217            yield (model.node_name, Position.none)).toList
   217            yield (model.node_name, Position.none)).toList
   218 
   218 
   219         val thy_files = thy_info.dependencies(thys).names
   219         val thy_files = dependencies(thys).names
   220 
   220 
   221 
   221 
   222         /* auxiliary files */
   222         /* auxiliary files */
   223 
   223 
   224         val stable_tip_version =
   224         val stable_tip_version =