You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a new API proposal for extension that have a read-only file system provider to provide markdown for the message that is shown when the user ties to edit a read-only file:
The GitHub Pull Requests and Issues extension uses the this proposal to show a useful message if you try to edit a file in a PR that isn't currently checked out.
To verify:
Install the pre-release version of GitHub Pull Requests and issues
Open a folder that contains a clone of a GitHub repo.
From the "Pull Requests" view, expand a PR and open a file diff
Try to edit the diff
Verify that you see a message that instructs you to check out the PR to edit.
Verify that you can click on the "Check out" in the message to check out the PR.
The text was updated successfully, but these errors were encountered:
Refs: #166971
Complexity: 2
Create Issue
We have a new API proposal for extension that have a read-only file system provider to provide markdown for the message that is shown when the user ties to edit a read-only file:
vscode/src/vscode-dts/vscode.proposed.readonlyMessage.d.ts
Lines 12 to 13 in 2e9aae6
The GitHub Pull Requests and Issues extension uses the this proposal to show a useful message if you try to edit a file in a PR that isn't currently checked out.
To verify:
The text was updated successfully, but these errors were encountered: