@codingame/monaco-vscode-language-pack-tr 2.2.0 → 2.2.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-tr",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.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@2.2.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@2.2.2"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"debug.terminal.toggleAuto": "Terminal Node.js Otomatik Eklemeyi Aç/Kapat",
|
|
95
95
|
"debug.terminal.welcome": "[JavaScript Hata Ayıklama Terminali](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nKomut satırında çalıştırılan Node.js işlemlerinde hata ayıklamak için JavaScript Hata Ayıklama Terminali'ni kullanabilirsiniz.",
|
|
96
96
|
"debug.terminal.welcomeWithLink": "[JavaScript Hata Ayıklama Terminali](command:extension.js-debug.createDebuggerTerminal)\r\n\r\nKomut satırında çalıştırılan Node.js işlemlerinde hata ayıklamak için JavaScript Hata Ayıklama Terminali'ni kullanabilirsiniz.\r\n\r\n[Hata Ayıklama URL'si](command:extension.js-debug.debugLink)",
|
|
97
|
-
"debug.unverifiedBreakpoints": "
|
|
97
|
+
"debug.unverifiedBreakpoints": "Kesme noktalarınızın bazıları ayarlanamadı. Bir sorun yaşıyorsanız, [başlatma yapılandırmanızda sorun gidermek](command:extension.js-debug.createDiagnostics) için komutunu kullanın.",
|
|
98
98
|
"debugLink.label": "Bağlantıyı Aç",
|
|
99
99
|
"edge.address.description": "Web görünümlerinde hata ayıklarken web görünümünün dinlediği IP adresi veya konak adı. Ayarlanmazsa otomatik olarak bulunur.",
|
|
100
100
|
"edge.attach.description": "Attach to an instance of Edge already in debug mode",
|
|
@@ -4585,6 +4585,8 @@ var content = {
|
|
|
4585
4585
|
interactiveSessionResponseVote: "Yanıta olumlu oy verildiğinde 'up', olumsuz oy verildiğinde 'down' olarak ayarlanır. Aksi takdirde boş dize olur."
|
|
4586
4586
|
},
|
|
4587
4587
|
"vs/workbench/contrib/chat/common/chatServiceImpl": {
|
|
4588
|
+
"action.showExtension": "Show Extension",
|
|
4589
|
+
chatFailErrorMessage: "Chat failed to load. Please ensure that the GitHub Copilot Chat extension is up to date.",
|
|
4588
4590
|
emptyResponse: "Sağlayıcı null yanıt döndürdü"
|
|
4589
4591
|
},
|
|
4590
4592
|
"vs/workbench/contrib/codeActions/browser/codeActionsContribution": {
|