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/03/02 14:46:33 UTC

[royale-asjs] branch feature/vivid-ui-set updated: snapshot sdk now works in vscode 0.10.0

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

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


The following commit(s) were added to refs/heads/feature/vivid-ui-set by this push:
     new 002184f  snapshot sdk now works in vscode 0.10.0
002184f is described below

commit 002184f2fbf47597817037ce61b6fb1c1e76c452
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Fri Mar 2 15:46:29 2018 +0100

    snapshot sdk now works in vscode 0.10.0
---
 examples/royale/VividExample/.vscode/settings.json     | 2 +-
 frameworks/themes/VividBlueTheme/.vscode/settings.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/VividExample/.vscode/settings.json b/examples/royale/VividExample/.vscode/settings.json
index 1069e6c..1f5a970 100644
--- a/examples/royale/VividExample/.vscode/settings.json
+++ b/examples/royale/VividExample/.vscode/settings.json
@@ -1,3 +1,3 @@
 {
-    "nextgenas.sdk.framework": "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-0.9.1"
+    "nextgenas.sdk.framework": "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-0.9.2-SNAPSHOT"
 }
\ No newline at end of file
diff --git a/frameworks/themes/VividBlueTheme/.vscode/settings.json b/frameworks/themes/VividBlueTheme/.vscode/settings.json
index 1069e6c..1f5a970 100644
--- a/frameworks/themes/VividBlueTheme/.vscode/settings.json
+++ b/frameworks/themes/VividBlueTheme/.vscode/settings.json
@@ -1,3 +1,3 @@
 {
-    "nextgenas.sdk.framework": "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-0.9.1"
+    "nextgenas.sdk.framework": "/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-0.9.2-SNAPSHOT"
 }
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
carlosrovira@apache.org.