Skip to content
New issue

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

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

Already on GitHub? # 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
@dibarbet dibarbet force-pushed the vscode_source_link branch from 5c08a8f to 1462d15 Compare August 1, 2024 23:51
@dibarbet dibarbet force-pushed the vscode_source_link branch from 1462d15 to 2378964 Compare August 2, 2024 00:49
{
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 requested a review from JoeRobich August 14, 2024 00:00
@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
# for free to join this conversation on GitHub. Already have an account? # 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