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 4d3d1b8 commit 1632a19Copy full SHA for 1632a19
lib/vscode/src/vs/server/node/channel.ts
@@ -907,5 +907,5 @@ function transformIncoming(remoteAuthority: string, uri: UriComponents | undefin
907
}
908
909
function isDefined<T>(t: T | undefined): t is T {
910
- return typeof t !== "undefined";
+ return typeof t !== 'undefined';
911
0 commit comments