quinnj / Sublime-IJulia

An IJulia Frontend for Sublime Text 3
90 stars 16 forks source link

Add .no-sublime-package file #52

Closed davidanthoff closed 10 years ago

davidanthoff commented 10 years ago

This should fix #41. On Sublime 3 packages are installed as packed by default but that doesn't work if there are dependencies on shared libraries. With a .no-sublime-package file in the root, the package manager will install the package as unpacked by default, and then things work with shared libraries.

mzalam commented 10 years ago

How do I add this file?

davidanthoff commented 10 years ago

I think it should be enough to merge this commit. It will add an empty file with that name to the repo and that should take care of things.

quinnj commented 10 years ago

You sir are a saint!