From d48ba11f8a9c9f26cd6130e0a9b0b15df4f50ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D4=9C=D0=B5=D1=95?= <5124946+wesinator@users.noreply.github.com> Date: Sat, 29 Jun 2019 11:21:23 -0400 Subject: [PATCH] Add .har extension --- src/monaco.contribution.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/monaco.contribution.ts b/src/monaco.contribution.ts index 2408c6d..c776a3a 100644 --- a/src/monaco.contribution.ts +++ b/src/monaco.contribution.ts @@ -67,7 +67,7 @@ function getMode(): Promise { monaco.languages.register({ id: 'json', - extensions: ['.json', '.bowerrc', '.jshintrc', '.jscsrc', '.eslintrc', '.babelrc'], + extensions: ['.json', '.bowerrc', '.jshintrc', '.jscsrc', '.eslintrc', '.babelrc', '.har'], aliases: ['JSON', 'json'], mimetypes: ['application/json'], });