julia-vscode / SymbolServer.jl

Other
23 stars 31 forks source link

SymbolServer does not create the store #174

Closed aminya closed 4 years ago

aminya commented 4 years ago

I tried to run the following, but nothing is stored in the hard disk (there is no store folder).

x = getstore(SymbolServerInstance("./test"), "./test")
aminya commented 4 years ago

I thought that the store folder is created in the current directory, while it is inside the package folder itself.