Skip to content

Commit f5e739d

Browse files
committed
windows bugfix
1 parent 5b32a0e commit f5e739d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
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
@@ -13,7 +13,7 @@
1313
"bugs": {
1414
"url": "https://github.com/innoverio/vscode-dbt-power-user/issues"
1515
},
16-
"version": "0.3.2",
16+
"version": "0.3.3",
1717
"engines": {
1818
"vscode": "^1.47.0"
1919
},

src/manifest/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export class Manifest {
167167

168168
private readAndParseManifest(targetPath: string) {
169169
const manifestLocation = path.join(
170-
this.projectRoot.path,
170+
this.projectRoot.fsPath,
171171
targetPath,
172172
Manifest.MANIFEST_FILE
173173
);

0 commit comments

Comments
 (0)