8000 Releases · afri-bit/vsconan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: afri-bit/vsconan

v0.2.0

30 May 19:07
Compare
Choose a tag to compare

Added

  • #10 Enable option to list dirty packages from a recipe
    • vsconan.explorer.treeview.package.showDirtyPackage is available to set the flag persistent
  • #14 Support non-pip conan installation
    • Enable possibility for user to use the extension using alternative conan installation (e.g. conan executable)
    • Provide mode switch between python interpreter and conan executable (User can still use the python interpreter to execute conan CLI)
  • Configuration for the extension in settings.json
    • vsconan.general.conanExecutable
    • vsconan.general.conanExecutionMode
    • vsconan.general.pythonInterpreter
  • Right click option for recipe and package treeview item to copy its path
  • #13 Managing editable packages
    • List editable packages in the treeview
    • Remove editable package via Treeview
    • Open editable package in VS Code
    • Open editable package in Explorer
    • Copy editable path to clipboard
    • Remove editable package via command and quickpick (simple option)
    • Add editable package from the workspace
    • Enable layout file input for the editable package
      !!! Currently only supporting the manual input from the user for the layout.

Changed

  • The configuration for extension is migrated to official VS Code settings.json. Custom global config.json under ~/.vsconan is now deprecated.

Removed

  • VSConan: Create Global Configuration (JSON)
    Command to create global configuration file in your home directory
  • VSConan: Open Global Configuration (JSON)
    Open the global configuration file in editor

v0.1.0

21 Apr 20:50
Compare
Choose a tag to compare

Features:

  • Conan Explorer
    • Conan Recipe
      • Recipe information
      • Open in explorer
      • Open in VS Code
      • Remove recipe
    • Conan Binary Packages
      • Open in explorer
      • Open in VS Code
      • Remove binary package
    • Conan Profile
      • Add new profile
      • Edit profile
      • Open in explorer
      • Rename profile
      • Duplicate profile
      • Remove profile
    • Conan Remote
      • Edit remotes.json file in VS Code
      • Rename remote
      • Update remote URL
      • Enable remote
      • Disable remote
      • Remove remote
  • Conan Workspace
    • conan create
    • conan install
    • conan build
    • conan source
    • conan package
    • conan export-pkg
  • Additional Support Features
    • Create global configuration file
    • Open global configuration file
    • Create workspace configuration file
    • Open workspace configuration file
0