Commit graph

3 commits

Author SHA1 Message Date
Tom Limoncelli
865dad5b78
TOOLS: bin/generate-all.sh should skip .vscode (#3901)
# Issue

bin/generate-all.sh is trying to reformat VSCode's launch.json, but it
can't because it is not strict json.

```
Reformatting: ./.vscode/launch.json
ERROR: Expecting value: line 17 column 17 (char 465)
```

# Resolution

bin/generate-all.sh should skip the .vscode directory.
2025-12-08 10:09:06 -05:00
Jeffrey Cafferata
c5b3ccc7db
CICD: Detect broken HTML links in the documentation as part of the pipeline (#3439) 2025-03-21 10:56:41 -04:00
Tom Limoncelli
0d8dcea63a
BUILD: Move regen steps to a script (#3491) 2025-03-17 09:06:32 -04:00