Skip to content

Commit

Permalink
Merge pull request #4 from rfadeev/master
Browse files Browse the repository at this point in the history
Change VS Code settings folder name (renamed in VS Code 0.8.0 release)
  • Loading branch information
robin7331 committed Dec 9, 2015
2 parents 25692bd + 52c81bb commit 0ff0803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UniVSCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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))
{
Expand Down

0 comments on commit 0ff0803

Please sign in to comment.