Skip to content

Commit 8ac1f29

Browse files
authored
Add note about no official msvc 2026 support
1 parent d485bf9 commit 8ac1f29

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ See [README.md](README.md) in this repo for setting up your build environment (c
3131
To be safe and avoid problems with VAC, it's recommended to add a [-insecure](https://developer.valvesoftware.com/wiki/Command_Line_Options) launch flag before attaching your debugger.
3232

3333
#### VS2022 + CMake (Windows)
34+
35+
> [!NOTE]
36+
> We do *not* officially support Visual Studio 2026 at this time! If you run into issues, please consider downgrading to VS 2022 for now.
37+
>
38+
3439
In the CMake Target View, right-click "client (shared library)" and click on "Add Debug Configuration". This should generate the `src/.vs/launch.vs.json` config file.
3540

3641
Modify the config to fix the directory paths; an example is provided below:

0 commit comments

Comments
 (0)