This extension makes it possible to simulate numworks calculator in vscode.
- Run Numworks simulator (full or python).
- Reload simulator automatically when changes in the script are detected.
Execute Numworks Simulator: Run Simulator.
Note: This command doesn't load any script.
- Open python file.
- Execute
Numworks Simulator: Run Python SimulatororNumworks Simulator: Run Python Simulator at the Sideor click run button in editor title menu.
Note: If you need to import from other scripts, make sure to set allowMultipleScripts to true. This enables loading sibling scripts as well.
| Name | Description | type | default |
|---|---|---|---|
numworks-simulator.allowMultipleScripts |
Control whether to load all sibling scripts of the open script. | boolean | false |
