From 268cf55f8dd2d21919c270844db2a83a17217a81 Mon Sep 17 00:00:00 2001 From: Pine Wu Date: Sat, 13 May 2017 14:50:56 -0400 Subject: [PATCH] Add breakpoints, fix #116 --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 7da0d36a49..3e286a911e 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,9 @@ ], "main": "./client/out/htmlMain", "contributes": { + "breakpoints": [ + { "language": "vue" } + ], "languages": [ { "id": "vue",