提交 1eb2c642 编写于 作者: M Martin Aeschlimann 提交者: GitHub

Merge pull request #8019 from alrra/treat-web-app-manifest-files-as-json

Treat `.webmanifest` files as JSON
......@@ -28,10 +28,12 @@
".jshintrc",
".jscsrc",
".eslintrc",
".babelrc"
".babelrc",
".webmanifest"
],
"mimetypes": [
"application/json"
"application/json",
"application/manifest+json"
],
"configuration": "./json.configuration.json"
}
......@@ -131,4 +133,4 @@
"vscode-languageclient": "^2.2.1",
"vscode-extension-telemetry": "^0.0.5"
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册