We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87a718 commit 22d6439Copy full SHA for 22d6439
CHANGELOG.md
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
12
- Add `textDocument/resolve` RPC endpoint to return the source file path of an artifact relative to the project's root (DOCSP-5967).
13
14
+### Fixed
15
+
16
+- Don't throw exception if saving an asset to the server fails (DOCSP-5998).
17
+- The language server can now be gracefully shutdown using a context manager,
18
+ for use in tests.
19
20
+### Changed
21
22
+- Diagnostic messages when failing to open a static asset are more succinct.
23
+- Warn about YAML files with duplicated refs (DOCSP-5704).
24
25
## [v0.1.8] - 2019-06-27
26
27
### Added
0 commit comments