vscode-mcp-server

open_file

Opens a file in VS Code editor, enabling immediate viewing and editing. Use for new files or after modifying existing ones with create_diff tool. Supports specifying view columns, focus retention, and preview mode.

Instructions

Used to open a file in the VS Code editor. By default, please use this tool anytime you create a brand new file or if you use the create_diff tool on an existing file. We want to see changed and newly created files in the editor.

Input Schema

NameRequiredDescriptionDefault
filePathYesPath to the file to open
preserveFocusNoWhether to preserve focus on the current editor
previewNoWhether to open the file in preview mode
targetProjectPathYesPath to the project folder we are working in
viewColumnNoThe view column to open the file in (1, 2, 3, etc.)

Input Schema (JSON Schema)

{ "properties": { "filePath": { "description": "Path to the file to open", "type": "string" }, "preserveFocus": { "description": "Whether to preserve focus on the current editor", "type": "boolean" }, "preview": { "description": "Whether to open the file in preview mode", "type": "boolean" }, "targetProjectPath": { "description": "Path to the project folder we are working in", "type": "string" }, "viewColumn": { "description": "The view column to open the file in (1, 2, 3, etc.)", "type": "number" } }, "required": [ "filePath", "targetProjectPath" ], "type": "object" }

You must be authenticated.

Other Tools from vscode-mcp-server

Related Tools

ID: ohvq7n4onu