Skip to content

Commit 517b9fb

Browse files
authored
vscode: associate .test.ext files as Python (#12642)
This adds a .vscode/settings.json file to make vscode aware that .test.ext files are Python files.
1 parent bf0eb13 commit 517b9fb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"files.associations": {
3+
"*.test.ext": "python"
4+
}
5+
}
6+

0 commit comments

Comments
 (0)