stripped
This commit is contained in:
parent
07f0fea4bf
commit
e98f915fd5
5 changed files with 71 additions and 542 deletions
|
|
@ -102,11 +102,13 @@ export namespace LSP {
|
|||
".ctsx",
|
||||
],
|
||||
},
|
||||
/*
|
||||
{
|
||||
id: "golang",
|
||||
command: ["gopls"],
|
||||
extensions: [".go"],
|
||||
},
|
||||
*/
|
||||
];
|
||||
|
||||
export namespace Diagnostic {
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ export namespace Share {
|
|||
await state();
|
||||
}
|
||||
|
||||
const URL = "https://api.dev.opencode.ai";
|
||||
const URL = process.env["OPENCODE_API"] ?? "https://api.dev.opencode.ai";
|
||||
export async function create(sessionID: string) {
|
||||
return fetch(`${URL}/share_create`, {
|
||||
method: "POST",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue