cooolbros / vscode-vdf

VDF/Valve KeyValues language support for VSCode
https://marketplace.visualstudio.com/items?itemName=pfwobcke.vscode-vdf
GNU General Public License v3.0
22 stars 4 forks source link

Popfile: Squad with 1 subkey is useless #33

Open cooolbros opened 1 month ago

cooolbros commented 1 month ago
Squad
{
    TFBot
    {
        Template    T_TFBot_Giant_Soldier_RocketShotgun
    }
}

is incorrect and should cause a diagnostic, as well as a code action to transform the block into

TFBot
{
    Template    T_TFBot_Giant_Soldier_RocketShotgun
}
cooolbros commented 1 month ago

A Squad with a single subkey of Squad, RandomChoice or Tank will not render on the wave bar, which is used in missions to hide class icons