1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# VX Project Configuration
# This file defines the tools and versions required for this project.
# Run 'vx setup' to install all required tools.
# Run 'vx dev' to enter the development environment.
# Project: msvc-kit
[]
= "latest"
= "latest"
= "22"
[]
# Automatically install missing tools when entering dev environment
= true
# Cache duration for version checks
= "7d"
[]
# Build commands
= "just build"
= "just build-release"
# Quality commands
= "just check"
= "just fmt"
= "just lint"
= "just test"
# Documentation
= "just doc"
= "just docs-dev"
= "just docs-build"
# Development
= "just run"
= "just ci"
# Release
= "just release-check"
= "just publish"