vscode-direnv icon indicating copy to clipboard operation
vscode-direnv copied to clipboard

Extension 'rubymaniac.vscode-direnv' not found.

Open piegamesde opened this issue 5 years ago • 2 comments

The extensions search does not give any results either. I use vscodium, do I have to do something special to find this extension?

piegamesde avatar Oct 12 '20 13:10 piegamesde

VSCodium uses https://open-vsx.org/ as its extension registry instead of MSFT's https://marketplace.visualstudio.com/. This extension isn't published on OpenVSX.

There's a way to get VSCodium to use MSFT's registry, but it's a bit involved if you don't edit config files for fun:

  • install VSCode
  • find its product.json file
  • copy its "extensionsGallery" key
  • find VSCodium's product.json file
  • replace its "extensionsGallery" key with the one from VSCode

That being said I'm not even sure this extension works anymore.

armarti avatar Oct 25 '20 21:10 armarti

This one is in OpenVSX and is probably better: https://github.com/cab404/vscode-direnv

sandstrom avatar Jul 08 '21 14:07 sandstrom