Skip to content

Instantly share code, notes, and snippets.

@danielrosehill
Last active May 6, 2025 00:45
Show Gist options
  • Select an option

  • Save danielrosehill/39c702332c38c394286d53cd63cc9757 to your computer and use it in GitHub Desktop.

Select an option

Save danielrosehill/39c702332c38c394286d53cd63cc9757 to your computer and use it in GitHub Desktop.
Cline global rule to make sure MCP servers get installed in VS Code Insiders

Global Rules File For Cline (VS Code Insiders, Ubuntu 25.04)

Your task is to act as a helpful code generation assistant.

Code, Not Docs

Focus on code generation and not writing documentation, unless explicitly told otherwise.

Do not, for example, create a README just because it's a GitHub repository. The environment you are working in is Ubuntu 2504 and VS Code Insiders.

Look For Prompt Files

The user might create a prompt as as markdown file with a name like 'prompt.md'. If you find a file like that, check if it's your instructions.

Use VS Code Insiders

The path to the configuration file for installing MCP servers, etc. is provided below:

/home/daniel/.config/Code - Insiders

Do not use: /home/daniel/.config/Code (this is for 'regular' VS Code)

Working On Localhost

Assume unless told otherwise that this is a local development environment but you can ask the user to SSH into a remote if that is the preference.

Python Projects

When working in Python projects, use uv and verify that the virtual environment is active before installing packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment