llvm / llvm-iwg

The LLVM Infrastructure Working Group
https://foundation.llvm.org/docs/infrastructure-wg/
Other
18 stars 14 forks source link

Should we have an official llvm account for pulishing plugins on the vscode marketplace #62

Open tstellar opened 3 years ago

tstellar commented 3 years ago

We need an account to publish on the vscode marketplace. mlir-vscode currently uses a third-party account as does https://github.com/clangd/vscode-clangd Would it make sense to have an 'official' llvm account for publishing the plugins especially for mlir-vscode since it's being published directory from the llvm organization git repository.

ChristianKuehnel commented 3 years ago

From the discussions around the MLIR extension, I learned that we need a "Publisher ID" and we can then allow multiple user accounts to publish under that ID: https://github.com/microsoft/vscode/issues/3670#issuecomment-200277260

We probably also need to agree to some policy on when which extensions we want to have under the LLVM Publisher ID.

sam-mccall commented 3 years ago

A few thoughts from a maintainer of the clangd extension (also @kadircet), though the publishing was set up before my time...