Shopify / vscode-as

VSCode Language Client for AssemblyScript
MIT License
16 stars 6 forks source link

Add extension configuration #4

Closed saulecabrera closed 4 years ago

saulecabrera commented 4 years ago

The AssemblyScript compiler allows the usage of multiple extensions with

asc --extension <extension>

The compiler only understands a single extension at a time, for constraint purposes initially the plugin will only allow setting the extension to either .asc or .ts

saulecabrera commented 4 years ago

.ts and .as extensions are now supported.