Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support in DevKit for source link go to definition #74626

Merged
merged 3 commits into from
Aug 14, 2024

Conversation

dibarbet
Copy link
Member

@dibarbet dibarbet commented Aug 1, 2024

Resolves dotnet/vscode-csharp#6784

Recording.2024-08-01.165044.mp4

@dotnet-issue-labeler dotnet-issue-labeler bot added Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead labels Aug 1, 2024
{
public async Task<PdbFilePathResult?> GetPdbFilePathAsync(string dllPath, PEReader peReader, bool useDefaultSymbolServers, CancellationToken cancellationToken)
{
var hasCodeViewEntry = false;
Copy link
Member Author

@dibarbet dibarbet Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

abstracted this file out of sourcelinkservice basically unchanged.

@dibarbet dibarbet marked this pull request as ready for review August 14, 2024 00:00
@dibarbet dibarbet requested a review from a team as a code owner August 14, 2024 00:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-IDE untriaged Issues and PRs which have not yet been triaged by a lead VSCode
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow go to external source in intellisense
2 participants