BoxLang VS Code Extension error

I cannot replicate the error at will. However, every so often, I would get a notification in VS Code (I use the Insiders edition) saying that “Request textDocument/documentSymbol failed.” and the source is BoxLang. I clicked on the Go To Output button and I see the following stack trace. The other error I get is “Request textDocument/diagnostics” failed but I don’t have the stack trace for that. The documentSymbol error and diagnostics errors would show a few times and so the same stack trace would show in the output about ten times within 5 minutes altogether.

Error: name must not be falsy
at Function.validate (file:///c:/Program%20Files/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:22554)
at new Bd (file:///c:/Program%20Files/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:107:22843)
at asDocumentSymbol (c:\Users\sweet.vscode-insiders\extensions\ortus-solutions.vscode-boxlang-1.3.17\node_modules\vscode-languageclient\lib\common\protocolConverter.js:604:22)
at convertBatch (c:\Users\sweet.vscode-insiders\extensions\ortus-solutions.vscode-boxlang-1.3.17\node_modules\vscode-languageclient\lib\common\utils\async.js:193:25)
at Object.map (c:\Users\sweet.vscode-insiders\extensions\ortus-solutions.vscode-boxlang-1.3.17\node_modules\vscode-languageclient\lib\common\utils\async.js:202:17)
at Object.asDocumentSymbols (c:\Users\sweet.vscode-insiders\extensions\ortus-solutions.vscode-boxlang-1.3.17\node_modules\vscode-languageclient\lib\common\protocolConverter.js:601:22)
at _provideDocumentSymbols (c:\Users\sweet.vscode-insiders\extensions\ortus-solutions.vscode-boxlang-1.3.17\node_modules\vscode-languageclient\lib\common\documentSymbol.js:83:76)
at ED.provideDocumentSymbols (file:///c:/Program%20Files/Microsoft%20VS%20Code%20Insiders/resources/app/out/vs/workbench/api/node/extensionHostProcess.js:135:131056)
[Error - 12:27:00 PM] Request textDocument/documentSymbol failed.