Skip to content

Create a new ActionScript project in Visual Studio Code

Josh Tynjala edited this page Jun 29, 2018 · 8 revisions

To create a new project using the ActionScript & MXML extension for Visual Studio Code, you must open a folder for your project and add a file named asconfig.json to the root of the project. This asconfig.json file is used to configure things like compiler options and Adobe AIR packaging options. Adding this file to your project will enable code intelligence in .as and .mxml files.

Project types

A variety of project types are supported, and the following pages will explain how to set up each type:

Next Steps

Clone this wiki locally