We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03c360e commit b1566e7Copy full SHA for b1566e7
package.json
@@ -1,9 +1,9 @@
1
{
2
"name": "unison",
3
- "displayName": "Unison",
4
- "publisher": "Unison Computing",
+ "displayName": "Unison Language",
+ "publisher": "unison-lang",
5
"description": "Unison language support",
6
- "version": "0.0.3",
+ "version": "0.0.4",
7
"main": "./out/main.js",
8
"engines": {
9
"vscode": "^1.69.0"
src/extension.ts
@@ -63,7 +63,7 @@ async function connectToServer() {
63
if (!haveShownError) {
64
haveShownError = true;
65
window.showErrorMessage(
66
- "Unison: Language server failed to connect, is UCM running?"
+ "Unison: Language server failed to connect, is there a UCM running? (version M4a or later)"
67
);
68
}
69
await sleep(2000);
0 commit comments