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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 4223dde  To avoid personal custom paths, what about use environment 
vars to generalize .vscode configuration, so anyone could use it? Here 
ROYALE_HOME will be Apache Royale SDK root folder
4223dde is described below

commit 4223dde48d2d93b08c7f8c3861110ed0884e7835
Author: Carlos Rovira <[email protected]>
AuthorDate: Sat Sep 8 13:06:47 2018 +0200

    To avoid personal custom paths, what about use environment vars to 
generalize .vscode configuration, so anyone could use it? Here ROYALE_HOME will 
be Apache Royale SDK root folder
---
 examples/royale/JewelExample/.vscode/tasks.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/royale/JewelExample/.vscode/tasks.json 
b/examples/royale/JewelExample/.vscode/tasks.json
index 06c67bf..4a047cb 100644
--- a/examples/royale/JewelExample/.vscode/tasks.json
+++ b/examples/royale/JewelExample/.vscode/tasks.json
@@ -48,7 +48,7 @@
             },
             "osx": {
                 "args": [
-                    "--sdk=/Apache/royale-asjs"
+                    "--sdk=${env:ROYALE_HOME}"
                 ]
             },
             "presentation": {

Reply via email to