Skip to content

Commit

Permalink
Add marketplace branding
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Jan 18, 2016
1 parent c3f47cb commit ebb7d81
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

A simple command extension for [Visual Studio Code](https://code.visualstudio.com) to insert globally unique identifiers (GUIDs) into the Code text editor in a variety of formats.

![Insert GUID](http://i.giphy.com/3o7rbIgZ9yKCKbwaTm.gif)

This provides the same useful formats as _Create GUID_ that ships with Visual Studio, but without specific language syntaxes for some formats and without unwanted line feeds. Currently, formats supported include:

* String: `11d4dc2e-375a-4b89-9ad4-aa30105385aa`
Expand Down
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vscode-guid",
"version": "0.1.0",
"version": "0.1.2",
"publisher": "heaths",
"displayName": "Insert GUID",
"description": "Insert GUIDs in different formats directly into the editor.",
Expand All @@ -20,6 +20,11 @@
"activationEvents": [
"onCommand:guid.insert"
],
"logo": "res/logo.svg",
"galleryBanner": {
"color": "#252526",
"theme": "dark"
},
"main": "./out/src/extension",
"scripts": {
"vscode:prepublish": "node ./node_modules/vscode/bin/compile",
Expand Down
149 changes: 149 additions & 0 deletions res/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ebb7d81

Please sign in to comment.