Skip to content

Commit

Permalink
Merge pull request #184 from mercari/add-icon
Browse files Browse the repository at this point in the history
Add icon for vscode client
  • Loading branch information
goccy authored May 27, 2024
2 parents 737b37b + 92edbbc commit 0b3a28e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added lsp/client/vscode/images/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lsp/client/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"description": "gRPC Federation Language Server Extension",
"author": "Mercari, Inc",
"license": "MIT",
"icon": "https://github.com/mercari/grpc-federation/blob/main/images/icon.png",
"version": "0.0.1",
"icon": "images/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/mercari/grpc-federation"
Expand Down Expand Up @@ -39,7 +39,7 @@
"[grpc-federation]": {
"editor.semanticHighlighting.enabled": true
}
},
},
"configuration": {
"type": "object",
"title": "gRPC Federation Configuration",
Expand Down

0 comments on commit 0b3a28e

Please sign in to comment.