Click the Run Code Button at the top right of VS Code
Or use shortcut Ctrl+Alt+Enter
Or open the command palette using Ctrl+Shift+P then type jscoderunner and select Run JavaScript Code
To stop running the code
Click the Stop Code Run Button at the top right of VS Code
Or use shortcut Ctrl+shift+Enter
Or open the command palette using Ctrl+Shift+P then type jscoderunner and select Stop Running JavaScript Code
Configuration
To control Wether or not to show the Run Code icon in the top right of VS Code, open settings and search jscoderunner then check or uncheck the Show Run Icon setting
To control Wether or not to show the Stop Code Run icon in the top right of VS Code, open settings and search jscoderunner then check or uncheck the Show Stop Icon setting
To change the executor string, open settings and search jscoderunner then change the string in the input field
To run code in terminal instead of output channel,open settings and search jscoderunner then check the Run In Terminal setting
To clear previous output before running again, open settings and search jscoderunner then check the Clear Previous Output setting