mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 17:23:40 -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:
@@ -114,7 +114,7 @@ export class InputBox extends Widget {
|
||||
private scrollableElement: ScrollableElement | undefined;
|
||||
|
||||
// {{SQL CARBON EDIT}} - Add showValidationMessage and set inputBackground, inputForeground, and inputBorder as protected
|
||||
protected showValidationMessage: boolean;
|
||||
protected showValidationMessage?: boolean;
|
||||
protected inputBackground?: Color;
|
||||
protected inputForeground?: Color;
|
||||
protected inputBorder?: Color;
|
||||
|
||||
Reference in New Issue
Block a user