Skip to content

Commit 12bcdfe

Browse files
committed
Fix bug where predicate/non-terminal argument refactoring would fail to update all clauses/rules
1 parent b4dde41 commit 12bcdfe

File tree

4 files changed

+311
-181
lines changed

4 files changed

+311
-181
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [0.85.3]
4+
5+
* Fix bug where predicate/non-terminal argument refactoring would fail to update all clauses/rules
6+
37
## [0.85.2]
48

59
* Fix performance regression updating the Testing pane when editing test files

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "logtalk-for-vscode",
33
"displayName": "Logtalk for VSCode",
44
"description": "Logtalk programming support",
5-
"version": "0.85.2",
5+
"version": "0.85.3",
66
"publisher": "LogtalkDotOrg",
77
"icon": "images/logtalk.png",
88
"license": "MIT",
@@ -1338,7 +1338,7 @@
13381338
"compile": "tsc -watch -p ./",
13391339
"test": "tsc ./tests/runTest.ts",
13401340
"vsix:make": "vsce package --baseImagesUrl https://raw.githubusercontent.com/llvm/llvm-project/master/clang-tools-extra/clangd/clients/clangd-vscode/",
1341-
"vsix:install": "code --install-extension logtalk-for-vscode-0.85.2.vsix"
1341+
"vsix:install": "code --install-extension logtalk-for-vscode-0.85.3.vsix"
13421342
},
13431343
"devDependencies": {
13441344
"@types/bluebird": "^3.5.38",

0 commit comments

Comments
 (0)