@codingame/monaco-vscode-language-pack-de 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-de",
|
|
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": "Einstellungen öffnen",
|
|
16
16
|
"Paste authorization code here...": "Autorisierungscode hier einfügen...",
|
|
17
17
|
"Provide the authorization code to complete the sign in flow.": "Geben Sie den Autorisierungscode an, um den Anmeldefluss abzuschließen.",
|
|
18
|
-
"Signing in to your account...": "
|
|
18
|
+
"Signing in to your account...": "Anmelden bei Ihrem Konto...",
|
|
19
19
|
"The environment `{0}` is not a valid environment.": "Die Umgebung \"{0}\" ist keine gültige Umgebung.",
|
|
20
20
|
"You have been signed out because reading stored authentication information failed.": "Sie wurden abgemeldet, weil beim Lesen der gespeicherten Authentifizierungsinformationen ein Fehler aufgetreten ist.",
|
|
21
21
|
"You must also specify a custom environment in order to use the custom environment auth provider.": "Sie müssen auch eine benutzerdefinierte Umgebung angeben, um den Authentifizierungsanbieter der benutzerdefinierten Umgebung zu verwenden."
|
|
@@ -209,8 +209,8 @@
|
|
|
209
209
|
"configuration.tsserver.watchOptions.watchFile.useFsEvents": "Versuchen Sie, die nativen Ereignisse des Betriebssystems/Dateisystems für Dateiänderungen zu verwenden.",
|
|
210
210
|
"configuration.tsserver.watchOptions.watchFile.useFsEventsOnParentDirectory": "Versuchen Sie, die nativen Ereignisse des Betriebssystems/Dateisystems zu verwenden, um Änderungen an den Verzeichnissen einer Datei zu überwachen. Dies kann weniger Dateiüberwachungselemente erfordern, doch der Vorgang ist möglicherweise weniger genau.",
|
|
211
211
|
"configuration.tsserver.web.projectWideIntellisense.enabled": "Aktiviert/deaktiviert projektweites IntelliSense im Web. Erfordert, dass VS Code in einem vertrauenswürdigen Kontext ausgeführt wird.",
|
|
212
|
-
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "
|
|
213
|
-
"configuration.tsserver.web.typeAcquisition.enabled": "
|
|
212
|
+
"configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Unterdrückt semantische Fehler im Web, auch wenn projektweites IntelliSense aktiviert ist. Das ist immer aktiviert, wenn projektweites IntelliSense nicht aktiviert oder verfügbar ist. Siehe \"#typescript.tsserver.web.projectWideIntellisense.enabled#\"",
|
|
213
|
+
"configuration.tsserver.web.typeAcquisition.enabled": "Aktiviert/deaktiviert die Paketerfassung im Web. Hiermit wird IntelliSense für importierte Pakete aktiviert. Erfordert \"#typescript.tsserver.web.projectWideIntellisense.enabled#\". Wird für Safari aktuell nicht unterstützt.",
|
|
214
214
|
"configuration.typescript": "TypeScript",
|
|
215
215
|
"description": "Bietet umfangreiche Sprachunterstützung für JavaScript und TypeScript.",
|
|
216
216
|
"displayName": "TypeScript- und JavaScript-Sprachfeatures",
|