Commit fbbfa99c authored by Matteo Pacini's avatar Matteo Pacini
Browse files

vscode-extensions.saoudrizwan.claude-dev: fix description

The extension was renamed to Cline upstream, but it could not be found
on search.nixos.org when searching for "Cline".

Resolves #507084
parent 65c26f8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ vscode-utils.buildVscodeMarketplaceExtension {
  };

  meta = {
    description = "VSCode extension providing an autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way";
    description = "Cline - autonomous coding agent VSCode extension, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way";
    downloadPage = "https://github.com/cline/cline";
    homepage = "https://github.com/cline/cline";
    license = lib.licenses.asl20;