Skip to content

The bake installed by UV cannot be detected and used by the plugin. #30

@xxnuo

Description

@xxnuo

My system does not have system-level pip installed, so I use uv to install it.

Install by

uv tool install mbake

Run test

bake --help
                                                                                                                                       
 Usage: bake [OPTIONS] COMMAND [ARGS]...                                                                                               
                                                                                                                                       
 Format and lint Makefiles according to best practices.                                                                                
                                                                                                                                       
                                                                                                                                       
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --version                     Show version and exit.                                                                                │
│ --install-completion          Install completion for the current shell.                                                             │
│ --show-completion             Show completion for the current shell, to copy it or customize the installation.                      │
│ --help                        Show this message and exit.                                                                           │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ init       Initialize configuration file with defaults.                                                                             │
│ config     Show current configuration.                                                                                              │
│ validate   Validate Makefile syntax using GNU make.                                                                                 │
│ format     Format Makefiles according to style rules (use 'validate' command for syntax checking).                                  │
│ update     Update mbake to the latest version from PyPI.                                                                            │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

The plug shows both mbake not found. Please install it with: pip install mba while setting the mbake.executablePath and when not setting the path.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions