Skip to content

Commit 0c5511a

Browse files
committed
don't pretend to have implemented IVsLanguageDebugInfo.GetNameOfLocation
1 parent 6c6f4ca commit 0c5511a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visuald/dlangsvc.d

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ class LanguageService : DisposingComObject,
262262
*/
263263
*pbstrName = null;
264264
*piLineOffset = 0;
265-
return S_OK;
265+
return E_FAIL;
266266
}
267267

268268
override HRESULT GetProximityExpressions(IVsTextBuffer pBuffer, in int iLine, in int iCol, in int cLines, IVsEnumBSTR* ppEnum)

0 commit comments

Comments
 (0)