mirror of
https://github.com/ckaczor/vscode-gitlens.git
synced 2026-01-23 09:45:38 -05:00
Enables typescript strict mode
Fixes all the compile/lint issues
This commit is contained in:
@@ -19,6 +19,7 @@ let output: OutputChannel;
|
||||
|
||||
function onConfigurationChanged() {
|
||||
const cfg = workspace.getConfiguration().get<IConfig>(ExtensionKey);
|
||||
if (cfg === undefined) return;
|
||||
|
||||
if (cfg.debug !== debug || cfg.outputLevel !== level) {
|
||||
debug = cfg.debug;
|
||||
|
||||
Reference in New Issue
Block a user