From 7b7930566ec423cca4d40d545c0aeedac1b779fa Mon Sep 17 00:00:00 2001 From: sadan4 <117494111+sadan4@users.noreply.github.com> Date: Tue, 7 Oct 2025 09:06:43 -0400 Subject: [PATCH] Associate .kts file extension with Kotlin --- kotlin-vscode/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kotlin-vscode/package.json b/kotlin-vscode/package.json index ace6e92..6ceb63a 100644 --- a/kotlin-vscode/package.json +++ b/kotlin-vscode/package.json @@ -33,7 +33,8 @@ "kotlin" ], "extensions": [ - ".kt" + ".kt", + ".kts" ], "configuration": "./language-configuration.json" }