From 2d3741f4e1613b4613b47b54136b90d762deb74c Mon Sep 17 00:00:00 2001 From: WebFreak001 Date: Thu, 4 Feb 2016 16:04:32 +0100 Subject: [PATCH] Bump to version 0.2.0 --- images/icon-plain.svg | 100 +++++++++++++++++++++++++++++++++++++++ {res => images}/icon.png | Bin {res => images}/icon.svg | 53 +++++++++++---------- package.json | 4 +- 4 files changed, 129 insertions(+), 28 deletions(-) create mode 100644 images/icon-plain.svg rename {res => images}/icon.png (100%) rename {res => images}/icon.svg (57%) diff --git a/images/icon-plain.svg b/images/icon-plain.svg new file mode 100644 index 0000000..c7a8acc --- /dev/null +++ b/images/icon-plain.svg @@ -0,0 +1,100 @@ + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + NATIVEDEBUG + + + + + diff --git a/res/icon.png b/images/icon.png similarity index 100% rename from res/icon.png rename to images/icon.png diff --git a/res/icon.svg b/images/icon.svg similarity index 57% rename from res/icon.svg rename to images/icon.svg index a6594ef..fe6c307 100644 --- a/res/icon.svg +++ b/images/icon.svg @@ -9,9 +9,9 @@ xmlns="http://www.w3.org/2000/svg" xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - width="256" - height="256" - viewBox="0 0 256 256" + width="128" + height="128" + viewBox="0 0 128 128" id="svg2" version="1.1" inkscape:version="0.91 r" @@ -19,7 +19,7 @@ + transform="translate(0,-924.36216)"> + r="106.42857" + transform="matrix(0.50111853,0,0,0.50111853,-0.10690467,525.1109)" /> NATIVEDEBUG + d="m 54.812555,949.43739 -3.622346,3.62235 4.161634,4.18806 c -1.901223,1.3103 -3.493878,3.03165 -4.650029,5.03565 l -7.219236,0 0,5.13842 5.369407,0 C 48.72352,968.26972 48.621,969.11755 48.621,969.99108 l 0,2.56922 -5.138422,0 0,5.13842 5.138422,0 0,2.56921 c 0,0.20262 0.0065,0.40371 0.01664,0.60389 l 10.260204,-10.26021 0,-3.18974 3.18974,0 14.578435,-14.57844 -3.406037,-3.40604 -5.574944,5.57495 c -1.181843,-0.28261 -2.364157,-0.43652 -3.648769,-0.43652 -1.284613,0 -2.466195,0.15391 -3.622346,0.43652 l -5.601367,-5.57495 z m 29.7774,13.02126 -4.963223,4.96322 4.963223,0 0,-4.96322 z m -5.323402,5.3234 -10.091861,10.09186 0,4.96323 -4.963228,0 -9.607385,9.60738 c 2.604379,2.02784 5.872939,3.23868 9.432189,3.23868 5.703686,0 10.662454,-3.10872 13.334453,-7.70764 l 7.219234,0 0,-5.13842 -5.369405,0 c 0.128467,-0.84784 0.230986,-1.69567 0.230986,-2.56921 l 0,-2.56921 5.138419,0 0,-5.13842 -5.138419,0 0,-2.56922 c 0,-0.75018 -0.08221,-1.48046 -0.184983,-2.20903 z m -35.783975,15.05509 0,3.18974 3.189737,-3.18974 -3.189737,0 z" + id="path4310" + inkscape:connector-curvature="0" /> diff --git a/package.json b/package.json index 7891b7e..bcc8ec2 100644 --- a/package.json +++ b/package.json @@ -2,9 +2,9 @@ "name": "debug", "displayName": "Debug", "description": "Native debugging for VSCode - Currently in GDB only beta", - "version": "0.1.4", + "version": "0.2.0", "publisher": "webfreak", - "iconUrl": "res/icon.png", + "icon": "images/icon-plain.svg", "engines": { "vscode": "^0.10.1" },