Skip to content

Commit 5988114

Browse files
committed
Do not deploy dsc CLI tool
1 parent bebdcc5 commit 5988114

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.vscodeignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ media/main.png
1111
node_modules
1212
src
1313
types
14-
.github
14+
.github
15+
src/dsc.ts

src/connection/serverComponent.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import { OutputChannel, extensions, window } from "vscode";
99
import { stat } from "fs/promises";
1010
import { SERVER_VERSION_FILE } from "./SCVersion";
1111

12-
const octokit = new Octokit();
13-
1412
const ExecutablePathDir = `$HOME/.vscode/`;
1513

1614
export enum UpdateStatus {

0 commit comments

Comments
 (0)