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 1902ff1 workspace for VSCode for add projects and remove other
unwanted extensions (i.e Java)
1902ff1 is described below
commit 1902ff1ca3310ac7fa46f03bceebe63c57ec30c5
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Sep 27 16:50:14 2018 +0200
workspace for VSCode for add projects and remove other unwanted extensions
(i.e Java)
---
royale-asjs.code-workspace | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/royale-asjs.code-workspace b/royale-asjs.code-workspace
new file mode 100644
index 0000000..fe9d77e
--- /dev/null
+++ b/royale-asjs.code-workspace
@@ -0,0 +1,10 @@
+{
+ "folders": [
+ {
+ "path": "frameworks/projects/Jewel"
+ },
+ {
+ "path": "frameworks/themes/JewelTheme"
+ }
+ ]
+}
\ No newline at end of file