mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
Adding External Streaming Job I/O validation (#13195)
* Added Tools Service call for ValidateStreamingJob * Partial addition of ESJ * adding test mocks * Validation working * Modifying command visibility logic to submatch ESJs in addition to files * Changed string literal to constant, corrected attribute order * Added tests * correcting casing that's causing test failures on linux * Swapping Thenable for Promise * excluded validate from command palette
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"sqlDatabaseProjects.schemaCompare": "Schema Compare",
|
||||
"sqlDatabaseProjects.delete": "Delete",
|
||||
"sqlDatabaseProjects.exclude": "Exclude from project",
|
||||
"sqlDatabaseProjects.validateExternalStreamingJob": "Validate External Streaming Job",
|
||||
|
||||
"sqlDatabaseProjects.newScript": "Add Script",
|
||||
"sqlDatabaseProjects.newPreDeploymentScript": "Add Pre-Deployment Script",
|
||||
@@ -20,6 +21,7 @@
|
||||
"sqlDatabaseProjects.newTable": "Add Table",
|
||||
"sqlDatabaseProjects.newView": "Add View",
|
||||
"sqlDatabaseProjects.newStoredProcedure": "Add Stored Procedure",
|
||||
"sqlDatabaseProjects.newExternalStreamingJob": "Add External Streaming Job",
|
||||
"sqlDatabaseProjects.newItem": "Add Item...",
|
||||
"sqlDatabaseProjects.newFolder": "Add Folder",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user