You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2018/09/04 16:00:53 UTC

[royale-asjs] branch feature/new_merge updated: vscode complete the config alone

This is an automated email from the ASF dual-hosted git repository.

carlosrovira pushed a commit to branch feature/new_merge
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/feature/new_merge by this push:
     new 472633f  vscode complete the config alone
472633f is described below

commit 472633f5d0e1436c69452b04af65b4dacaf2c4e7
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Tue Sep 4 18:00:48 2018 +0200

    vscode complete the config alone
---
 examples/royale/JewelExample/.vscode/tasks.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/JewelExample/.vscode/tasks.json b/examples/royale/JewelExample/.vscode/tasks.json
index 37cbff4..f2c6de6 100644
--- a/examples/royale/JewelExample/.vscode/tasks.json
+++ b/examples/royale/JewelExample/.vscode/tasks.json
@@ -25,8 +25,8 @@
             "presentation": {
                 "reveal": "always",
                 "panel": "new"
-            }
+            },
+            "problemMatcher": []
         }
     ]
-    
 }
\ No newline at end of file