Skip to content

Commit b0b8aff

Browse files
authored
Added pylock to activationevents (#25025)
This fixes #25016 Added some changes to package.json, so that the extension gets activated whenever there is a file with the name `pylock.toml` or match the regular expression `r"^pylock\.([^.]+)\.toml$"`. I followed [PEP 751](https://peps.python.org/pep-0751/#file-name)'s naming specification. ![Screenshot (127)](https://github.com/user-attachments/assets/476abd9b-9251-457b-bdcc-ae3d3c16fd73)
1 parent a3dd3aa commit b0b8aff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@
7373
"workspaceContains:Pipfile",
7474
"workspaceContains:setup.py",
7575
"workspaceContains:requirements.txt",
76+
"workspaceContains:pylock.toml",
77+
"workspaceContains:**/pylock.*.toml",
7678
"workspaceContains:manage.py",
7779
"workspaceContains:app.py",
7880
"workspaceContains:.venv",

0 commit comments

Comments
 (0)