Skip to content

Commit 9bf21eb

Browse files
committed
fix prettier
1 parent b5b816a commit 9bf21eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/vueVolarSupport.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ const isConfigValueChanged = (settingId: string) => {
8282
if (/^[a-z]:/.test(path)) {
8383
path = path[0]!.toUpperCase() + path.slice(1)
8484
}
85-
85+
8686
return path.replace(/\\/g, '/')
8787
}
88-
88+
8989
userValue = normalizePathWin(userValue)
9090
extensionsBasePath = normalizePathWin(extensionsBasePath)
9191
if (userValue.startsWith(extensionsBasePath)) return false

0 commit comments

Comments
 (0)