Installing vscode on Kali

If anyone installing vscode on Kali linuxsudo apt install codesudo code –no-sandbox –user-data-dir ~/Desktopfrom within VSCode hit Ctrl+Shift+Xthen click install under python supportthen search for yapf formatterhit installgo 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}”, ],