From 4341b291c40b824a7496c7e9e5f0e95645ce206d Mon Sep 17 00:00:00 2001 From: Silas Marvin <19626586+SilasMarvin@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:48:05 -0700 Subject: [PATCH] Update description in package.json --- editors/vscode/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editors/vscode/package.json b/editors/vscode/package.json index 0e75093..b27de60 100644 --- a/editors/vscode/package.json +++ b/editors/vscode/package.json @@ -2,7 +2,7 @@ "name": "lsp-ai", "version": "0.1.0", "displayName": "LSP-AI", - "description": "The official VS Code plugin for LSP-AI.", + "description": "The official VS Code plugin for LSP-AI. LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them.", "icon": "logo-white-black-background-1024x1024.png", "repository": "https://github.com/SilasMarvin/lsp-ai", "main": "/dist/index.js",