Skip to content

Commit ee150f1

Browse files
Update synchronization comment (#2441)
1 parent 89cd8f7 commit ee150f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.SqlTools.ServiceLayer/SchemaCompare/Contracts/SchemaCompareRequest.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ public enum SchemaCompareEndpointType
2424
Dacpac = 1,
2525
Project = 2
2626
// must be kept in-sync with SchemaCompareEndpointType in Azure Data Studio
27-
// located at \extensions\mssql\src\mssql.d.ts
27+
// located at \extensions\mssql\src\mssql.d.ts and in the MSSQL for VSCode Extension
28+
// located at \typings\vscode-mssql.d.ts
2829
}
2930

3031
/// <summary>

0 commit comments

Comments
 (0)