Hacktoberfest 2026: die Issues, die Maintainer für den Oktober markiert haben – offen und einsteigerfreundlich. Hacktoberfest-Issues durchsuchen

Pinned workflows for folders other than the first in a Code Workspace don't appear in the status bar

Offen
#420 0 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen

Dieses Issue hat noch niemand übernommen.

Bewertung

Schwierigkeit
3/5
Geschätzter Aufwand
1-2 Tage
Anfängerfreundlichkeit
45/100
Issue-Typ
Bug
Klarheit
Größtenteils klar
Aktivitätsstatus
Veraltet
Tech-Stack
typescript, vscode
Bereich
devtools

Rechercherichtung

Reproduziere das Problem in einem Multi-Project Code Workspace mit der GitHub Actions extension und verfolge anschließend, wie angeheftete Workflow-Pfade für die Statusleiste gespeichert und aufgelöst werden. Erledigt ist die Aufgabe, wenn qualifizierte Workflows aus jedem Projekt angezeigt werden, während ein nicht qualifizierter .github/workflows/*-Pfad in einem Multi-Project Workspace keine Wirkung hat.

Vom Indexierungsmodell aus dem Issue-Text verfasst.

Beschreibung

bug

Describe the bug
Clicking the pin & unpin buttons on workflows in a multi-project workspace add PROJECT-FOLDER-NAME/.github/workflows/WORKFLOW-NAME.yml to "github-actions.workflows.pinned.workflows", but in actuality, the only workflows that can actually show in the status bar are workflows for the first project in the workspace, and only when not qualified with the PROJECT-FOLDER-NAME

To Reproduce
Steps to reproduce the behavior:

  1. Open a new VSCode window and click File > Add Folder to Workspace, then choose a GitHub project with .github/workflows. Do it again for another GitHub project with workflows.
  2. In the GitHub Actions extension workflows list, pin workflows from both projects.
  3. No workflows will appear in the status bar.
  4. Open Workspace Settings (JSON), and for a workflow from the first project folder listed, remove the project name. IE, the path should be .github/workflows/WORKFLOW-NAME.yml.
  5. The workflow will appear in the status bar.

Expected behavior
Pinned workflows in a multi-project workspace should appear when they're qualified with the project name. The path .github/workflows/* in a multi-project workspace probably shouldn't resolve to anything and therefore should do nothing.

Extension Version
v0.27.0

Vorherrschende Sprache
TypeScript
Sterne
661
Forks
214
PR-Merge-Kennzahlen
Keine gemergten PRs in 30 T.

Beitragsleitfaden

Beitragsleitfaden öffnen

Erste Schritte

  1. Lesen Sie das ganze Issue und danach den Beitragsleitfaden des Projekts.
  2. Schreiben Sie ins Issue, dass Sie es übernehmen — das erspart doppelte Arbeit.
  3. Forken Sie das Repository und arbeiten Sie in einem Branch.
  4. Öffnen Sie einen Pull Request, der die Issue-Nummer nennt.

Mehr aus github/vscode-github-actions

Alle Issues in github/vscode-github-actions

Ähnliche Issues

Weitere Issues zu TypeScript

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.