Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb0b8aff

Browse files
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.![Screenshot(127)](https://github.com/user-attachments/assets/476abd9b-9251-457b-bdcc-ae3d3c16fd73)
1 parenta3dd3aa commitb0b8aff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎package.json

Lines changed: 2 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp