From 901a6308e2cfc4a00743360b830dc3c52153e067 Mon Sep 17 00:00:00 2001 From: Karim Akra <144803230+KarimAkra@users.noreply.github.com> Date: Wed, 18 Sep 2024 12:12:10 +0300 Subject: [PATCH] configure the project file to project.hxp --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index e6c4c4f0cb..9427a3b181 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -90,6 +90,7 @@ "haxecheckstyle.configurationFile": "checkstyle.json", "haxecheckstyle.codeSimilarityBufferSize": 100, + "lime.projectFile": "project.hxp", "lime.targetConfigurations": [ { "label": "Windows / Debug",