Skip to content

Commit 81c4fe1

Browse files
author
Nico Lueg
committed
Path resolving of 'use schema' is now relative from the document not the project. closes #2
1 parent e9e3f0d commit 81c4fe1

File tree

5 files changed

+6275
-16038
lines changed

5 files changed

+6275
-16038
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"out": true // set this to false to include "out" folder in search results
88
},
99
// Turn off tsc task auto detection since we have the necessary tasks as npm scripts
10-
"typescript.tsc.autoDetect": "off"
10+
"typescript.tsc.autoDetect": "off",
11+
"openVALIDATION.codeGeneration.path": "/Users/NLueg/Documents/GitHub/openvalidation-vscode"
1112
}

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to the "vscode-ov" extension will be documented in this file
44

55
## [Unreleased]
66

7+
## [0.1.3] - 2020-02-02
8+
9+
- Use-Schema now resolves the path relative to the given document
10+
- Added method, that cleans up the language-client when closing VSCode
11+
712
## [0.1.1] - 2020-01-24
813

914
- Changed the notification-types to the new types

0 commit comments

Comments
 (0)