From 52c81bbc3cb955f74e39cc262860f0a3dcb9bed8 Mon Sep 17 00:00:00 2001 From: Roman Fadeev Date: Sat, 17 Oct 2015 02:41:04 +0300 Subject: [PATCH] Change VS Code settings folder name (renamed in VS Code 0.8.0 release) --- UniVSCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UniVSCode.cs b/UniVSCode.cs index 3938f8c..e0830e8 100644 --- a/UniVSCode.cs +++ b/UniVSCode.cs @@ -187,7 +187,7 @@ static void WritePortToVSCodeConfig(int port) UnityEngine.Debug.Log("Current mono debugging port is " + port); // UnityEngine.Debug.Log("Writing Port to VSCode config..."); - string filepath = ProjectPath() + "/.settings/launch.json"; + string filepath = ProjectPath() + "/.vscode/launch.json"; if (!File.Exists(filepath)) {