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
Package attached in .zip file
its a simple package made with package template ,
newpackage.jl simple import enzyme ,defines 1 function and exports it.
module newpackage
using Enzyme
# Write your package code here.functionf3()
return4endexport f3
end
if a project is using this using the package in dev mode.
any change to the package source files causes lsp to index again and this takes very long , logs show it to be stuck on indexing the package
adding the package however does not cause lsp to stall.
The text was updated successfully, but these errors were encountered:
newpackage.zip
Package attached in .zip file
its a simple package made with package template ,
newpackage.jl simple import enzyme ,defines 1 function and exports it.
if a project is using this using the package in
dev
mode.any change to the package source files causes lsp to index again and this takes very long , logs show it to be stuck on indexing the package
adding the package however does not cause lsp to stall.
The text was updated successfully, but these errors were encountered: