Commit b0b8aff
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.
1 parent a3dd3aa commit b0b8aff
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
76 | 78 | | |
77 | 79 | | |
78 | 80 | | |
| |||
0 commit comments