Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Byo Bios BuildNew to Visual Studio Code? Get it now.
Byo Bios Build

Byo Bios Build

Byo BIOS

|
1,481 installs
| (0) | Free
百敖代码编译插件
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

百敖 代码编译插件

  1. 自动搜所项目目录及子目录有的 build.json 文件,自动生成编译命令

  2. 按下 Ctrl + Shift + P 输入 build, 选择需要执行的编译命令即可

  3. 注意:第一次执行会略有卡顿

build.json文件示例

{
  "version": "0.0.1",
  "configurations": [
    {
      // 显示信息
      "name": "Build Relseas",

      // Windows 终端类型 
      // cmd 
      // powershell
      // powershellx86

      // Linux 终端类型
      // bash

      "type": "cmd",
      // 执行命令的目录,相对于build.json
      "commandDir": "../../",
      // 编译命令
      "command": "dir"
    },
    {
      // 第二个编译选项,如果不需要可以忽略
      "name": "Build Debug",
      "type": "cmd",
      "commandDir": "../../",
      "command": "dir"
    }
  ]
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft