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 6bad0ef commit 44d9c80Copy full SHA for 44d9c80
src/client/datascience/interactive-ipynb/nativeEditorProviderOld.ts
@@ -378,7 +378,7 @@ export class NativeEditorProviderOld extends NativeEditorProvider {
378
(editorUri) =>
379
editorUri.document &&
380
editorUri.document.uri.scheme === 'git' &&
381
- this.fs.arePathsSame(editorUri.document.uri, editor.document.uri)
+ editorUri.document.uri.fsPath === editor.document.uri.fsPath
382
);
383
384
if (!gitSchemeEditor) {
0 commit comments