Skip to content

Commit

Permalink
Merge pull request apache#2574 from entlicher/CorrectJavaScriptMIMEType
Browse files Browse the repository at this point in the history
Inform VSCode that application/javascript is also a MIME type of JavaScript.
  • Loading branch information
entlicher authored Dec 3, 2020
2 parents 1e18b08 + b9049ee commit 2b9979d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions java/java.lsp.server/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,15 @@
],
"main": "./out/extension.js",
"contributes": {
"languages": [
{
"id": "javascript",
"mimetypes": [
"text/javascript",
"application/javascript"
]
}
],
"configuration": {
"title": "Java",
"properties": {
Expand Down

0 comments on commit 2b9979d

Please sign in to comment.