nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

vscode: remove misleading description

(cherry picked from commit efd87a9914af70c971cc0e4ad937e5d7d44138c4)

authored by

mivorasu and committed by
Masum Reza
a041fcff 1989145a

+5 -9
+5 -9
pkgs/applications/editors/vscode/vscode.nix
··· 92 92 hasVsceSign = true; 93 93 94 94 meta = { 95 - description = '' 96 - Open source source code editor developed by Microsoft for Windows, 97 - Linux and macOS 98 - ''; 95 + description = "Code editor developed by Microsoft"; 99 96 mainProgram = "code"; 100 97 longDescription = '' 101 - Open source source code editor developed by Microsoft for Windows, 102 - Linux and macOS. It includes support for debugging, embedded Git 103 - control, syntax highlighting, intelligent code completion, snippets, 104 - and code refactoring. It is also customizable, so users can change the 105 - editor's theme, keyboard shortcuts, and preferences 98 + Code editor developed by Microsoft. It includes support for debugging, 99 + embedded Git control, syntax highlighting, intelligent code completion, 100 + snippets, and code refactoring. It is also customizable, so users can 101 + change the editor's theme, keyboard shortcuts, and preferences 106 102 ''; 107 103 homepage = "https://code.visualstudio.com/"; 108 104 downloadPage = "https://code.visualstudio.com/Updates";