We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccebc4d commit 17b51a4Copy full SHA for 17b51a4
src/features/RemoteFiles.ts
@@ -58,8 +58,7 @@ export class RemoteFilesFeature implements IFeature {
58
}
59
60
private isDocumentRemote(doc: vscode.TextDocument) {
61
- return doc.languageId === "powershell" &&
62
- doc.fileName.toLowerCase().startsWith(this.tempSessionPathPrefix);
+ return doc.fileName.toLowerCase().startsWith(this.tempSessionPathPrefix);
63
64
65
private closeRemoteFiles() {
0 commit comments