Skip to content

Commit 40f4282

Browse files
committed
chore: update and lint change
1 parent be7fb10 commit 40f4282

15 files changed

+6220
-4278
lines changed

.DS_Store

8 KB
Binary file not shown.

.eslintignore

-3
This file was deleted.

client/extension.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import {updateStatusBar} from './status-bar';
1919
import {xoRootCache} from './cache';
2020
import {fixAllProblems} from './fix-all-problems';
2121

22-
let languageClient: LanguageClient;
22+
const languageClient: LanguageClient | undefined = undefined;
2323

2424
const queue = new Queue({autostart: true, concurrency: 1});
2525

0 commit comments

Comments
 (0)