microsoft / microsoft/vscode-cpptools
Update VSIX release process to build TypeScript component on each native platform instead of all from the same host
Nessuno ha ancora preso questa issue.
- Lingua principale
- TypeScript
- Stelle
- 6.2k
- Fork
- 1.7k
- Merge medio
- 14h 46m
- PR unite (30g)
- 61
Descrizione
Currently, cpptools' TypeScript component does not have any platform-dependent dependencies. The Release pipeline for the cpptools VSIX builds the TypeScript component for each platform from the same (Windows) host. That prevents us from introducing any platform-dependent dependencies, as they would be built for Windows and not the actual target platform.
This is preventing us from using the following dependencies, requiring us to work around these needs with non-ideal solutions:
- wordexp (requiring us to deploy our own
cpptools-wordexputility) - node-pty (requiring us to add arguments to gcc and clang build tasks to force output colorization)
This issue is tracking updating our Release pipeline to build the TypeScript component separately on each target platform.
I believe this is blocked until Azure DevOps can provide ARM64 Mac support (or we can get an ARM64 Mac added back into our pool).
Guida per i contributori
Apri la guida per i contributori
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
La issue nomina la pipeline cpptools VSIX Release, ma non indica file o test; inizia individuando quella pipeline e verificando i suoi agent per le piattaforme di destinazione. Il lavoro è completato quando il componente TypeScript viene compilato separatamente su ogni piattaforma di destinazione, incluso il supporto per ARM64 Mac o un agent sostitutivo disponibile.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- azure, typescript
- Ambito
- build-system, ci-cd, release
- Tipo di issue
- Funzionalità
- Difficoltà
- 4/5
- Tempo stimato
- 3-5 giorni
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100