mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-13 04:21:41 -04:00
Adding option to open referenced project from SQL Project reference item (#23178)
* Adding hook to open a referenced SQL project * cleanup * adding docstring
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
"sqlDatabaseProjects.generateProjectFromOpenApiSpec": "Generate SQL Project from OpenAPI/Swagger spec (Preview)",
|
||||
"sqlDatabaseProjects.convertToSdkStyleProject": "Convert to SDK-style project",
|
||||
"sqlDatabaseProjects.openInDesigner": "Open in Designer",
|
||||
"sqlDatabaseProjects.openReferencedSqlProject": "Open project",
|
||||
|
||||
"sqlDatabaseProjects.Settings": "Database Projects",
|
||||
"sqlDatabaseProjects.dotnetInstallLocation": "Full path to .NET SDK on the machine. For example, if dotnet.exe is located at C:\\folder1\\dotnet\\dotnet.exe, set the path for this setting to C:\\folder1\\dotnet",
|
||||
|
||||
Reference in New Issue
Block a user