[Feature] make the app available as vscode extension #31
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: chris/calque#31
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The goal is to integrate with development, so logically running right inside vscode (and perhaps other editors as well) seems logical to me.
What I likely want to do is to split up the current project into a core and standalone/web project. that way I can turn the actual features of the app into a library. and have multiple front-ends/UIs that can be added. of which vscode would just be one.
This however is a bit more then just a minor refactor. so not anytime soon I recon.