Skip to content

Remove IntelliCode extension from Java Extension Pack #1448

@brunoborges

Description

@brunoborges

Summary

Remove the outdated IntelliCode extension from the Java Extension Pack bundle in favour of GitHub Copilot and built-in AI features in Visual Studio Code.

Background

The IntelliCode extension needs to be removed from the Java Extension Pack to streamline the bundle and reduce dependencies.

Tasks

The following changes are required:

  1. Update package.json: Remove the IntelliCode extension from the extensionPack dependencies
  2. Update documentation: Remove any references to IntelliCode in README files and other documentation
  3. Update extension description: Remove IntelliCode mentions from the extension description if present
  4. Remove configuration: Remove any IntelliCode-related configuration or setup code
  5. Testing: Ensure the extension pack still functions correctly without IntelliCode

Acceptance Criteria

  • IntelliCode extension is removed from package.json extensionPack array
  • All documentation updated to reflect the removal
  • Extension description updated if it mentions IntelliCode
  • No IntelliCode-related configuration remains
  • Extension pack works correctly without IntelliCode
  • All tests pass

Files to Modify

  • package.json - Remove IntelliCode from extensionPack
  • README.md - Update documentation
  • Any other documentation files mentioning IntelliCode
  • Extension description in package.json if applicable

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions