diff --git a/README.md b/README.md index b4ef42d..b7f858a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # SSH FS +![Logo](./resources/Logo.png) + This extension makes use of the new FileSystemProvider, added in version 1.23.0 of Visual Studio Code. ## Features @@ -109,7 +111,7 @@ This will add a Workspace folder linked to a SSH (SFTP) session: * *Seems like I might've fixed this bug over time, but difficult to say* * Fix bug where VSCode shows an error message about `no provider for ssh://NAME/` * Allow loading (or automatically use) sessions from .ssh/config -* An icon for the extension +* ~~An icon for the extension~~ **DONE** *(not the best, but eh)* * ~~Configuring a deleted (but active) configuration should show the old config~~ **DONE** * Better error handling * Everything *seems* fine, but I haven't tested (a lot of) error situations diff --git a/package.json b/package.json index e69392d..6439c5f 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,10 @@ }, "repository": "https://github.com/SchoofsKelvin/vscode-sshfs", "license": "GLP-3.0", + "bugs": { + "url": "https://github.com/SchoofsKelvin/vscode-sshfs/issues" + }, + "icon": "resources/Logo.png", "contributes": { "views": { "explorer": [ diff --git a/resources/Icons.psd b/resources/Icons.psd index 52083ef..78689d6 100644 Binary files a/resources/Icons.psd and b/resources/Icons.psd differ diff --git a/resources/Logo.png b/resources/Logo.png new file mode 100644 index 0000000..8d9e294 Binary files /dev/null and b/resources/Logo.png differ