Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 1FCB9200CBD for ; Thu, 1 Jun 2017 03:49:04 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 1E795160BCB; Thu, 1 Jun 2017 01:49:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 622BE160BDB for ; Thu, 1 Jun 2017 03:49:03 +0200 (CEST) Received: (qmail 18414 invoked by uid 500); 1 Jun 2017 01:49:00 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 18357 invoked by uid 99); 1 Jun 2017 01:49:00 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Jun 2017 01:49:00 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 5345C1806F7 for ; Thu, 1 Jun 2017 01:48:59 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.048 X-Spam-Level: X-Spam-Status: No, score=-0.048 tagged_above=-999 required=6.31 tests=[RCVD_IN_DNSWL_LOW=-0.7, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id gmu_N0O9TkVB for ; Thu, 1 Jun 2017 01:48:57 +0000 (UTC) Received: from icp-osb-irony-out5.external.iinet.net.au (icp-osb-irony-out5.external.iinet.net.au [203.59.1.221]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id D227E5F295 for ; Thu, 1 Jun 2017 01:48:56 +0000 (UTC) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2DiAQAscS9Z/42NqXwNUBwBAQQBAQoBAYk2m2ohmAiGIQECAoNEAQIBAQEBAQKGLAEBAQIBI1sLCw0NAiYCAleKO6tKaoImJosqAQEIAgElgQuHYQuCaYRpTIJGL4IxBZ4jlBSBAgGJM4ZVkAiERoEWSzAhCBsVWAGCXoQjijcBAQE X-IPAS-Result: A2DiAQAscS9Z/42NqXwNUBwBAQQBAQoBAYk2m2ohmAiGIQECAoNEAQIBAQEBAQKGLAEBAQIBI1sLCw0NAiYCAleKO6tKaoImJosqAQEIAgElgQuHYQuCaYRpTIJGL4IxBZ4jlBSBAgGJM4ZVkAiERoEWSzAhCBsVWAGCXoQjijcBAQE X-IronPort-AV: E=Sophos;i="5.39,277,1493654400"; d="scan'208";a="613738653" Received: from unknown (HELO [192.168.0.5]) ([124.169.141.141]) by icp-osb-irony-out5.iinet.net.au with ESMTP; 01 Jun 2017 09:48:55 +0800 From: Justin Mclean Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: dual issues Date: Thu, 1 Jun 2017 11:48:53 +1000 References: <577670A9-680B-47F2-80BC-EED456D888C0@classsoftware.com> <96A65828-6D1B-4DB2-A98B-D7605986E603@gmail.com> To: dev@flex.apache.org In-Reply-To: <96A65828-6D1B-4DB2-A98B-D7605986E603@gmail.com> Message-Id: <200D412C-3F97-4631-9E91-34BB4C8FB7AB@classsoftware.com> X-Mailer: Apple Mail (2.3273) archived-at: Thu, 01 Jun 2017 01:49:04 -0000 Hi, > I=E2=80=99m using asconfig in VSCode to compile with these settings: > "config": "flex", > "compilerOptions": { > "debug": false, > "js-output-type": "flexjs", > "source-map": false, > "library-path": [ > "lib" > ], I=E2=80=99ve not used VSCode but perhaps try =E2=80=9CJSFlex" rather = than =E2=80=9Cflexjs" in there or perhaps =E2=80=9Ctargets": =E2=80=9CJSFl= ex"? Justin=