Skip to content
| Marketplace
Sign in
Visual Studio Code>Debuggers>qiqi dev toolkitNew to Visual Studio Code? Get it now.
qiqi dev toolkit

qiqi dev toolkit

ouxingyang

|
183 installs
| (0) | Free
qiqi的开发工具, 运维平台工具
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

qiqi-dev

集成qiqi运维平台

使用

配置

  1. 在qiqi.ops.host中配置运维平台地址
  2. 点击右下角登录按钮

trek调试自动选择环境

在launch.json中添加auto:true, 调试的时候将会自动选择环境

 {
      "name": "go auto",
      "type": "go",
      "request": "launch",
      "mode": "auto",
      "program": "${workspaceRoot}/trek/main.go",
      "env": {},
      "auto": true,
      "args": [
        "-config=nx-dev-k8s"
      ]
}

集成运维平台

  1. 查看环境信息, 打开elk日志, 打开gql工具
  2. 查看部署记录,查看部署日志 一键部署
  3. 查看jenkins执行记录, 执行jenkins任务

支持gql执行

在后缀为gql/graphql的文件中输入gql语句,点击执行

## env:hotfix-inte-aws-1
## tenantId: 0
query {
    Project {
        id
    }
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft