-
Notifications
You must be signed in to change notification settings - Fork 240
Commit b82b8b8
committed
Ignore
For some reason VS Code, in some repositories and configurations, will
send us `DidOpenTextDocument` notifications for special documents with
the `git` scheme (not `file` or `untitled`). It's probably some internal
representation that VS Code is using to supply VCS information. Because
we were specifically ignoring the URI in this handler these files were
getting erroneously added to our workspace service's list of open files,
which then caused duplicate references.didOpen notifications for git schemed documents from VS Code1 parent d052a50 commit b82b8b8
File tree
1 file changed
+8
-0
lines changed- src/PowerShellEditorServices/Services/TextDocument/Handlers
1 file changed
+8
-0
lines changedLines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
77 | 85 | | |
78 | 86 | | |
79 | 87 | | |
| |||
0 commit comments