[SalesForce] Visual Studio Code + ForceCode not working

With MavensMate no longer being developed, I've shifted over to VS Code with the VisualCode plugin. Our process is to focus around Git, so every morning we pull the newest code from the repo, merge into our branches, and compile.

Well when I hit compile, I get:
Running the contributed command:'ForceCode.compile' failed.

And I can't figure out what I can do to compile the collection of files I have, without going one at a time through the entire list, hoping there's no circular logic.

Open to ideas as to what I might be doing wrong, as I'm relatively new to both VS Code and ForceCode.

Best Answer

This looks like a know issue in the library:

Force: Get Class, Page or Trigger stopped working after last release #101

you can get updates through the above link.

AdamEdmonds posted a "workaround" :

  • Update VSCode to the latest version (1.13.1)
  • Remove ForceCode extension and dependencies
  • Reload VSCode
  • Install ForceCode and dependencies
  • Reload VSCode
  • Remove ForceCode only leave dependencies
  • Reload VSCode
  • Install ForceCode
  • Reload ForceCode