File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ {
2+ "folders" : [
3+ {
4+ "path" : " ."
5+ }
6+ ],
7+ "settings" : {
8+ "files.exclude" : {
9+ "**/.git" : true ,
10+ "site/" : true
11+ },
12+ "editor.formatOnSave" : true ,
13+ "editor.tabSize" : 2 ,
14+ "files.trimTrailingWhitespace" : true ,
15+ "files.insertFinalNewline" : true ,
16+ "yaml.schemas" : {
17+ "https://json.schemastore.org/github-workflow.json" : " .github/workflows/*.yml"
18+ }
19+ },
20+ "extensions" : {
21+ "recommendations" : [
22+ " ms-vscode.powershell" ,
23+ " redhat.vscode-yaml" ,
24+ " DavidAnson.vscode-markdownlint" ,
25+ " yzhang.markdown-all-in-one" ,
26+ " esbenp.prettier-vscode"
27+ ]
28+ }
29+ }
Original file line number Diff line number Diff line change 11site_name : Azure Local Load Testing Framework
22site_description : Comprehensive performance and load testing tools for Azure Local infrastructure validation
3+ site_author : Azure Local Cloud
34site_url : https://azurelocal.github.io/azurelocal-loadtools/
45repo_url : https://github.com/AzureLocal/azurelocal-loadtools
56repo_name : AzureLocal/azurelocal-loadtools
@@ -145,5 +146,5 @@ extra:
145146 homepage : https://azurelocal.cloud
146147
147148copyright : >-
148- Copyright © 2025 Azure Local. Designed and maintained by
149+ Copyright © 2026 Azure Local. Designed and maintained by
149150 <a href="https://www.hybridsolutions.cloud">Hybrid Cloud Solutions</a>.
You can’t perform that action at this time.
0 commit comments