/vscode-shed-archive

VSCode extension for shed (Python formatter) .

Primary LanguagePythonMIT LicenseMIT

VSCode Extension for shed

GitHub Visual Studio Marketplace Installs Visual Studio Marketplace Version

VSCode extension for shed.

Install Now

Consider using Composite Formatter to run multiple formatters at once as a single formatter.

Requirements

  1. VS Code 1.64.0 or greater
  2. Python 3.7 or greater
  3. node >= 14.19.0
  4. npm >= 8.3.0 (npm is installed with node, check npm version, use npm install -g npm@8.3.0 to update)
  5. 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.