code-oss-logs Skill
Find and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log. For bundles produced by Export Agent Host Debug Logs, use agent-host-logs. Published by microsoft in vscode.
What is code-oss-logs Skill?
Find and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log. For bundles produced by Export Agent Host Debug Logs, use agent-host-logs. Published by microsoft in vscode. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Data analysis
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use code-oss-logs Skill
- Use it for data analysis.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/vscode
- Skill file: .github/skills/code-oss-logs/SKILL.md
What it does
Find and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log. For bundles produced by Export Agent Host Debug Logs, use agent-host-logs.
Skill instructions
Code OSS Logs Find and display logs from the most recent Code OSS or Agents app dev run. Log Root Directories | App | Default User Data Dir | Logs Path | |-----|-----------------------|-----------| | Code OSS | $HOME/.vscode-oss-dev | $HOME/.vscode-oss-dev/logs/ | | Agents app | $HOME/.vscode-oss-dev | $HOME/.vscode-oss-dev/logs/ | If Code OSS was launched with --user-data-dir=<dir, use <dir/logs/ instead of the defaults above. Launch and debugging helpers often create temporary user data dirs under .build/; always prefer the exact user data dir from the launch command when it is known. Each run creates a timestamped folder like 20260330T163430. The most recent folder sorted by modification time is usually the one the user cares about. Procedure 1. Identify which app the user is asking about: Code OSS or Agents app. If unclear, check both. 2. Find the most recent log folder: bash ls -lt "$HOME/.vscode-oss-dev/logs" | head -5 or for a custom user data dir: ls -lt "<user-data-dir/logs" |
Explore related resources
Frequently asked questions
What is code-oss-logs?
code-oss-logs is a open-source AI agent skill with Copy skill directory. Find and read timestamped process logs from Code OSS dev builds, including main.log, renderer.log, extension host logs, and agenthost.log.
Who is code-oss-logs best for?
code-oss-logs is best for reusing agent instructions, scripts, and references, data analysis workflows.
How do I install code-oss-logs?
Install or run code-oss-logs using Copy skill directory. Check code-oss-logs for the latest setup command.
Is code-oss-logs actively maintained?
code-oss-logs may need a closer maintenance check before production use.
Auto-fetched from GitHub.