Pokaż wszystkie rozszerzenia Vscode zainstalowane w poleceniu

# Open vscode in a directory where you want to save the output to a txt file
# Press ctrl+~ to open terminal and ensure "bash" is your chosen platform

code --list-extensions --show-versions > extensions.txt

# Type code --help for more options
lundeen-bryan