Skip to content

Commit ee50f3d

Browse files
committed
fix: TS compile error: Cannot find name 'isWSL'. Did you mean 'isWsl'?
https://github.com/yCodeTech/auto-comment-blocks/actions/runs/16210470528
1 parent f6f85fe commit ee50f3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export class Configuration {
232232
const version = extensionPackageJsonData.version;
233233

234234
// The path to the user extensions.
235-
const userExtensionsPath = isWSL
235+
const userExtensionsPath = isWsl
236236
? path.join(vscode.env.appRoot, "../../", "extensions")
237237
: path.join(vscode.extensions.getExtension(id).extensionPath, "../");
238238

0 commit comments

Comments
 (0)