Imported from kaeganscott26/FORGE-OS (
.vault-operator/data/skills/vscode-editor/.versions/2026-08-23T20-07-00-099Z-0044/SKILL.md). Install upstream withnpx skills add kaeganscott26/FORGE-OS --skill 2026-08-23T20-07-00-099Z-0044. Copyright stays with the author.
VSCode Editor
Plugin metadata
- id:
vscode-editor - source: vault-native
- plugin-type: community
- status: disabled
- class: PARTIAL
- has-settings: false
- needs-setup: true
VSCode Editor
Description: Edit Code Files like VSCode. Status: Disabled Plugin ID: vscode-editor
Setup Required
Plugin is disabled. Use enable_plugin to activate it first. Guide the user to configure this plugin via Obsidian Settings if needed.
Configuration File
Settings path: .obsidian/plugins/vscode-editor/data.json
To configure this plugin programmatically:
- Read the config: read_file(".obsidian/plugins/vscode-editor/data.json")
- Understand the settings structure and modify values as needed
- Write changes: write_file(".obsidian/plugins/vscode-editor/data.json", updatedJSON)
Do NOT ask the user to open Settings UI. Modify data.json directly.
Documentation
For detailed plugin documentation (commands, options, dependencies): read_file(".vault-operator/data/skills/vscode-editor.readme.md")
Usage
This plugin is currently disabled. Use enable_plugin("vscode-editor") to activate it first. After enabling, the plugin's commands will become available for execute_command.