Open sjd78 opened 1 month ago
The plugin is responsible for managing the runtime (start, stop, restart) and for reporting its status.
After initial install / start of the extension, decide what needs to be done:
Configuration view should have a 'Test' button to:
Status indication on vscode's status bar
Show "status bar item" for the whole workspace
Show "status bar item" for an open file
Provide logs to a selectable Output view
Command Palette
...
Startup and keep alive the analyzer/Kai runtime
The plugin is responsible for managing the runtime (start, stop, restart) and for reporting its status.
Story highlights
After initial install / start of the extension, decide what needs to be done:
Configuration view should have a 'Test' button to:
Status indication on vscode's status bar
Show "status bar item" for the whole workspace
Show "status bar item" for an open file
Provide logs to a selectable Output view
Command Palette
Considerations
...