This is an automated email from the ASF dual-hosted git repository.
harbs pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/royale-asjs.wiki.git
The following commit(s) were added to refs/heads/master by this push:
new 25db4f6 Updated VS Code instructions
25db4f6 is described below
commit 25db4f646ef180eef9fbfc8c85c0a6fbbe38f08f
Author: Harbs <[email protected]>
AuthorDate: Sun Jan 28 11:12:44 2018 +0200
Updated VS Code instructions
---
Visual-Studio-Code.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md
index 1abf23b..449d2b1 100644
--- a/Visual-Studio-Code.md
+++ b/Visual-Studio-Code.md
@@ -1,8 +1,8 @@
- Download and install [Visual Studio Code](https://code.visualstudio.com/)
-- Install Josh Tynjala's [asconfigc](https://www.npmjs.com/package/asconfigc),
a command line utility for compiling AS/MXML projects
+- Install Josh Tynjala's [asconfigc](https://www.npmjs.com/package/asconfigc),
a command line utility for compiling AS/MXML projects (as of version 0.9.0 this
step is optional as asconfigc is now included in the extension.)
-- Install the [AS/MXML VSCode Extension](https://nextgenactionscript.com) by
the same author
+- Install the [AS/MXML VSCode Extension](https://nextgenactionscript.com) by
the same author. (Searching within VS Code is the easiest way to do this.)
- Select a workspace in VSCode
@@ -14,7 +14,7 @@
|
+ -- src
| |
- | \ -- HelloFlexJS.mxml
+ | \ -- HelloRoyale.mxml
|
+ -- asconfig.json
@@ -25,11 +25,11 @@
"compilerOptions": {
"source-map": true,
"targets": [
- "JSFlex"
+ "JSRoyale"
]
},
"files": [
- "src/HelloFlexJS.mxml"
+ "src/HelloRoyale.mxml"
]
}
```
@@ -38,7 +38,7 @@
```xml
<?xml version="1.0" encoding="utf-8"?>
- <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:js="library://ns.apache.org/flexjs/express">
+ <js:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:js="library://ns.apache.org/royale/express">
<js:initialView>
<js:View>
<js:Label text="Hello World" x="100" y="100"/>
--
To stop receiving notification emails like this one, please contact
[email protected].