mint-lang / mint-vscode

VS Code Extension for Mint programming language

Home Page:https://marketplace.visualstudio.com/items?itemName=mint-lang.mint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFC: add common commands

lukepighetti opened this issue · comments

It seems to me that we should add the following commands to the VSCode command palette at a minimum. Thoughts?

  • mint build
  • mint init
  • mint install

I have this working on https://github.com/lukepighetti/mint-vscode/tree/feat/basic-commands but I'm not convinced it's a value add. Thoughts?

How will mint init behave? Will VS Code provide an option where to save the generated project?

Yes I would model it after the Flutter tooling. It would ask what name and where, then create and open the project.

Let's do it.

Resolved by #10