mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
chore: Update version
This commit is contained in:
parent
9f22689cac
commit
e1140ae757
@ -23,7 +23,7 @@
|
|||||||
"aarch64-windows"
|
"aarch64-windows"
|
||||||
] (system:
|
] (system:
|
||||||
let
|
let
|
||||||
version = "0.2.0"; # CI:CD-VERSION
|
version = "0.2.1"; # CI:CD-VERSION
|
||||||
pkgs = import nixpkgs {
|
pkgs = import nixpkgs {
|
||||||
inherit system;
|
inherit system;
|
||||||
overlays = [
|
overlays = [
|
||||||
|
@ -2,4 +2,4 @@ package roothandler
|
|||||||
|
|
||||||
// The comment below at the end of the line is required for the CI:CD to work.
|
// The comment below at the end of the line is required for the CI:CD to work.
|
||||||
// Do not remove it
|
// Do not remove it
|
||||||
var Version = "0.2.0" // CI:CD-VERSION
|
var Version = "0.2.1" // CI:CD-VERSION
|
||||||
|
@ -6,16 +6,10 @@ and definition requests.
|
|||||||
|
|
||||||
Install this extension and load your config files in VS Code to get started.
|
Install this extension and load your config files in VS Code to get started.
|
||||||
|
|
||||||
If `config-lsp` is unable to detect the language of your config file, you can manually
|
_config-lsp_ adds the new languages directly to VS Code, so you can use the built-in language selector
|
||||||
specify it by adding a line in the form of:
|
at the bottom right of the window to switch between different config files.
|
||||||
|
|
||||||
```plaintext
|
**Please note that this extension is still in beta. There are still bugs and missing features.**
|
||||||
#?lsp.language=<language>
|
I'm working on this as a hobby project in my free time, so I can't provide you with a timeline
|
||||||
|
as to when a stable version will be released.
|
||||||
# For example
|
|
||||||
|
|
||||||
#?lsp.language=sshconfig
|
|
||||||
#?lsp.language=fstab
|
|
||||||
#?lsp.language=aliases
|
|
||||||
```
|
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "config-lsp",
|
"name": "config-lsp",
|
||||||
"description": "Language Features (completions, diagnostics, etc.) for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!",
|
"description": "Language Features (completions, diagnostics, etc.) for your config files: gitconfig, fstab, aliases, hosts, wireguard, ssh_config, sshd_config, and more to come!",
|
||||||
"author": "Myzel394",
|
"author": "Myzel394",
|
||||||
"version": "0.2.0",
|
"version": "0.2.1",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Myzel394/config-lsp"
|
"url": "https://github.com/Myzel394/config-lsp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user