From b4a02aa40f9266096baea2e2242a8c83c72e8309 Mon Sep 17 00:00:00 2001 From: MackeyK24 Date: Mon, 7 Nov 2016 13:34:54 -1000 Subject: [PATCH] Add basic json and html file types 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. --- Plugins/Editor/VSCode.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Editor/VSCode.cs b/Plugins/Editor/VSCode.cs index 4889636..c44c092 100644 --- a/Plugins/Editor/VSCode.cs +++ b/Plugins/Editor/VSCode.cs @@ -33,7 +33,7 @@ public static class VSCode /// /// Additional File Extensions /// - public const string FileExtensions = ".ts, .bjs, .javascript"; + public const string FileExtensions = ".ts, .bjs, .javascript, .json, .html"; /// /// Download URL for Unity Debbuger