rebrand and splitting so its not a monorepo
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
[
|
||||
{
|
||||
"label": "gleam run",
|
||||
"command": "gleam",
|
||||
"args": ["run"],
|
||||
"use_new_terminal": false,
|
||||
"reveal": "never",
|
||||
},
|
||||
|
||||
{
|
||||
"label": "gleam format",
|
||||
"command": "gleam",
|
||||
"args": ["format"],
|
||||
"use_new_terminal": false,
|
||||
"reveal": "never",
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user