Skip to content

Commit

Permalink
Minor improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Feb 29, 2024
1 parent b342691 commit 0e88e76
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
name: Release
on:
release:
types: [ prereleased, released ]
types:
- prereleased
- released

jobs:

Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@


[Unreleased]: https://github.com/InSyncWithFoo/pyright-plugin/compare/v0.1.0-mvp.1..HEAD
[v0.1.0-mvp.1]: https://github.com/InSyncWithFoo/pyright-plugin/commits
[0.1.0-mvp.1]: https://github.com/InSyncWithFoo/pyright-plugin/commits
8 changes: 6 additions & 2 deletions docs/configurations.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

## Generic


### Executable

For the plugin to work, you need to define at least one executable file
Expand Down Expand Up @@ -30,9 +30,13 @@ If neither paths are specified, the project directory is used.

## Global


### Always use global

Check this option to always use the global executable and configuration file.
Check this option to always use the global executable
and configuration file.

Default: `false`


[1]: https://microsoft.github.io/pyright/#/command-line

0 comments on commit 0e88e76

Please sign in to comment.