Skip to content

Commit

Permalink
Merge pull request #1426 from informalsystems/vscode-release/0.14.1
Browse files Browse the repository at this point in the history
VSCode Release v0.14.1
  • Loading branch information
bugarela authored Apr 9, 2024
2 parents 5599c2d + da7ef98 commit 0df553c
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 18 deletions.
9 changes: 9 additions & 0 deletions vscode/quint-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## UNRELEASED

### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security

## v0.14.1 -- 2024-04-09

### Added
### Changed

Expand Down
4 changes: 2 additions & 2 deletions vscode/quint-vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions vscode/quint-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,36 @@
"displayName": "Quint",
"description": "Language support for Quint specifications",
"icon": "./icons/logo.png",
"version": "0.14.0",
"version": "0.14.1",
"publisher": "informal",
"engines": {
"vscode": "^1.52.0"
},
"categories": ["Programming Languages"],
"categories": [
"Programming Languages"
],
"bugs": {
"url": "https://github.com/informalsystems/quint/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/informalsystems/quint.git"
},
"activationEvents": ["onLanguage:quint"],
"activationEvents": [
"onLanguage:quint"
],
"main": "./client/out/extension",
"contributes": {
"languages": [
{
"id": "quint",
"aliases": ["Quint", "quint"],
"extensions": [".qnt"],
"aliases": [
"Quint",
"quint"
],
"extensions": [
".qnt"
],
"configuration": "./language-configuration.json",
"icon": {
"light": "./icons/logo-dark.png",
Expand Down
18 changes: 9 additions & 9 deletions vscode/quint-vscode/server/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions vscode/quint-vscode/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@informalsystems/quint-language-server",
"description": "Language Server for the Quint specification language",
"version": "0.14.0",
"version": "0.14.1",
"author": "Informal Systems",
"contributors": [
{
Expand Down Expand Up @@ -43,7 +43,7 @@
"test/**/*.ts"
],
"dependencies": {
"@informalsystems/quint": "^0.19.0",
"@informalsystems/quint": "^0.19.2",
"vscode-languageserver": "^7.0.0",
"vscode-languageserver-textdocument": "^1.0.1",
"vscode-uri": "^3.0.7"
Expand Down

0 comments on commit 0df553c

Please sign in to comment.