Skip to content

Commit 777c76b

Browse files
Added setting to ignore connection errors if not running (#29)
* [[ live-server ]] Added setting to ignore connection errors if not running (#27) This patch adds a setting to ignore connection errors if LiveCode is not running. Within the server you can also return "ignored" to prevent VSCode from displaying any toast notifications. * Update package.json * Update CHANGELOG.md --------- Co-authored-by: Ruaridh Bell <107618943+livecoderuaridh@users.noreply.github.com>
1 parent d67b9b4 commit 777c76b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

77

8-
# [1.3.0] - 2022-10-05
8+
# [1.3.1] - 2023-03-20
9+
10+
11+
### Added
12+
- A setting to ignore connection errors if not liveserver is not running
13+
14+
15+
## [1.3.0] - 2022-10-05
916

1017
### Changed
1118
- Indentation changed to be consistent with current code

0 commit comments

Comments
 (0)