Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Adding the package icon and renaming published name
Browse files Browse the repository at this point in the history
  • Loading branch information
gayanhewa committed Jul 29, 2017
1 parent 21b8208 commit 2df2bea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ No testing has been carried out on Windows, PR's wellcome.

The release is still in beta, expect certain things to fail. Please report issues.

### 0.0.1a
### v0.1.0

The initial release of the application.

Expand Down
Binary file added assets/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "referenceshelper",
"displayName": "referenceshelper",
"displayName": "Find all references",
"description": "Find all references for almost all files.",
"repository": {
"type": "git",
"url": "https://github.com/gayanhewa/vscode-find-all-references"
},
"version": "0.0.1",
"version": "0.1.0",
"publisher": "gayanhewa",
"author": "Gayan Hewa <[email protected]>",
"license": "MIT",
Expand All @@ -23,14 +23,13 @@
"jade", "python", "r", "razor", "scss", "shaderlab", "shellscript", "sql", "swift", "tex", "xsl", "yaml",
"intellisense"
],
"icon": "assets/icon.png",
"categories": [
"Languages",
"Other"
],
"activationEvents": [
"onLanguage:php",
"workspaceContains:*.json",
"workspaceContains:*.lock"
"*"
],
"main": "./out/src/extension",
"contributes": {
Expand Down

0 comments on commit 2df2bea

Please sign in to comment.