Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vogelsgesang committed Apr 2, 2024
1 parent 1fc4fc4 commit eaf2a04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ This extension can use [Facebook's starlark project](https://github.com/facebook

## Bazel tasks

Bazel tasks can be configured from the `launch.json` using the following structure:
Bazel tasks can be configured from the `tasks.json` using the following structure:

```json
{
Expand Down
1 change: 1 addition & 0 deletions src/assert.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ export function assert(value: boolean): asserts value {
"https://github.com/bazelbuild/vscode-bazel/issues",
);
}
throw new Error("Assertion violated.");
}
}

0 comments on commit eaf2a04

Please sign in to comment.