Make small tweaks to lsp extension
This commit is contained in:
parent
84233c8f49
commit
663f327ccf
@ -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.
|
||||||
|
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user