I built some source I was working on using the cmd+B hotkey. The build went through and I got the console output I expected. A popup also appeared about some problem with a plugin, though I closed it without reading it closely since I figured that, whatever the problem was, since it was a plugin it would surely be fine after restarting Sublime.
When I tried building the source again (before restarting Sublime) the IDE was unresponsive. Absolutely nothing happened. Also, when I pressed cmd+shift+B or clicked the menu option to bring up the build menu, nothing happened. (The menu did not appear.)
The issue persists after restarting Sublime.
I’m using Sublime version 3.1.1, build 3176 on OSX Mavericks, version 10.9.5. The build command I ran before things stopped working was this, from a custom sublime-build file I made for this language and my environment. This is far from the first time I have used this build system with Sublime, though it is the first time in a little while (3-4 months probably?) so this could be an issue introduced by a recent update.
rdmd -odbin/ -I"/Users/pineapple/Dropbox/Projects/d" -I"/Users/pineapple/Dropbox/Projects/mach.d" -debug -g -unittest --main --force “$file”
(rdmd is a program for building D source code.)