We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5b816a commit 9bf21ebCopy full SHA for 9bf21eb
src/vueVolarSupport.ts
@@ -82,10 +82,10 @@ const isConfigValueChanged = (settingId: string) => {
82
if (/^[a-z]:/.test(path)) {
83
path = path[0]!.toUpperCase() + path.slice(1)
84
}
85
-
+
86
return path.replace(/\\/g, '/')
87
88
89
userValue = normalizePathWin(userValue)
90
extensionsBasePath = normalizePathWin(extensionsBasePath)
91
if (userValue.startsWith(extensionsBasePath)) return false
0 commit comments