From my testing, the import syntax used had to be in the form: ```ts import * as nls from 'vscode-nls'; ``` and the following wasn't picked up: ```ts import { loadMessageBundle } from 'vscode-nls'; ```
From my testing, the import syntax used had to be in the form:
and the following wasn't picked up: