Skip to content

Commit

Permalink
Fix #226, Pylance doesn't work after reopening
Browse files Browse the repository at this point in the history
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
  • Loading branch information
paulober committed Jun 22, 2024
1 parent ad3818a commit 474c7dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.mts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function getStubsPathForVersionPosix(version: string): string {
}

export function settingsStubsPathForVersion(version: string): string {
return join(settingsStubsBasePath(), version);
return joinPosix(settingsStubsBasePath(), version);
}

/**
Expand Down

0 comments on commit 474c7dd

Please sign in to comment.