Make small tweaks to lsp extension

This commit is contained in:
Sofia 2025-08-17 19:36:02 +03:00
parent 84233c8f49
commit 663f327ccf
2 changed files with 9 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Change Log # Change Log
All notable changes to the "reid-lsp" extension will be documented in this file. All notable changes to the "reid-language-server" extension will be documented in this file.
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

View File

@ -13,6 +13,13 @@
"Other" "Other"
], ],
"main": "./dist/extension.js", "main": "./dist/extension.js",
"icon": "./reid.png",
"publisher": "Teascade",
"author": {
"email": "teascade@teascade.net",
"name": "Teascade",
"url": "https://teascade.net"
},
"contributes": { "contributes": {
"languages": [ "languages": [
{ {
@ -42,7 +49,7 @@
"reid-language-server.language-server-path": { "reid-language-server.language-server-path": {
"type": "string", "type": "string",
"scope": "window", "scope": "window",
"default": "$HOME/.cargo/bin/reid-lsp", "default": "$HOME/.cargo/bin/reid-language-server",
"description": "Path to the Reid Language Server executable" "description": "Path to the Reid Language Server executable"
} }
} }