Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
B Language Extension
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
B Language Extension
Commits
375582db
Commit
375582db
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Bump version number to 2.2.0 because of settings rename
parent
b5d570e9
No related branches found
No related tags found
No related merge requests found
Pipeline
#131895
passed
1 year ago
Stage: test
Changes
4
Pipelines
3
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
README.md
+3
-3
3 additions, 3 deletions
README.md
package-lock.json
+2
-2
2 additions, 2 deletions
package-lock.json
package.json
+1
-1
1 addition, 1 deletion
package.json
with
7 additions
and
7 deletions
CHANGELOG.md
+
1
−
1
View file @
375582db
...
...
@@ -121,7 +121,7 @@
-
Now requires VSCode 1.67
-
Optimized dependencies
## 2.
1.1
(not released yet)
## 2.
2.0
(not released yet)
-
Updated to ProB 1.13.0
-
Updated keywords for B rules machines
...
...
This diff is collapsed.
Click to expand it.
README.md
+
3
−
3
View file @
375582db
...
...
@@ -33,8 +33,8 @@ The language server can be found here https://github.com/hhu-stups/b-language-ex
## Installation on VSCodium
You can also install the plugin in
[
VSCodium
](
https://vscodium.com
)
by downloading the artefact (b-language-extension-
2.1.1
.vsix) and typing
codium --install-extension b-language-extension-
2.1.1
.vsix
You can also install the plugin in
[
VSCodium
](
https://vscodium.com
)
by downloading the artefact (b-language-extension-
\<
VERSION>
.vsix) and typing
codium --install-extension b-language-extension-
\<
VERSION>
.vsix
## Future plans
-
Quickfix support aka Code Completion
...
...
@@ -43,7 +43,7 @@ You can also install the plugin in [VSCodium](https://vscodium.com) by downloadi
## Release Notes
### 2.
1.1
### 2.
2.0
-
Updated to ProB 1.13.0
-
Updated keywords for B rules machines
...
...
This diff is collapsed.
Click to expand it.
package-lock.json
+
2
−
2
View file @
375582db
{
"name"
:
"b-language-extension"
,
"version"
:
"2.
1.1
"
,
"version"
:
"2.
2.0
"
,
"lockfileVersion"
:
3
,
"requires"
:
true
,
"packages"
:
{
""
:
{
"name"
:
"b-language-extension"
,
"version"
:
"2.
1.1
"
,
"version"
:
"2.
2.0
"
,
"license"
:
"EPL-2.0"
,
"dependencies"
:
{
"vscode-languageclient"
:
"^8.1.0"
...
...
This diff is collapsed.
Click to expand it.
package.json
+
1
−
1
View file @
375582db
...
...
@@ -2,7 +2,7 @@
"name"
:
"b-language-extension"
,
"displayName"
:
"B/ProB Language Support"
,
"description"
:
"Compiler and language support for B via ProB"
,
"version"
:
"2.
1.1
"
,
"version"
:
"2.
2.0
"
,
"publisher"
:
"SeeBasTStick"
,
"icon"
:
"media/prob2-ui.png"
,
"author"
:
"Sebastian Stock"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment