From 0e88e764938622f4edd4d6b6290960029bae91a0 Mon Sep 17 00:00:00 2001 From: InSyncWithFoo Date: Thu, 29 Feb 2024 12:48:07 +0000 Subject: [PATCH] Minor improvements --- .github/workflows/release.yaml | 4 +++- CHANGELOG.md | 2 +- docs/configurations.md | 8 ++++++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index b5efee7..e484bd2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -5,7 +5,9 @@ name: Release on: release: - types: [ prereleased, released ] + types: + - prereleased + - released jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index a8580aa..a987c0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docs/configurations.md b/docs/configurations.md index 4a924a3..8c55e0c 100644 --- a/docs/configurations.md +++ b/docs/configurations.md @@ -1,6 +1,6 @@ - ## Generic + ### Executable For the plugin to work, you need to define at least one executable file @@ -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