javascript--spidermonkey--run-button READMEThis is a simple extension that adds a play/run button to the top right of the editor window. When you click the button, the current file is run in the terminal using the RequirementsThis extension requires the SpiderMonkey JavaScript engine to be installed on your system and on the path. A command 'Install and Setup Spidermonkey' is provided in the command palette to help you install SpiderMonkey. githubhttps://github.com/zachtsch/js-spidermoney-vs-code-extension Install and Setup SpidermonkeyThis command will install SpiderMonkey on your system and add it to your path. It behaves differently depending on your operating system. WindowsDownloads jsshell-win64.zip from https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/ and unzips it in C:\spidermonkey. Then adds C:\spidermonkey to your path. Finally it removes the .zip file. MacInstalls Homebrew, adds LinuxAutomated installation from this extension is unsupported at this time. Please install SpiderMonkey manually. |