Daniel
It's a known issue: https://github.com/vsClojure/vsClojure/issues/48.
My understanding is that the extension must modify certain registry
values to associate itself with .cljproj filetypes, but can't at the
moment because it is a VSIX-type extension. MSI-type extensions have
more rights, and could make the necessary registry modifications, but
so far no one has converted the extension from VSIX to MSI. If anyone
knows more about this than I do (highly likely), feel free to chime
in.Daniel