Skip to content

Commit 6ce6501

Browse files
authored
Merge pull request #279 from htmlhint/dev/coliff/replace-deprecated-rootpath
fix: remove unused and deprecated rootPath variable
2 parents 091d983 + 067dfe5 commit 6ce6501

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)