Skip to content

Conversation

@RicardoASJunior
Copy link
Collaborator

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 23 to 27
},
"homepage": "https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls?KEY=GVSCO",
"license": "MIT",
"publisher": "intersystems-community",
"publisher": "consistem-sistemas",
"capabilities": {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P0 Badge Update extensionId constant after renaming extension

Renaming the extension in package.json to consistem-sistemas.vscode-consistem-objectscript leaves the runtime constant extensionId in src/extension.ts at the old value intersystems-community.vscode-objectscript. Activation code immediately calls vscode.extensions.getExtension(extensionId) and dereferences its packageJSON; with the new manifest this call now returns undefined, causing a TypeError during activation and the extension never starts. All telemetry and test helpers that rely on the constant are impacted. The constant and any other references must be updated to the new publisher/name pair.

Useful? React with 👍 / 👎.

@RicardoASJunior RicardoASJunior merged commit 3690021 into master Oct 22, 2025
3 checks passed
@RicardoASJunior RicardoASJunior deleted the vscode-visual-identity branch October 22, 2025 18:08
@LeoAnders LeoAnders restored the vscode-visual-identity branch October 25, 2025 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant