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

Change format of requests to show module sources #12351

Merged
merged 8 commits into from
Nov 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix test
  • Loading branch information
Stephen Weatherford authored and Stephen Weatherford committed Nov 7, 2023
commit 723c3a16f7a80b53cea77abc011164dc0cd05303
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe("bicepExternalSourceContentProvider", () => {
const decoded = decodeExternalSourceUri(Uri.parse(uri));

expect(decoded.moduleReference).toBe(
"br:saw.azurecr.io/complicated:1.0-beta",
"br:saw.azurecr.io/complicated:v1.0-beta",
);
expect(decoded.requestedSourceFile).toBe("entrypoint.bicep");
expect(decoded.title).toBe(
Expand Down
Loading