diff --git a/README.md b/README.md index 803dbb2..b67cf7e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- Git Ranger Logo + Git Ranger Logo

# 🤠 Git Ranger diff --git a/resources/extension.manifest.json b/resources/extension.manifest.json new file mode 100644 index 0000000..43438c7 --- /dev/null +++ b/resources/extension.manifest.json @@ -0,0 +1,21 @@ +{ + "$schema": "http://json.schemastore.org/vsix-publish", + "categories": [ + "coding", + "other", + "programming languages" + ], + "identity": { + "internalName": "VS-GitRanger" + }, + "assetFiles": [ + { + "pathOnDisk": "resources/icon.png", + "targetPath": "resources/icon.png" + } + ], + "overview": "../README.md", + "publisher": "CodingWithCalvin", + "qna": true, + "repo": "https://www.github.com/CodingWithCalvin/VS-GitRanger" +} diff --git a/src/CodingWithCalvin.GitRanger/Resources/Icons/icon.png b/resources/icon.png similarity index 100% rename from src/CodingWithCalvin.GitRanger/Resources/Icons/icon.png rename to resources/icon.png diff --git a/src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest b/src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest index 00ab675..47ba73d 100644 --- a/src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest +++ b/src/CodingWithCalvin.GitRanger/source.extension.vsixmanifest @@ -8,9 +8,8 @@ LICENSE https://github.com/calvinallen/GitRanger#readme https://github.com/calvinallen/GitRanger/releases - - + ..\..\resources\icon.png + ..\..\resources\icon.png git, blame, history, graph, version control, source control, gitlens