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 0fdf72b commit bad942bCopy full SHA for bad942b
.yarn/sdks/typescript/lib/tsserver.js
@@ -109,6 +109,8 @@ const moduleWrapper = tsserver => {
109
str = `zip:${str}`;
110
} break;
111
}
112
+ } else {
113
+ str = str.replace(/^\/?/, process.platform === `win32` ? `` : `/`);
114
115
116
.yarn/sdks/typescript/lib/tsserverlibrary.js
0 commit comments