vscode: remove misleading description

(cherry picked from commit efd87a9914)
This commit is contained in:
mivorasu
2025-08-02 17:29:25 +08:00
committed by chn
parent 02aa25abeb
commit 97556d4e2a

View File

@@ -92,17 +92,13 @@ callPackage ./generic.nix rec {
hasVsceSign = true;
meta = {
description = ''
Open source source code editor developed by Microsoft for Windows,
Linux and macOS
'';
description = "Code editor developed by Microsoft";
mainProgram = "code";
longDescription = ''
Open source source code editor developed by Microsoft for Windows,
Linux and macOS. It includes support for debugging, embedded Git
control, syntax highlighting, intelligent code completion, snippets,
and code refactoring. It is also customizable, so users can change the
editor's theme, keyboard shortcuts, and preferences
Code editor developed by Microsoft. It includes support for debugging,
embedded Git control, syntax highlighting, intelligent code completion,
snippets, and code refactoring. It is also customizable, so users can
change the editor's theme, keyboard shortcuts, and preferences
'';
homepage = "https://code.visualstudio.com/";
downloadPage = "https://code.visualstudio.com/Updates";