Skip to content

Commit

Permalink
cmt before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
william-vw authored and william-vw committed Jul 27, 2023
1 parent 263663c commit 6da7568
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions RELEASE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
v1.4
v1.4.0
fix issue with n3 grammar (re-introduced upon retaining comments)
fix error with auto-insert of prefixes
enable/disable auto-complete
auto-complete with well-known vocabularies
unknown-namespace mode that works as you type
unknown-namespace mode that works as you type
auto re-load server config when changed
2 changes: 1 addition & 1 deletion client/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function activate(context: ExtensionContext) {
editor.edit((editBuilder) => {
editBuilder.insert(txtEdit.range.start, txtEdit.newText);
});
window.showInformationMessage(`Inserted namespace: "${edit.ns.prefix}"`);
window.showInformationMessage(`Inserted namespace: "${edit.ns.prefix}" (you can turn this off under settings)`);
});
});
});
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Language and in-editor reasoning features for N3 code.",
"author": "w3c.n3",
"license": "Apache 2.0",
"version": "1.3.0",
"version": "1.4.0",
"icon": "logo.png",
"repository": {
"type": "git",
Expand Down

0 comments on commit 6da7568

Please sign in to comment.