Skip to content

Commit 0f46aef

Browse files
committed
Bump version to 0.3.0
1 parent dc3e43e commit 0f46aef

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

lsp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "simplicityhl-lsp"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.79"
66
description = "Language Server Protocol (LSP) server for SimplicityHL."

vscode/package.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "simplicityhl",
33
"displayName": "SimplicityHL Language Support",
44
"description": "Syntax highlighting and autocompletion for SimplicityHL (Simfony) language",
5-
"version": "0.2.2",
5+
"version": "0.3.0",
66
"publisher": "Blockstream",
77
"repository": {
88
"type": "git",
@@ -166,11 +166,17 @@
166166
"taskDefinitions": [
167167
{
168168
"type": "simplicityhl",
169-
"required": ["command"],
169+
"required": [
170+
"command"
171+
],
170172
"properties": {
171173
"command": {
172174
"type": "string",
173-
"enum": ["compile", "compile-debug", "compile-with-witness"],
175+
"enum": [
176+
"compile",
177+
"compile-debug",
178+
"compile-with-witness"
179+
],
174180
"description": "The compilation command to run"
175181
},
176182
"file": {
@@ -188,7 +194,9 @@
188194
{
189195
"name": "simplicityhl",
190196
"owner": "simplicityhl",
191-
"fileLocation": ["absolute"],
197+
"fileLocation": [
198+
"absolute"
199+
],
192200
"pattern": {
193201
"regexp": "^Error:\\s+(.*)$",
194202
"message": 1

0 commit comments

Comments
 (0)