mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-16 09:35:36 -05:00
change sqlprojUri to projectFileUri (#21938)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user