Fix natvis XML (#3863)

* 🐛 fix natvis XML

* 🐛 fix natvis XML
pull/3876/head
Niels Lohmann 2022-12-09 16:34:34 +01:00 committed by GitHub
parent 8f8315368b
commit 349e4b310e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -66,7 +66,8 @@ jobs:
run: cmake --build build --target ${{ matrix.target }}
ci_cmake_flags:
runs-on: ubuntu-focal
runs-on: ubuntu-latest
container: ubuntu:focal
steps:
- uses: actions/checkout@v3
- name: Get latest CMake and ninja

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
<!-- Namespace nlohmann -->
<Type Name="nlohmann::basic_json&lt;*&gt;">

View File

@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
<!-- Edit ./tools/generate_natvis/nlohmann_json.natvis.j2 -->
<!-- * * * * * * * * AUTO-GENERATED FILE * * * * * * * * -->
<?xml version="1.0" encoding="utf-8"?>
<AutoVisualizer xmlns="http://schemas.microsoft.com/vstudio/debugger/natvis/2010">
{% for ns in namespaces %}
<!-- Namespace {{ ns }} -->