diff --git a/README.md b/README.md index 94f450e..acd06da 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -# VSCode Advanced New File +

+ +

+ +

+ VSCode Advanced New File +

[![Travis](https://travis-ci.org/patbenatar/vscode-advanced-new-file.svg?branch=master)](https://travis-ci.org/patbenatar/vscode-advanced-new-file) [![AppVeyor](https://ci.appveyor.com/api/projects/status/jelxhuh2ssuckk0n/branch/master?svg=true)](https://ci.appveyor.com/project/patbenatar/vscode-advanced-new-file) diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..4e55945 Binary files /dev/null and b/icon.png differ diff --git a/package.json b/package.json index 206e2bf..c824592 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Create files anywhere in your workspace from the keyboard", "version": "1.2.2", "publisher": "patbenatar", + "icon": "icon.png", "engines": { "vscode": "^1.17.0" },