Skip to content

Commit 2ecaa13

Browse files
Merge pull request #1985 from GaloisInc/prepare-vscode-release
Prepare release 0.1.3 of the VSCode extension.
2 parents 9ec58e8 + fd5ea51 commit 2ecaa13

File tree

5 files changed

+21
-12
lines changed

5 files changed

+21
-12
lines changed

language-server/README

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
This extension provides language support for Cryptol specifications.
22

3-
The extension relies on a language server which needs to be installed
3+
The extension relies on a language server, which needs to be installed
44
separately.
55

66
Packaging and Installing the VSCode Client
77
==========================================
88

9-
The source code for teh client is in the `client` subdirectory.
9+
The source code for the client is in the `client` subdirectory.
1010
You'll need `node` already installed.
1111

1212
Install dependencies:
@@ -20,7 +20,8 @@ Build a VSCode package:
2020

2121
client> npm run package
2222

23-
If everything went OK you should see a file called `cryptol-0.0.1.vsix`
23+
If everything went OK you should see a file called
24+
`cryptol-language-server-`X.Y.Z`.vsix`.
2425

2526
To install the extension in VSCode, open the extensions tab, and from
2627
the menu (three little dots) select "Install from VSIX". Once the extension
@@ -46,8 +47,8 @@ You'll need to provide your personal access token when asked.
4647
Installing the Language Server
4748
==============================
4849

49-
To build the server run the `./build` script. If successful, there
50-
should be a bonary called `cryptol-language-server` in a `bin` subdirectory.
51-
The location of the server in VSCode should point to this binary.
52-
50+
The `cryptol-language-server` binary is included in the Cryptol
51+
release distribution, and may also be built locally by running
52+
the `./build` script, which deposits the binary into the `bin`
53+
subdirectory.
5354

language-server/client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# Version 0.1.3
2+
3+
Update dependencies to more recent versions.
4+
15
# Version 0.1.2
26

37
Update dependencies to more recent versions.

language-server/client/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
This extension provides support for working with [Cryptol](https://cryptol.net).
66
To use the extension you'll need a pre-installed `cryptol-language-server`.
77

8-
The exteions supports:
8+
The extension supports:
99

1010
* Syntax highlighting
1111
* View documentation when hovering over an identify
1212
* Go to definition
13-
* Show type information for identifiers and numeric literal
13+
* Show type information for identifiers and numeric literals

language-server/client/package-lock.json

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

language-server/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Language support for Cryptol",
55
"icon": "images/icon.png",
66
"publisher": "GaloisInc",
7-
"version": "0.1.2",
7+
"version": "0.1.3",
88
"engines": {
99
"vscode": "^1.100.2"
1010
},

0 commit comments

Comments
 (0)