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 dd0ed93 commit bf51460Copy full SHA for bf51460
src/vs/platform/protocol/electron-main/protocolMainService.ts
@@ -100,7 +100,7 @@ export class ProtocolMainService extends Disposable implements IProtocolMainServ
100
}
101
102
// then check by validExtensions
103
- if (this.validExtensions.has(extname(path))) {
+ if (this.validExtensions.has(extname(path).toLowerCase())) {
104
return callback({ path });
105
106
0 commit comments