From c36c7ed8e418926fdc67cdaa4715030301801392 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 20 Feb 2016 11:40:23 -0500 Subject: [PATCH 1/3] Add Icons for Wiki --- .github/wiki-resources/xml-attribute.png | Bin 0 -> 643 bytes .github/wiki-resources/xml-tag.png | Bin 0 -> 456 bytes .github/wiki-resources/xml-text.png | Bin 0 -> 143 bytes 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 .github/wiki-resources/xml-attribute.png create mode 100644 .github/wiki-resources/xml-tag.png create mode 100644 .github/wiki-resources/xml-text.png diff --git a/.github/wiki-resources/xml-attribute.png b/.github/wiki-resources/xml-attribute.png new file mode 100644 index 0000000000000000000000000000000000000000..ed9c64760277eda41358492b607efdab11245df7 GIT binary patch literal 643 zcmV-}0(||6P)Px%JxN4CR5%f>Q%z_SK@@&(c2}D;E77)6#nvQ^L6oW&Pl9++5HBLqgJ2Iz(WDfl z=uK~W5&xhjOS}jkJ$X^^Al8F7gO}#eLz`9~)08HedA`}Y+s5EYAI#48e!g#J z-pm60qv7B9`yNrq2-Oc72zwOD`5v(63fHjtXMKmj-aLi3%i4V|90P(fAbe*$z{BEk zyOgn~cn+*h;Ba;+vWlU%91NonWAoR$Klzo3tb2hFp0ViT(zt!kkGBaVa;~EQPAibd zzht82q3lXhqH)4ND$J$rnV93ALV|Zn%H-liw4_CZuawGHdkNqQA>GpCc+Q%`M)iVL3bmNR_jql|wNQNtqUW;Uy3%Jom?*Q&&UcMI9qat-)MnCqr&BywWjk z!7aqIwNXIIqtWbF(mKY8_na>?)g{0h`!@R)A84AJc}bJC1v{`z^@e>^%DSPx$f=NU{R5%f1U>Nd%k&q8mrhL}^!^E)i4EH$|8&XWnzc` z+9LSmCFgS+?=6B3q5FA|i7y}&w zwswQW;4T1h(82%z3}K9nK@|NsB7sPEJEc@C5f0}6oy4d?g*m_;cZjq!~HKHcXlQZ*}4$9|N|XCSBYUcxNu&C-`F0e+6;FC3koZ qtn5n??~yuiz(9)aglGPO8w}6pbBW*W(OUpCl)=;0&t;ucLK6V{pfRlg literal 0 HcmV?d00001 From 1f202ee3c5dcccdbaca2793e8d585350b35ccaf3 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 20 Feb 2016 11:47:54 -0500 Subject: [PATCH 2/3] Specify NodeJS Version The CI build failed on installing the VSCode API. Try narrowing down environmental variables to troubleshoot. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 857bf4b..f1d8301 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ }, "engines": { "vscode": "^0.10.7", - "node": "*" + "node": "^0.12.0" }, "categories": [ "Languages", From 770f5ab48cb607a112cf83724d664c81c3f4ab96 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sat, 20 Feb 2016 12:16:57 -0500 Subject: [PATCH 3/3] TypeError Workaround --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f1d8301..387ddaa 100644 --- a/package.json +++ b/package.json @@ -121,7 +121,7 @@ "onCommand:xmlTools.viewXmlTree" ], "devDependencies": { - "vscode": "^0.11.x", + "vscode": "TrueCommerce/vscode-extension-vscode#519e686", "typescript": "^1.6.2", "gulp": "^3.9.0", "gulp-shell": "^0.5.1"