IDE Configuration¶
Overview¶
Configuring your IDE is a crucial step for full utilization of the AI and GitLab development environment.
Pre-requisites¶
- Install the necessary extensions for VSCode or Codium
- Ensure Docker and Docker Compose are running
Extension Installation¶
VSCode Extensions¶
- Docker
- Go to Extensions view (Ctrl+Shift+X)
-
Search for "Docker" and install
-
Remote Development
-
Search for "Remote Development" and install
-
GitLab Workflow
- Search for "GitLab Workflow" and install
Codium Extensions¶
- Follow similar steps as VSCode for Codium-extension installation.
Configuring Settings¶
VSCode¶
Incorporate your MCP server settings:
- Open settings (Ctrl+,)
- Search for "MCP Server Configuration"
- Add the following:
Codium¶
- Follow similar setup as VSCode settings configuration.
Connecting IDE to GitLab¶
GitLab Extension Configuration¶
- Go to the GitLab section in your IDE
- Enter GitLab URL:
http://localhost:8080
- Enter your access token
Troubleshooting¶
Common Issues¶
- Verify that the Docker services are running
- Confirm the MCP server is accessible
- Check settings for correct configuration
Useful Commands¶
-
Restart Docker
-
Verify MCP Connection
Next Steps¶
- Utilize AI features in your development workflow.
- Explore GitLab advanced configurations and integrations.