Skip to content

Commit

Permalink
Add basic json and html file types
Browse files Browse the repository at this point in the history
Added basic json and html file support that should be included as
project files.

Note: Those are the basic HTML5 project source file types that are
missing.
  • Loading branch information
MackeyK24 committed Nov 7, 2016
1 parent 413974b commit b4a02aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/Editor/VSCode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public static class VSCode
/// <summary>
/// Additional File Extensions
/// </summary>
public const string FileExtensions = ".ts, .bjs, .javascript";
public const string FileExtensions = ".ts, .bjs, .javascript, .json, .html";

/// <summary>
/// Download URL for Unity Debbuger
Expand Down

0 comments on commit b4a02aa

Please sign in to comment.