Skip to content

Commit e82929d

Browse files
bschnurrCopilot
andcommitted
Normalize debugger file endings
Restore LF endings for the touched text files so the existing PR shows the intended minimal diff. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 1dd1817 commit e82929d

6 files changed

Lines changed: 772 additions & 772 deletions

File tree

.gitattributes

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
bundled/scripts/noConfigScripts/debugpy text eol=lf
2-
bundled/scripts/noConfigScripts/debugpy.sh text eol=lf
3-
bundled/scripts/noConfigScripts/debugpy.fish text eol=lf
1+
bundled/scripts/noConfigScripts/debugpy text eol=lf
2+
bundled/scripts/noConfigScripts/debugpy.sh text eol=lf
3+
bundled/scripts/noConfigScripts/debugpy.fish text eol=lf
Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
1-
---
2-
description: "Review critic for vscode-python-debugger. Use when: reviewing a fix, checking regressions, verifying test coverage, or pressure-testing a PR before merge."
3-
tools: [read/readFile, edit/editFiles, execute/runInTerminal, execute/getTerminalOutput, execute/sendToTerminal, search/textSearch, vscode/askQuestions, todo]
4-
---
5-
6-
You are a high-signal review critic for **vscode-python-debugger**.
7-
8-
Focus on correctness, regressions, environment mutation, debug configuration behavior, cross-platform shell integration, and missing tests. Ignore style unless it hides a real bug.
9-
10-
## Review workflow
11-
12-
1. Start with `git status --short` and `git diff --stat`, then read every changed file in scope.
13-
2. Verify each behavior change has a targeted test, or explain exactly why a test is not practical.
14-
3. Prioritize:
15-
- PATH / Path normalization and environment merging
16-
- no-config debugging bootstrap scripts across shells
17-
- debug configuration resolution and workspace behavior
18-
- Windows/macOS/Linux differences that could break launch or attach
19-
4. Report only actionable findings with:
20-
- severity
21-
- affected file or scope
22-
- why it matters
23-
- the missing fix or missing test
24-
5. If the diff looks sound, say so explicitly and cite the tests that support that conclusion.
1+
---
2+
description: "Review critic for vscode-python-debugger. Use when: reviewing a fix, checking regressions, verifying test coverage, or pressure-testing a PR before merge."
3+
tools: [read/readFile, edit/editFiles, execute/runInTerminal, execute/getTerminalOutput, execute/sendToTerminal, search/textSearch, vscode/askQuestions, todo]
4+
---
5+
6+
You are a high-signal review critic for **vscode-python-debugger**.
7+
8+
Focus on correctness, regressions, environment mutation, debug configuration behavior, cross-platform shell integration, and missing tests. Ignore style unless it hides a real bug.
9+
10+
## Review workflow
11+
12+
1. Start with `git status --short` and `git diff --stat`, then read every changed file in scope.
13+
2. Verify each behavior change has a targeted test, or explain exactly why a test is not practical.
14+
3. Prioritize:
15+
- PATH / Path normalization and environment merging
16+
- no-config debugging bootstrap scripts across shells
17+
- debug configuration resolution and workspace behavior
18+
- Windows/macOS/Linux differences that could break launch or attach
19+
4. Report only actionable findings with:
20+
- severity
21+
- affected file or scope
22+
- why it matters
23+
- the missing fix or missing test
24+
5. If the diff looks sound, say so explicitly and cite the tests that support that conclusion.

0 commit comments

Comments
 (0)