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 e4a9ee6 asdoc vscode config
e4a9ee6 is described below
commit e4a9ee6e6088d83df5796605e0a707e00c01fe69
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Feb 8 17:43:30 2018 +0100
asdoc vscode config
---
examples/royale/ASDoc/.vscode/launch.json | 21 +++++++++++++++++++++
examples/royale/ASDoc/.vscode/settings.json | 3 +++
examples/royale/ASDoc/.vscode/tasks.json | 8 ++++++++
3 files changed, 32 insertions(+)
diff --git a/examples/royale/ASDoc/.vscode/launch.json
b/examples/royale/ASDoc/.vscode/launch.json
new file mode 100644
index 0000000..5dfb672
--- /dev/null
+++ b/examples/royale/ASDoc/.vscode/launch.json
@@ -0,0 +1,21 @@
+{
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": "Launch Chrome against debug.html, with sourcemaps",
+ "type": "chrome",
+ "request": "launch",
+ "file":
"${workspaceRoot}/target/javascript/bin/js-debug/index.html",
+ "sourceMaps": true,
+ "preLaunchTask": "mvn"
+ },
+ {
+ "name": "Launch Firefox against debug.html, with sourcemaps",
+ "type": "firefox",
+ "request": "launch",
+ "file":
"${workspaceRoot}/target/javascript/bin/js-debug/index.html",
+ "sourceMaps": true,
+ "preLaunchTask": "mvn"
+ }
+ ]
+}
diff --git a/examples/royale/ASDoc/.vscode/settings.json
b/examples/royale/ASDoc/.vscode/settings.json
new file mode 100644
index 0000000..5e003ac
--- /dev/null
+++ b/examples/royale/ASDoc/.vscode/settings.json
@@ -0,0 +1,3 @@
+{
+ "nextgenas.sdk.framework":
"/Users/carlosrovira/Dev/Royale/Sdks/apache-royale-0.9.0"
+}
\ No newline at end of file
diff --git a/examples/royale/ASDoc/.vscode/tasks.json
b/examples/royale/ASDoc/.vscode/tasks.json
new file mode 100644
index 0000000..5d6198d
--- /dev/null
+++ b/examples/royale/ASDoc/.vscode/tasks.json
@@ -0,0 +1,8 @@
+{
+ // for the documentation about the tasks.json format
+ "version": "0.1.0",
+ "command": "mvn",
+ "args": ["clean", "install", "-DskipTests"],
+ "isShellCommand": true,
+ "showOutput": "always"
+}
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].