Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

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

Aperta
#420 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
3/5
Tempo stimato
1-2 giorni
Idoneità per principianti
45/100
Tipo di issue
Bug
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
typescript, vscode
Ambito
devtools

Direzione di ricerca

Riproduci il problema in un Code Workspace multi-progetto usando l’estensione GitHub Actions, quindi traccia come i percorsi dei workflow bloccati vengono memorizzati e risolti per la barra di stato. Il lavoro è completato quando vengono visualizzati i workflow qualificati di ogni progetto, mentre un percorso non qualificato .github/workflows/* non produce alcun effetto in un workspace multi-progetto.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

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

Lingua principale
TypeScript
Stelle
661
Fork
214
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di github/vscode-github-actions

Tutte le issue di github/vscode-github-actions

Issue simili

Altre issue su TypeScript

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.