Installing vscode on Kali

If anyone installing vscode on Kali linux
sudo apt install code
sudo code –no-sandbox –user-data-dir ~/Desktop
from within VSCode hit Ctrl+Shift+X
then click install under python support
then search for yapf formatter
hit install
go to run, select add config, then paste in the yaml lines below to force style, close and save
“yapf.args”: [ “–style”, “{based_on_style: google, indent_width: 2, column_limit: 100}”, ],