From 5f35fa5d92d45269bf311f1aa5e9c1703e54ffc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20Kr=C3=B6ger?= Date: Sun, 29 Sep 2024 19:54:09 +0200 Subject: [PATCH] Associate `uv.lock` files with TOML (#18426) The `uv` python package manager uses the TOML for it's `uv.lock` file, see https://docs.astral.sh/uv/guides/projects/#uvlock. Ref #7808 Release Notes: - associate `uv.lock` files with the TOML language --- assets/settings/default.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/settings/default.json b/assets/settings/default.json index 82778dc8f6c484..2a11a85d4efae4 100644 --- a/assets/settings/default.json +++ b/assets/settings/default.json @@ -769,7 +769,8 @@ "**/Zed/**/*.json", "tsconfig.json", "pyrightconfig.json" - ] + ], + "TOML": ["uv.lock"] }, /// By default use a recent system version of node, or install our own. /// You can override this to use a version of node that is not in $PATH with: