Skip to content

Commit 44871dd

Browse files
LarryOstermanCopilotheaths
authored
Create a TSP file starter document (Azure#3351)
Fixes Azure#1882 @ronniegeraghty for detailed commentary. Largely created by copilot with substantive edits after the fact. Copilot prompt tested successfully on "chatgpt 5 Codex", mostly successfully on "Claude Sonnet 3.5" --------- Co-authored-by: Copilot <[email protected]> Co-authored-by: Heath Stewart <[email protected]>
1 parent 83c2a2c commit 44871dd

File tree

3 files changed

+498
-2
lines changed

3 files changed

+498
-2
lines changed

.github/prompts/perf-test.prompt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
mode: "agent"
2+
agent: "agent"
33
description: "Generate a new performance test"
44
---
55

.vscode/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
}
1414
],
1515
"markdownlint.config": {
16-
"MD024": false
16+
"MD024": false,
17+
"MD046": {
18+
"style": "consistent"
19+
}
1720
},
1821
"rust-analyzer.cargo.features": "all",
1922
"rust-analyzer.check.command": "clippy",

0 commit comments

Comments
 (0)