mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 00:10:15 +03:00
The 1.0.110 package no longer contains the vscode .vsix plugin in the vendor directory. This was not listed as a change in the changelog, but most things aren't. It may be returning later, it may not, but removing it from this package since upstream has removed it. I will readd it later if it gets added back to the package. Signed-off-by: Jay Faulkner <jayf@gentoo.org>
20 lines
754 B
XML
20 lines
754 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
|
|
|
<pkgmetadata>
|
|
<maintainer type="person">
|
|
<email>jayf@gentoo.org</email>
|
|
<name>Jay Faulkner</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster through natural language commands.
|
|
</longdescription>
|
|
<use>
|
|
<flag name="jetbrains">Install Jetbrains IDE extension to /opt/claude-code. Does not automatically load extension.</flag>
|
|
</use>
|
|
<upstream>
|
|
<doc>https://docs.anthropic.com/en/docs/claude-code/overview</doc>
|
|
<remote-id type="github">anthropics/claude-code</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|