From db31b2b1e321357b19d43d7b0e2980805c59309c Mon Sep 17 00:00:00 2001 From: Tobias Hernstig <30827238+thernstig@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:41:42 +0200 Subject: [PATCH] Add uv.lock as being identified automatically as TOML (#668) * Add uv.lock as being identified automatically as TOML Fixes #667 * Add back newline at the end of editors/vscode/package.json --- editors/vscode/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index d06c07e5b..ea79afb10 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -85,7 +85,8 @@ ".toml" ], "filenames": [ - "Cargo.lock" + "Cargo.lock", + "uv.lock" ], "configuration": "./language-configuration.json" }