Skip to content

Commit 852ba16

Browse files
edgarrmondragonanthonykim1
authored andcommitted
Add uv.lock to file associations (microsoft#23991)
> `uv.lock` is a human-readable TOML file https://docs.astral.sh/uv/concepts/projects/#lockfile
1 parent e32136a commit 852ba16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1192,7 +1192,8 @@
11921192
{
11931193
"filenames": [
11941194
"Pipfile",
1195-
"poetry.lock"
1195+
"poetry.lock",
1196+
"uv.lock"
11961197
],
11971198
"id": "toml"
11981199
},

0 commit comments

Comments
 (0)