|
|
@@ -46,6 +46,58 @@
|
|
|
],
|
|
|
"main": "./dist/extension.js",
|
|
|
"contributes": {
|
|
|
+ "walkthroughs": [
|
|
|
+ {
|
|
|
+ "id": "ClineWalkthrough",
|
|
|
+ "title": "Meet Cline, your new coding partner",
|
|
|
+ "description": "Cline codes like a developer because it thinks like one. Here are 5 ways to put it to work:",
|
|
|
+ "steps": [
|
|
|
+ {
|
|
|
+ "id": "welcome",
|
|
|
+ "title": "Start with a Goal, Not Just a Prompt",
|
|
|
+ "description": "Tell Cline what you want to achieve. It plans, asks, and then codes, like a true partner.",
|
|
|
+ "media": {
|
|
|
+ "markdown": "walkthrough/step1.md"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "learn",
|
|
|
+ "title": "Let Cline Learn Your Codebase",
|
|
|
+ "description": "Point Cline to your project. It builds understanding to make smart, context-aware changes.",
|
|
|
+ "media": {
|
|
|
+ "markdown": "walkthrough/step2.md"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "advanced-features",
|
|
|
+ "title": "Always Use the Best AI Models",
|
|
|
+ "description": "Cline empowers you with State-of-the-Art AI, connecting to top models (Anthropic, Gemini, OpenAI & more).",
|
|
|
+ "media": {
|
|
|
+ "markdown": "walkthrough/step3.md"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "mcp",
|
|
|
+ "title": "Extend with Powerful Tools (MCP)",
|
|
|
+ "description": "Connect to databases, APIs, or discover new capabilities in the MCP Marketplace.",
|
|
|
+ "media": {
|
|
|
+ "markdown": "walkthrough/step4.md"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "id": "getting-started",
|
|
|
+ "title": "You're Always in Control",
|
|
|
+ "description": "Review Cline's plans and diffs. Approve changes before they happen. No surprises.",
|
|
|
+ "media": {
|
|
|
+ "markdown": "walkthrough/step5.md"
|
|
|
+ },
|
|
|
+ "content": {
|
|
|
+ "path": "walkthrough/step5.md"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
"viewsContainers": {
|
|
|
"activitybar": [
|
|
|
{
|
|
|
@@ -143,6 +195,11 @@
|
|
|
"command": "cline.improveCode",
|
|
|
"title": "Improve with Cline",
|
|
|
"category": "Cline"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "command": "cline.openWalkthrough",
|
|
|
+ "title": "Open Walkthrough",
|
|
|
+ "category": "Cline"
|
|
|
}
|
|
|
],
|
|
|
"keybindings": [
|