babakks / vscode-juju-charmcraft-ide

VS Code extension for Juju Charm development
MIT License
4 stars 1 forks source link

⚙️ Add basic configurations #16

Closed babakks closed 10 months ago

babakks commented 10 months ago

Fixes #17

This PR adds these basic configuration parameters:

This also enables the following charm-specific overrides:

{
   "charmcraft-ide.override": {
       "path/to/charm": {
            "virtualEnvDirectory": "..."
       }
   }
}

Explanations of the parameters are included in README.md.