]> git.lizzy.rs Git - rust.git/commit
vscode: amended config to use binary from globalStoragePath, added ui for downloading
authorVeetaha <gerzoh1@gmail.com>
Sat, 8 Feb 2020 02:22:44 +0000 (04:22 +0200)
committerVeetaha <gerzoh1@gmail.com>
Sat, 8 Feb 2020 02:34:11 +0000 (04:34 +0200)
commit5d88c1db38200896d2e4af7836fec95097adf509
treee865f9b5446b1630acf554f353856334a8ef6007
parent3e0e4e90aeeff25db674f8db562c611bd8016482
vscode: amended config to use binary from globalStoragePath, added ui for downloading
12 files changed:
editors/code/package-lock.json
editors/code/package.json
editors/code/src/client.ts
editors/code/src/config.ts
editors/code/src/ctx.ts
editors/code/src/github/download_file.ts [deleted file]
editors/code/src/github/fetch_latest_artifact_metadata.ts [deleted file]
editors/code/src/installation/download_file.ts [new file with mode: 0644]
editors/code/src/installation/fetch_latest_artifact_metadata.ts [new file with mode: 0644]
editors/code/src/installation/interfaces.ts [new file with mode: 0644]
editors/code/src/installation/language_server.ts [new file with mode: 0644]
editors/code/tsconfig.json