Skip to content

Commit

Permalink
add clangd
Browse files Browse the repository at this point in the history
  • Loading branch information
nokotan committed Feb 16, 2024
1 parent 2d62b5b commit 4a4b909
Show file tree
Hide file tree
Showing 4 changed files with 20,955 additions and 11,601 deletions.
6 changes: 2 additions & 4 deletions build/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ async function main() {
await copyStaticAssets(installationInfo);
}

async function deployExtensions() {

await downloadExternalRepository("https://github.com/lostintangent/gistpad.git");

async function deployExtensions() {;
await buildExtension("wasm-playground", { vsCodePath: installationRoot });
await buildExtension("vscode-clangd", { vsCodePath: installationRoot });
await buildExtension("emscripten-remote-build", { vsCodePath: installationRoot });
// await buildExtension("gistpad", {
// vsceOptions: [ "" ],
Expand Down
Loading

0 comments on commit 4a4b909

Please sign in to comment.