Skip to content

Commit

Permalink
Fix 1c-syntax/1c-syntax#69. Вставка | при сработавшем автодополнении
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 14, 2016
1 parent 542ecd1 commit 57fda58
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.2

* Исправлена ошибка вставки символа `|` при сработавшем автодополнении

## 1.1.1

* Исправлено определение комментария внутри строкового литерала
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Language 1C (BSL)",
"description": "Syntax highlighting for 1C:Enterprise 8.",
"icon": "images/xDDIcon.png",
"version": "1.1.1",
"version": "1.1.2",
"publisher": "xDrivenDevelopment",
"galleryBanner": {
"color": "#0000FF",
Expand Down Expand Up @@ -43,7 +43,7 @@
"keybindings": [{
"key": "enter",
"command": "extension.addpipe",
"when": "editorTextFocus && editorLangId == 'bsl'"
"when": "editorTextFocus && !suggestWidgetVisible && editorLangId == 'bsl'"
}]
}
}

0 comments on commit 57fda58

Please sign in to comment.