Skip to content

Commit 067dfe5

Browse files
committed
fix: replace deprecated rootPath
1 parent 091d983 commit 067dfe5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

htmlhint-server/src/server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1904,7 +1904,6 @@ async function createAutoFixes(
19041904

19051905
connection.onInitialize(
19061906
(params: InitializeParams, token: CancellationToken) => {
1907-
let rootFolder = params.rootPath;
19081907
let initOptions: {
19091908
nodePath: string;
19101909
} = params.initializationOptions;

0 commit comments

Comments
 (0)