Commit b06302e
test(e2e): address Copilot review on header comments
Two header comments were internally inconsistent with the plan body:
1. java-dep-export-jar.yaml line 21-22 said 'we set it via
workspaceSettings' but the setup block actually uses user-level
\settings:\. The detailed rationale further down already explains
the user-level choice; the upstream summary now matches.
2. java-dep-project-creation.yaml line 35-36 said the template ships
'plus an empty lib/ ensure-dir'. The template directory in the repo
contains only README.md, .vscode/settings.json and src/App.java —
the empty lib/ is created at runtime by scaffoldSimpleProject via
\se.ensureDir(path.join(projectRoot, 'lib'))\ (projectController.ts:185),
not by the template copy. Reworded to make the distinction explicit.
Doc-only changes; YAML behaviour and assertions unchanged.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 2e5553e commit b06302e
2 files changed
Lines changed: 14 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
37 | 36 | | |
38 | 37 | | |
39 | 38 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
44 | 47 | | |
45 | 48 | | |
46 | 49 | | |
| |||
0 commit comments