Skip to content

Commit 11d78b6

Browse files
committed
Improve snippet completions preventing offering directive snippets in non-directive contexts and vice-versa
1 parent 5df5757 commit 11d78b6

5 files changed

Lines changed: 1303 additions & 1915 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [0.86.0]
44

55
* Automatically open the "Testing" pane when running tests depending on the `testing.automaticallyOpenTestResults` setting
6+
* Improve snippet completions preventing offering directive snippets in non-directive contexts and vice-versa
67

78
## [0.85.4]
89

package.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,6 @@
8282
"path": "./syntaxes/Logtalk.tmLanguage"
8383
}
8484
],
85-
"snippets": [
86-
{
87-
"language": "logtalk",
88-
"path": "./snippets/logtalk.json"
89-
}
90-
],
9185
"commands": [
9286
{
9387
"command": "logtalk.load.directory",

0 commit comments

Comments
 (0)