mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-26 23:00:29 -04:00
Run TSLint in Azure Pipelines (#3639)
This commit is contained in:
@@ -113,7 +113,7 @@ export class CapabilitiesTestService implements ICapabilitiesService {
|
||||
}
|
||||
|
||||
public getLegacyCapabilities(provider: string): sqlops.DataProtocolServerCapabilities {
|
||||
throw new Error("Method not implemented.");
|
||||
throw new Error('Method not implemented.');
|
||||
}
|
||||
|
||||
public get providers(): { [id: string]: ProviderFeatures } {
|
||||
|
||||
Reference in New Issue
Block a user