javascript--spidermonkey--run-button READMEThis is a simple extension that adds a play/run button to the top right of the editor window for Javascript files ( TypeScript files (
RequirementsFor TypeScript, this extension requires Node.js (which includes npm), as well as TypeScript and tsx installed globally. For JavaScript, this 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 If you already had VS Code or a terminal open, you may need to open a new terminal or restart VS Code before MacInstalls Homebrew, adds LinuxAutomated installation from this extension is unsupported at this time. Please install SpiderMonkey manually. |