autoflake
autoflake copied to clipboard
Extension Autoflake not found in VSCode + WSL:Ubuntu
I installed Autoflake in VS code on Windows machine. (WSL: Ubuntu)
It shows "Extension is enabled on 'WSL: Ubuntu'"
- Open a .py file
- Ctrl+Shift+P, select command "Autoflake: Remove Unused Imports" Got error: /bin/sh: 1: autoflake: not found
sudo pip3 install autoflake