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 7c0b157 Improved VS Code instructions
7c0b157 is described below
commit 7c0b157ff9eb566f340505c0a8a668467b37c586
Author: Harbs <[email protected]>
AuthorDate: Sun Mar 11 09:00:03 2018 +0200
Improved VS Code instructions
---
Visual-Studio-Code.md | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/Visual-Studio-Code.md b/Visual-Studio-Code.md
index 449d2b1..1dcec43 100644
--- a/Visual-Studio-Code.md
+++ b/Visual-Studio-Code.md
@@ -8,7 +8,7 @@
- Select SDK for workspace
-- Set up project: (Note: [Yeoman can be used to automate this
step](https://github.com/BowlerHatLLC/generator-flexjs).)
+- Set up project: (Note: [Yeoman can be used to automate this
step](https://github.com/BowlerHatLLC/generator-flexjs).) _The linked project
is no longer active and was created for FlexJS. It should be easy to make it
compatible with Royale._
project
|
@@ -47,6 +47,8 @@
</js:Application>
```
-- Select the Debug panel in VSCode and hit the green arrow to build and run
the application.
+- Select `Tasks > Run Build Task...` to build (or equivalent shortcut).
-- Et voila: "Hello World" in your browser!
+- Open `bin/js-debug/index.html` or `bin/js-release/index.html` in your
browser and you should see "Hello World".
+
+For instructions on more integrated debugging, please refer to the extension
documentation for
[Chrome](https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-transpiled-ActionScript-project-in-Visual-Studio-Code-with-Google-Chrome),
[Firefox](https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-transpiled-ActionScript-project-in-Visual-Studio-Code-with-Mozilla-Firefox)
or [Node
JS](https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Debug-a-transpiled-ActionScript-proj
[...]
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
[email protected].