change sqlprojUri to projectFileUri (#21938)

This commit is contained in:
Kim Santiago
2023-02-14 13:56:02 -08:00
committed by GitHub
parent 71c12883fe
commit fe25674401
6 changed files with 19 additions and 19 deletions

View File

@@ -95,7 +95,7 @@ export default class MainController implements vscode.Disposable {
if (node?.element instanceof TableFileNode) {
const tableFileNode = node.element as TableFileNode;
const projectPath = tableFileNode.sqlprojUri.fsPath;
const projectPath = tableFileNode.projectFileUri.fsPath;
const project = await Project.openProject(projectPath);
const targetVersion = project.getProjectTargetVersion();
const filePath = tableFileNode.fileSystemUri.fsPath;