We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89cd8f7 commit ee150f1Copy full SHA for ee150f1
src/Microsoft.SqlTools.ServiceLayer/SchemaCompare/Contracts/SchemaCompareRequest.cs
@@ -24,7 +24,8 @@ public enum SchemaCompareEndpointType
24
Dacpac = 1,
25
Project = 2
26
// must be kept in-sync with SchemaCompareEndpointType in Azure Data Studio
27
- // located at \extensions\mssql\src\mssql.d.ts
+ // located at \extensions\mssql\src\mssql.d.ts and in the MSSQL for VSCode Extension
28
+ // located at \typings\vscode-mssql.d.ts
29
}
30
31
/// <summary>
0 commit comments