From 448a8282ad5bf892b1fb9ca186f52a246ec67b13 Mon Sep 17 00:00:00 2001 From: Olivier Guinart Date: Sun, 24 Sep 2017 13:02:18 -0700 Subject: [PATCH] Path to image is case-sensitive O_o --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a069959..ef1bf8c 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "1.0.0", "publisher": "Aito", "author": "Olivier Guinart", - "icon": "images/VSLanguageServiceIcon.png", + "icon": "Images/VSLanguageServiceIcon.png", "engines": { "vscode": "^1.15.0" },