未验证 提交 133fd049 编写于 作者: J João Moreno 提交者: GitHub

Merge pull request #39444 from Microsoft/chrmarti/packagenls

Include common word delimiter
......@@ -8,7 +8,7 @@
import { cloneAndChange } from 'vs/base/common/objects';
import { IExtensionManifest } from 'vs/platform/extensionManagement/common/extensionManagement';
const nlsRegex = /^%([\w\d.]+)%$/i;
const nlsRegex = /^%([\w\d.-]+)%$/i;
export interface ITranslations {
[key: string]: string;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册