Airship Visual Studio Code Extension
A visual studio code extension for Airship
- Shows Airship-compiler related diagnostics in visual studio code. (Things that would be valid in regular TypeScript, but not Airship TypeScript)
- Allows creating components/singletons via the
Airship > Create New [Behaviour|Singleton]...right click menus in explorer - View the Luau output of TypeScript files by using hte LUAU button on the top right, or the
Airship: View Compiled Luau Codecommand - Shows methods that are marked as server/client only
- Shows invalid network boundary usages such as server code called on the client
