@codingame/monaco-vscode-language-pack-de 6.0.1 → 6.0.2

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": "6.0.1",
3
+ "version": "6.0.2",
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@6.0.1"
21
+ "vscode": "npm:@codingame/monaco-vscode-api@6.0.2"
22
22
  }
23
23
  }
@@ -216,7 +216,7 @@
216
216
  "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#\"",
217
217
  "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.",
218
218
  "configuration.typescript": "TypeScript",
219
- "configuration.updateImportsOnPaste": "Importe beim Einfügen von Code automatisch aktualisieren. Erfordert TypeScript 5.5 und höher.",
219
+ "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
220
220
  "description": "Bietet umfangreiche Sprachunterstützung für JavaScript und TypeScript.",
221
221
  "displayName": "TypeScript- und JavaScript-Sprachfeatures",
222
222
  "format.indentSwitchCase": "Einrücken von Case-Klauseln in Switch-Anweisungen. Erfordert die Verwendung von TypeScript 5.1 und höher im Arbeitsbereich.",