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

Fix-bswap #226

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Fix-bswap #226

wants to merge 2 commits into from

Conversation

neiljones232
Copy link

No description provided.

Comment on lines +416 to +417
has, err := bstore.Has(ctx, c)
return has && err == nil
Copy link
Contributor

@gammazero gammazero Dec 27, 2024

Choose a reason for hiding this comment

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

Help me understand what this fixes. It appears that if the server does not have a block, then this PR makes it treated as if access is denied to that block, here, instead of treating that block as not found, here.

"webRoot": "${workspaceFolder}"
}
]
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Please do not commit editor-specific configurations.

@gammazero gammazero added need/author-input Needs input from the original author need/triage Needs initial labeling and prioritization labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
need/author-input Needs input from the original author need/triage Needs initial labeling and prioritization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants