Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Import syntax matters #36

@TylerLeonhardt

Description

@TylerLeonhardt

From my testing, the import syntax used had to be in the form:

import * as nls from 'vscode-nls';

and the following wasn't picked up:

import { loadMessageBundle } from 'vscode-nls';

Metadata

Metadata

Labels

bugIssue identified by VS Code Team member as probable bug

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions