[SalesForce] How to open a project in Mavensmate using Visual Studio Code

I'm having trouble getting VS Code to recognize any MavensMate tasks in my initial testings. I definitely have the MM desktop app installed and a working project for it (I've been using MM and Sublime up until now).

For example, open a MM project

Error: command 'mavensmate.openProject' not found

What am I missing to get this working?

Best Answer

I just experienced this problem myself on Windows. I resolved it by updating the VS Code path in the Mavensmate Desktop Settings (gear icon in the upper-right).

The path that worked for me was: C:\\Program Files (x86)\\Microsoft VS Code\\Code.exe

Related Topic