Skip to content

Commit 2bccf32

Browse files
committed
Bump version to 2.7.2
1 parent a0afecb commit 2bccf32

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

client/src/node/test-runner/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class ElmTestAdapterRegister {
7878
)
7979
.then((elmJsons) => {
8080
elmJsons.forEach((elmJsonPath) => {
81-
const elmProjectFolder = vscode.Uri.parse(
81+
const elmProjectFolder = vscode.Uri.file(
8282
path.dirname(elmJsonPath.fsPath),
8383
);
8484
if (fs.existsSync(path.join(elmProjectFolder.fsPath, "tests"))) {

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"icon": "images/elm.png",
77
"author": "Kolja Lampe",
88
"license": "MIT",
9-
"version": "2.7.1",
9+
"version": "2.7.2",
1010
"repository": {
1111
"type": "git",
1212
"url": "https://github.com/elm-tooling/elm-language-client-vscode"

0 commit comments

Comments
 (0)