@codingame/monaco-vscode-language-pack-cs 1.85.4 → 1.85.6
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": "1.85.
|
|
3
|
+
"version": "1.85.6",
|
|
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@1.85.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@1.85.6"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -242,6 +242,7 @@
|
|
|
242
242
|
"Break when URL Contains": "Přerušit, pokud adresa URL obsahuje",
|
|
243
243
|
"Breaks on all throw errors, even if they're caught later.": "Pozastaví se na všech vyvolaných chybách, i když se zachytí později.",
|
|
244
244
|
"Breaks only on errors or promise rejections that are not handled.": "Přeruší se jenom pří chybách nebo zamítnutí příslibů, které nebyly zpracovány.",
|
|
245
|
+
"Browser connection failed, will retry: {0}": "Browser connection failed, will retry: {0}",
|
|
245
246
|
"CPU Profile": "Profil CPU",
|
|
246
247
|
"CPU profile saved as \"{0}\" in your workspace folder": "Profil procesoru se ve složce pracovního prostoru uložil jako {0}.",
|
|
247
248
|
"CSP violation \"{0}\"": "Porušení CSP {0}",
|
|
@@ -277,15 +278,15 @@
|
|
|
277
278
|
"Enter a URL or a pattern to match": "Zadejte adresu URL nebo vzor, který se má shodovat.",
|
|
278
279
|
"Eval": "Vyhodnocení",
|
|
279
280
|
"Frame could not be restarted": "Rámec se nepovedlo restartovat.",
|
|
280
|
-
"Generates a .cpuprofile file you can open in the Chrome devtools": "
|
|
281
|
-
"Generates a .heapprofile file you can open in the Chrome devtools": "
|
|
282
|
-
"Generates a .heapsnapshot file you can open in the Chrome devtools": "
|
|
281
|
+
"Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .cpuprofile file you can open in VS Code or the Edge/Chrome devtools",
|
|
282
|
+
"Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapprofile file you can open in VS Code or the Edge/Chrome devtools",
|
|
283
|
+
"Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools": "Generates a .heapsnapshot file you can open in VS Code or the Edge/Chrome devtools",
|
|
283
284
|
"Global": "Globální",
|
|
284
285
|
"Globals": "Globální",
|
|
285
286
|
"Got it!": "OK!",
|
|
286
287
|
"Heap Profile": "Profil haldy",
|
|
287
288
|
"Heap Snapshot": "Snímek haldy",
|
|
288
|
-
"How long to run the profile
|
|
289
|
+
"How long to run the profile": "How long to run the profile",
|
|
289
290
|
"Ignore": "Ignorovat",
|
|
290
291
|
"Installation complete! The extension will be used after you restart your debug session.": "Instalace dokončena! Rozšíření se použije po restartování relace ladění.",
|
|
291
292
|
"Installing the DWARF debugger...": "Instaluje se ladicí program DWARF...",
|
|
@@ -383,7 +384,7 @@
|
|
|
383
384
|
"Thread is not paused": "Podproces není pozastaven.",
|
|
384
385
|
"Thread is not paused on exception": "Podproces není pozastaven při výjimce.",
|
|
385
386
|
"Thread not found": "Vlákno se nenašlo",
|
|
386
|
-
"Type of profile
|
|
387
|
+
"Type of profile": "Type of profile",
|
|
387
388
|
"URL contains \"{0}\"": "Adresa URL obsahuje: {0}",
|
|
388
389
|
"UWP webview debugging is not available on your platform.": "Ladění webového zobrazení UPW není na vaší platformě k dispozici.",
|
|
389
390
|
"Unable to attach to browser": "Nelze připojit k prohlížeči.",
|