Skip to content

Commit

Permalink
Update publisher name
Browse files Browse the repository at this point in the history
  • Loading branch information
pehrs committed Dec 29, 2023
1 parent 1d1eb2d commit 7698a7e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 61 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ vsc-extension-quickstart.md
**/*.map
**/*.ts
**/.vscode-test.*
**/.history/
6 changes: 5 additions & 1 deletion client/testFixture/test.yql
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
"presentation" : {
"bolding": false,
"format": "json"
}
},
"trace": {
"level": 5,
"timestamps": true
}
}
60 changes: 4 additions & 56 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "vscode-vespa",
"description": "Vespa AI Extension",
"version": "1.0.0",
"publisher": "pehrs.com",
"publisher": "pehrs-com",
"license": "SEE LICENSE IN LICENSE",
"icon": "media/vespa.png",
"repository": {
Expand Down Expand Up @@ -31,7 +31,7 @@
"command": "vscode-vespa.runQuery",
"title": "Run Vespa YQL Query",
"icon": "$(play)"
},
},
{
"command": "vscode-vespa.format",
"title": "Format YQL.",
Expand Down Expand Up @@ -153,7 +153,6 @@
"typescript": "^5.3.3"
},
"dependencies": {
"node-fetch": "^3.3.2",
"zipkin": "^0.22.0"
"node-fetch": "^3.3.2"
}
}

0 comments on commit 7698a7e

Please sign in to comment.