Update extension metadata (#132)

That’s the publisher we use for uploading the DAML extension and it
makes little sense to have two publishers.
This commit is contained in:
Moritz Kiefer 2019-09-25 10:23:27 +02:00 committed by GitHub
parent baa59d4bea
commit 37f19935e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,14 @@
{
"name": "ghcide",
"displayName": "ghcide",
"publisher": "digitalasset",
"publisher": "DigitalAssetHoldingsLLC",
"repository": {
"type" : "git",
"url" : "https://github.com/digitalasset/daml.git"
},
"description": "A simple extension to test out haskell ide core",
"version": "0.0.1",
"license": "Apache-2.0",
"engines": {
"vscode": "^1.35.0"
},