forked fromDonJayamanne/pythonVSCode
- Notifications
You must be signed in to change notification settings - Fork1.2k
Commitb0b8aff
authored
Added pylock to activationevents (#25025)
Thisfixes#25016Added some changes to package.json, so that the extension gets activatedwhenever there is a file with the name `pylock.toml` or match theregular expression `r"^pylock\.([^.]+)\.toml$"`.I followed [PEP 751](https://peps.python.org/pep-0751/#file-name)'snaming specification.1 parenta3dd3aa commitb0b8aff
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
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
Comments
(0)