Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Package LoggerNew to Visual Studio Code? Get it now.

Package Logger

taizod1024

|
26 installs
| (0) | Free
windows package logger
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

package-logger

Output Windows application, package list with version and config. Use it with Git.

  • package-logger
    • os
      • system information
        systeminfo
        
      • windows features
        dism /Online /Get-Features /English
        
      • environment variables
    • package
      • windows application list
        reg query HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall /s
        reg query HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall /s
        reg query HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall /s
        
      • chocolatey package list and config
        choco list --local-only
        choco config list
        
      • nodejs package list and config
        npm list --global
        npm config list
        nvm list
        
      • python package list and config
        pip list
        pip config list
        
      • vscode extension list
        code --list-extensions -show-versions
        
      • git config
        git config --list
        
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2022 Microsoft