Skip to content

Commit 878d60a

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 14bb14b commit 878d60a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,8 @@
12341234
{
12351235
"filenames": [
12361236
"Pipfile",
1237-
"poetry.lock"
1237+
"poetry.lock",
1238+
"uv.lock"
12381239
],
12391240
"id": "toml"
12401241
},

0 commit comments

Comments
 (0)