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
In the development process of a technical project I very often DO NOT have full project structure of a Julia package containing
a src directory
a project description Project.toml
etc.
Instead I am using standalone Julia files that I want to test and develop in a "default" Julia environment, as installed on my computer. This feature request asks for the support of standalone Julia files with no project stucture and no dependency of specific package versions. The requested functionallity is basically comparable to the Python implemention of Zed.