diff --git a/.changeset/four-moles-visit.md b/.changeset/four-moles-visit.md deleted file mode 100644 index fe4e74bd..00000000 --- a/.changeset/four-moles-visit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/language-server": patch -"marko-vscode": patch ---- - -Avoid using ts.sys.readDirectory for component file scanning (it was extremely slow). diff --git a/.changeset/odd-shrimps-yell.md b/.changeset/odd-shrimps-yell.md deleted file mode 100644 index 7d9024de..00000000 --- a/.changeset/odd-shrimps-yell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/language-server": patch -"marko-vscode": patch ---- - -Ignore errors when loading taglibs. diff --git a/.changeset/olive-cups-attend.md b/.changeset/olive-cups-attend.md deleted file mode 100644 index 6e521a3e..00000000 --- a/.changeset/olive-cups-attend.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/language-server": patch -"marko-vscode": patch ---- - -Refactor the resolver intercepting for Marko files to avoid first putting Marko file resolution through TypeScripts resolver. diff --git a/.changeset/smooth-pants-admire.md b/.changeset/smooth-pants-admire.md deleted file mode 100644 index 5106acd1..00000000 --- a/.changeset/smooth-pants-admire.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/language-server": patch -"marko-vscode": patch ---- - -Improve compiler loading to hit cache more often diff --git a/.changeset/soft-pianos-travel.md b/.changeset/soft-pianos-travel.md deleted file mode 100644 index 7efe6ec8..00000000 --- a/.changeset/soft-pianos-travel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/language-server": patch -"marko-vscode": patch ---- - -Fix issue where taglib lookups where not built against the correct directory. diff --git a/.changeset/tame-apples-clean.md b/.changeset/tame-apples-clean.md deleted file mode 100644 index 4ddd90f4..00000000 --- a/.changeset/tame-apples-clean.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@marko/language-server": patch -"marko-vscode": patch ---- - -Fix issue with [cm][tj]s files not being loaded properly within Marko files. diff --git a/package-lock.json b/package-lock.json index f65aee39..82abe275 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8945,7 +8945,7 @@ }, "packages/language-server": { "name": "@marko/language-server", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.19.1", @@ -8996,10 +8996,10 @@ }, "packages/vscode": { "name": "marko-vscode", - "version": "1.0.3", + "version": "1.0.4", "license": "MIT", "devDependencies": { - "@marko/language-server": "^1.0.1", + "@marko/language-server": "^1.0.2", "@types/babel__helper-validator-identifier": "^7.15.0", "@types/vscode": "^1.74.2", "@vscode/test-electron": "^2.3.0", @@ -9011,9 +9011,6 @@ "engines": { "vscode": "^1.74.2" } - }, - "packages/vscode/node_modules/marko-ts-plugin": { - "extraneous": true } } } diff --git a/packages/language-server/CHANGELOG.md b/packages/language-server/CHANGELOG.md index 764b3430..0d053c73 100644 --- a/packages/language-server/CHANGELOG.md +++ b/packages/language-server/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 1.0.2 + +### Patch Changes + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid using ts.sys.readDirectory for component file scanning (it was extremely slow). + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ignore errors when loading taglibs. + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor the resolver intercepting for Marko files to avoid first putting Marko file resolution through TypeScripts resolver. + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve compiler loading to hit cache more often + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where taglib lookups where not built against the correct directory. + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with [cm][tj]s files not being loaded properly within Marko files. + ## 1.0.1 ### Patch Changes diff --git a/packages/language-server/package.json b/packages/language-server/package.json index bff317e8..9168999f 100644 --- a/packages/language-server/package.json +++ b/packages/language-server/package.json @@ -1,7 +1,7 @@ { "name": "@marko/language-server", "description": "Marko Language Server", - "version": "1.0.1", + "version": "1.0.2", "bin": { "marko-language-server": "./bin.js" }, diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 868b175b..1d00aa75 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,21 @@ # Change Log +## 1.0.4 + +### Patch Changes + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Avoid using ts.sys.readDirectory for component file scanning (it was extremely slow). + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Ignore errors when loading taglibs. + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Refactor the resolver intercepting for Marko files to avoid first putting Marko file resolution through TypeScripts resolver. + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Improve compiler loading to hit cache more often + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue where taglib lookups where not built against the correct directory. + +- [#140](https://github.com/marko-js/language-server/pull/140) [`b54f69a`](https://github.com/marko-js/language-server/commit/b54f69af07253c09cf004cf312e3cdb7a26710e5) Thanks [@DylanPiercey](https://github.com/DylanPiercey)! - Fix issue with [cm][tj]s files not being loaded properly within Marko files. + ## 1.0.3 ### Patch Changes diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 33d25b38..099eb491 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -1,7 +1,7 @@ { "name": "marko-vscode", "description": "Marko Tooling for VSCode", - "version": "1.0.3", + "version": "1.0.4", "activationEvents": [ "workspaceContains:**/*.marko" ], @@ -77,7 +77,7 @@ } }, "devDependencies": { - "@marko/language-server": "^1.0.1", + "@marko/language-server": "^1.0.2", "@types/babel__helper-validator-identifier": "^7.15.0", "@types/vscode": "^1.74.2", "@vscode/test-electron": "^2.3.0",