You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-src+-commands+-# `disposable` commands that vscode will run. all commands can be invoked to start the extension+-helpers+-UmpleLintingProvider.ts# singleton `umpleLintingProvider` that handles linting the files. Also parses `Result`+-umple+-actions+-# functions that are mapped to commands in `/src/commands/`. Will also reference `umpleLintingProvider` for linting. Handle getting required parameters from the user.+-umpleAPI.ts# handles commands to umplecli. Parses errors and status messages and returns the resulting `Result` object that can be passed to `umpleLintingProvider`+-extension.ts# main entry point for the extension. registers all commands.