@codingame/monaco-vscode-language-pack-zh-hans 5.1.2 → 5.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@codingame/monaco-vscode-language-pack-zh-hans",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0",
|
|
4
4
|
"keywords": [],
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "CodinGame",
|
|
@@ -18,6 +18,6 @@
|
|
|
18
18
|
"module": "index.js",
|
|
19
19
|
"types": "index.d.ts",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"vscode": "npm:@codingame/monaco-vscode-api@5.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@5.3.0"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"Open settings": "打开设置",
|
|
16
16
|
"Paste authorization code here...": "在此处粘贴授权代码...",
|
|
17
17
|
"Provide the authorization code to complete the sign in flow.": "提供授权代码以完成登录流。",
|
|
18
|
-
"Signing in to your account...": "
|
|
18
|
+
"Signing in to your account...": "正在登录到你的帐户...",
|
|
19
19
|
"The environment `{0}` is not a valid environment.": "环境`{0}`不是有效的环境。",
|
|
20
20
|
"You have been signed out because reading stored authentication information failed.": "你已被注销,因为未能读取存储的身份验证信息。",
|
|
21
21
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "还必须指定自定义环境以使用自定义环境身份验证提供程序。"
|
|
@@ -209,8 +209,8 @@
|
|
|
209
209
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "尝试使用操作系统/文件系统的本机事件进行文件更改。",
|
|
210
210
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "尝试使用操作系统/文件系统的本机事件来侦听文件包含目录的更改。此操作可减少使用的文件观察程序数量,但准确度可能较低。",
|
|
211
211
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "在 Web 上启用/禁用项目范围内的 IntelliSense。要求 VS Code 在受信任的上下文中运行。",
|
|
212
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "
|
|
213
|
-
"configuration.tsserver.web.typeAcquisition.enabled": "
|
|
212
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "即使启用了项目范围的 IntelliSense,仍会抑制 Web 上出现语义错误。当项目范围的 IntelliSense 未启用或不可用时,此功能将始终可用。请参阅 `#typescript.tsserver.web.projectWideIntellisense.enabled#`",
|
|
213
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "在 Web 上启用/禁用包获取。这会为导入的包启用 IntelliSense。需要 `#typescript.tsserver.web.projectWideIntellisense.enabled#`。目前不支持 Safari。",
|
|
214
214
|
"configuration.typescript": "TypeScript",
|
|
215
215
|
"description": "为 JavaScript 和 TypeScript 提供丰富的语言支持。",
|
|
216
216
|
"displayName": "JavaScript 和 TypeScript 的语言功能",
|