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 8a76108 fix vscode for Core and set sdk
8a76108 is described below
commit 8a761089b1740de833c973c713483f681959caf5
Author: Carlos Rovira <[email protected]>
AuthorDate: Sun Mar 11 18:28:49 2018 +0100
fix vscode for Core and set sdk
---
frameworks/projects/Core/.vscode/settings.json | 3 +++
frameworks/projects/Core/asconfig.json | 4 ++--
frameworks/projects/HTML/.vscode/settings.json | 3 +++
3 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/frameworks/projects/Core/.vscode/settings.json
b/frameworks/projects/Core/.vscode/settings.json
new file mode 100644
index 0000000..1f5a970
--- /dev/null
+++ b/frameworks/projects/Core/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "nextgenas.sdk.framework":
"/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-0.9.2-SNAPSHOT"
+}
\ No newline at end of file
diff --git a/frameworks/projects/Core/asconfig.json
b/frameworks/projects/Core/asconfig.json
index f07acfb..e67de41 100644
--- a/frameworks/projects/Core/asconfig.json
+++ b/frameworks/projects/Core/asconfig.json
@@ -20,8 +20,8 @@
"compilerOptions": {
"debug": true,
"targets": [
- "SWF",
- "JSRoyale"
+ "JSRoyale",
+ "SWF"
],
"external-library-path": [
"../../../../frameworks/libs/air/airglobal.swc"
diff --git a/frameworks/projects/HTML/.vscode/settings.json
b/frameworks/projects/HTML/.vscode/settings.json
new file mode 100644
index 0000000..1f5a970
--- /dev/null
+++ b/frameworks/projects/HTML/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "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
[email protected].