Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>vmix-lintNew to Visual Studio Code? Get it now.
vmix-lint

vmix-lint

game-fed

|
53 installs
| (0) | Free
vmix vscode lint extension
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

vmix-lint

vmix linter for VS Code.

配置

可以在根目录创建.vmixlintrc.js,并配置一些options:

module.exports = {
    {
        "enable": true,
        "ignores": ['@mouse', 'vertical-align-middle']
    }
}
  • enable: 是否开启vmixlint。默认为true。
  • ignores: 需要全局忽略的规则。输入规则id,vmixlint将不会对这些规则进行校验。

规则id可以在【提示面板】中找到,如下图所示:

你也可以在package.json中配置options:

{
    ...
    "vmixlint": {
        "enable": true,
        "ignores": ['@mouse', 'vertical-align-middle']
    },
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft