Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 26 Jun 08:18
· 1801 commits to main since this release

0.6.0

  • NEW: User can now initialise basic starter templates for multiple languages (currently support python, go and rust)

  • NEW: pytoil remove and pytoil pull changed to take projects as arguments, remove|pull all functionality is now in the --all option.

  • FIX: pytoil now supports the python.defaultInterpreterPath workspace setting rather than the soon to be deprecated python.pythonPath. See: microsoft/vscode-python#12313

  • FIX: On checking out a local project, pytoil no longer needs to call the GitHub API to determine if it exists remotely, improving performance of this command.

  • MAINT: Refactored CLI so that each command has it's own file