Set registered VS Code publisher identity

Use renaissance-geek for the Impeccable extension and guard the publisher identity in packaging tests.

AI assistance: Codex, under maintainer direction.
This commit is contained in:
Paul Bakaus
2026-09-07 12:15:41 -07:00
parent 8b39f41949
commit c2c4372abf
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ export function stageVSCodeExtension(rootDir, distDir) {
displayName: 'Impeccable',
description: 'Design skills for GitHub Copilot: build, critique, audit, and refine interfaces.',
version,
publisher: 'pbakaus',
publisher: 'renaissance-geek',
license: 'Apache-2.0',
homepage: 'https://impeccable.style',
repository: { type: 'git', url: 'https://github.com/pbakaus/impeccable.git' },