-
Notifications
You must be signed in to change notification settings - Fork 158
Closed
Labels
Description
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:
- Update package.json: Remove the IntelliCode extension from the
extensionPackdependencies - Update documentation: Remove any references to IntelliCode in README files and other documentation
- Update extension description: Remove IntelliCode mentions from the extension description if present
- Remove configuration: Remove any IntelliCode-related configuration or setup code
- 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 extensionPackREADME.md- Update documentation- Any other documentation files mentioning IntelliCode
- Extension description in package.json if applicable