@codingame/monaco-vscode-language-pack-cs 6.0.1 → 6.0.3

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-cs",
3
- "version": "6.0.1",
3
+ "version": "6.0.3",
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.3"
22
22
  }
23
23
  }
@@ -216,7 +216,7 @@
216
216
  "configuration.tsserver.web.projectWideIntellisense.suppressSemanticErrors": "Potlačí sémantické chyby na webu, i když je povolená funkce IntelliSense pro celý projekt. Je vždy zapnuté, když funkce IntelliSense není povolená pro celý projekt nebo není dostupná. Viz #typescript.tsserver.web.projectWideIntellisense.enabled#",
217
217
  "configuration.tsserver.web.typeAcquisition.enabled": "Povolit/zakázat získávání balíčků na webu. Povolí IntelliSense pro importované balíčky. Vyžaduje #typescript.tsserver.web.projectWideIntellisense.enabled#. V současnosti není podporováno pro Safari.",
218
218
  "configuration.typescript": "TypeScript",
219
- "configuration.updateImportsOnPaste": "Automaticky aktualizovat importy při vkládání kódu. Vyžaduje TypeScript 5.5+.",
219
+ "configuration.updateImportsOnPaste": "Automatically update imports when pasting code. Requires TypeScript 5.6+.",
220
220
  "description": "Poskytuje rozšířenou podporu jazyka pro JavaScript a TypeScript.",
221
221
  "displayName": "Funkce jazyka TypeScript a JavaScript",
222
222
  "format.indentSwitchCase": "Odsadit klauzule case v příkazech switch. Vyžaduje v pracovním prostoru použití TypeScriptu 5.1+.",