Files
herolib/lib/installers/lang/vlang
2025-10-12 12:30:19 +03:00
..
...
2025-08-28 21:21:57 +02:00

Installer - Vlang Module

This module provides heroscript actions for installing and managing the V programming language and its tools.

Actions

vlang.install

Installs the V language compiler.

Parameters:

  • reset (bool): If true, force a reinstall even if V is already detected. Default: false.

Example:

!!vlang.install
reset: true

vlang.v_analyzer_install

Installs the v-analyzer language server for V.

Parameters:

  • reset (bool): If true, force a reinstall. Default: false.

Example:

!!vlang.v_analyzer_install