Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Perform case insensitive file path comparisons on windows #457

Merged
merged 1 commit into from
Jun 5, 2018

Conversation

DonJayamanne
Copy link
Contributor

Fixes #447
Note: This fix also requires a change in VSC Python Extension microsoft/vscode-python#1830

@codecov-io
Copy link

Codecov Report

Merging #457 into master will decrease coverage by 0.23%.
The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #457      +/-   ##
==========================================
- Coverage   59.06%   58.82%   -0.24%     
==========================================
  Files          26       26              
  Lines        3498     3502       +4     
==========================================
- Hits         2066     2060       -6     
- Misses       1432     1442      +10
Impacted Files Coverage Δ
ptvsd/wrapper.py 52.51% <0%> (-0.45%) ⬇️
ptvsd/_util.py 64.05% <0%> (-1.31%) ⬇️
ptvsd/ipcjson.py 68.03% <0%> (-0.46%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e01084a...ea73e4d. Read the comment docs.

@karthiknadig karthiknadig merged commit 3186d17 into microsoft:master Jun 5, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ptvsd opens file in another tab on breakpoint hit in attach
4 participants