ymotongpoo / vsc-licenser

License handler extension for Visual Studio Code.
Apache License 2.0
45 stars 40 forks source link

ignore undefined in onDidChangeActiveTextEditor #127

Closed jmhodges closed 2 years ago

jmhodges commented 2 years ago

Ignore undefined elements that onDidChangeActiveTextEditor can (and is documented to) send to licenser. This cleans up a lot of noise in vscode's Log (Window) but doesn't change licenser's behavior since licenser would crash on the e.document.fileName later in the code.