mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-11 18:32:23 +08:00
vscode: remove misleading description
(cherry picked from commit efd87a9914)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user