mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-29 17:23:25 -05:00
Add more folders to strict compile (#8954)
* add more folders to strictire compile, add more strict compile options * update ci * remove unnecessary assertion
This commit is contained in:
@@ -42,7 +42,7 @@ export class TestCredentialsService implements ICredentialsService {
|
||||
}
|
||||
|
||||
export class TestCredentialsProvider implements CredentialProvider {
|
||||
handle: number;
|
||||
handle: number = 0;
|
||||
|
||||
public storedCredentials: { [K: string]: Credential } = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user