Skip to content
Snippets Groups Projects
Unverified Commit 175d7453 authored by Rémi Chauvenne's avatar Rémi Chauvenne Committed by GitHub
Browse files

fix: Force pip regex to match dot character (#10644)

parent 1eebe566
No related branches found
No related tags found
No related merge requests found
......@@ -7,5 +7,5 @@ export { getRangeStrategy } from './range';
export const language = LANGUAGE_PYTHON;
export const defaultConfig = {
fileMatch: ['(^|/)([\\w-]*)requirements.(txt|pip)$'],
fileMatch: ['(^|/)([\\w-]*)requirements\\.(txt|pip)$'],
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment