Skip to content

Commit 9c7d85b

Browse files
jpluscplusmcueckoo
authored andcommitted
extension: update description
This adds the key word "official", early in the extension's description, in order to maximise its visibility when users use the in-editor search UI to find a CUE-related extension and enhance the extension's reputation. It also tweaks the remainder of the description for the same reputational reason, and to promote the extension's primary pair of features. Change-Id: I2ee4f49a3f7632727b29bc629cf62cd5ddf21a2f Signed-off-by: Jonathan Matthews <[email protected]> Dispatch-Trailer: {"type":"trybot","CL":1222340,"patchset":6,"ref":"refs/changes/40/1222340/6","targetBranch":"master"}
1 parent ce26b7c commit 9c7d85b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

extension/extension.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ extension: commands: {
2424
extension: npm: {
2525
name: "vscode-cue"
2626
displayName: "CUE"
27-
description: "CUE language support for Visual Studio Code"
27+
description: "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP) - from the team that builds CUE and cuelang.org"
2828
repository: "https://github.com/cue-lang/vscode-cue"
2929
version: "0.0.16"
3030
icon: "media/white_circle_128.png"

extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "vscode-cue",
33
"displayName": "CUE",
4-
"description": "CUE language support for Visual Studio Code",
4+
"description": "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP) - from the team that builds CUE and cuelang.org",
55
"repository": "https://github.com/cue-lang/vscode-cue",
66
"version": "0.0.16",
77
"icon": "media/white_circle_128.png",

extension/src/gen_userCommands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let _config = {
1616
"npm": {
1717
"name": "vscode-cue",
1818
"displayName": "CUE",
19-
"description": "CUE language support for Visual Studio Code",
19+
"description": "The offical CUE extension for VS Code, providing syntax highlighting and language server integration (LSP) - from the team that builds CUE and cuelang.org",
2020
"repository": "https://github.com/cue-lang/vscode-cue",
2121
"version": "0.0.16",
2222
"icon": "media/white_circle_128.png",

0 commit comments

Comments
 (0)