We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f070e35 commit 5204162Copy full SHA for 5204162
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