VSCode Extension for shed
VSCode extension for shed.
Consider using Composite Formatter to run multiple formatters at once as a single formatter.
Requirements
- VS Code 1.64.0 or greater
- Python 3.7 or greater
- node >= 14.19.0
- npm >= 8.3.0 (
npm
is installed with node, check npm version, usenpm install -g npm@8.3.0
to update) - Python extension for VS Code
Extension Settings
Name | Description |
---|---|
shed.logLevel |
The log level the extension logs at, defaults to 'error'. |
shed.args |
Additional arguments passed in. Each argument is a separate item in the array. |
shed.path |
When set to a path to shed binary, extension will use that. NOTE: Using this option may slowdown server response time. |
shed.importStrategy |
Defines where shed is imported from. This setting may be ignored if shed.path is set. |
shed.interpreter |
When set to a path to python executable, extension will use that to launch the server and any subprocess. |
shed.showNotification |
Controls when notifications are shown by this extension. |
Extension Commands
shed: Restart Server
: Restart Server.