From 2b2d81331baf54e51750584b3e696b3c49cd4806 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Wed, 9 Dec 2015 11:05:30 +0100 Subject: [PATCH] [vb] vb dosn't support block comments --- extensions/vb/vb.configuration.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/vb/vb.configuration.json b/extensions/vb/vb.configuration.json index f05c7584ecb..fceea4405f8 100644 --- a/extensions/vb/vb.configuration.json +++ b/extensions/vb/vb.configuration.json @@ -1,7 +1,6 @@ { "comments": { - "lineComment": "'", - "blockComment": [ "/*", "*/" ] + "lineComment": "'" }, "brackets": [ ["{", "}"],