vscode: remove misleading description

This commit is contained in:
mivorasu
2025-08-02 17:29:25 +08:00
committed by Masum Reza
parent 1af5b5ac66
commit efd87a9914

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";