@codingame/monaco-vscode-language-pack-tr 8.0.3 → 8.0.4
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": "8.0.
|
|
3
|
+
"version": "8.0.4",
|
|
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@8.0.
|
|
21
|
+
"vscode": "npm:@codingame/monaco-vscode-api@8.0.4"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
@@ -268,6 +268,7 @@
|
|
|
268
268
|
"typescript.npm": "[Otomatik Tür Alımı](https://code.visualstudio.com/docs/nodejs/working-with-javascript#_typings-and-automatic-type-acquisition) için kullanılan npm yürütülebilir dosyasının yolunu belirtir.",
|
|
269
269
|
"typescript.openTsServerLog.title": "TS Sunucusu günlüğünü aç",
|
|
270
270
|
"typescript.preferences.autoImportFileExcludePatterns": "Otomatik içeri aktarmalardan dışlanacak dosyaların glob desenlerini belirt. Göreli yollar çalışma alanı köküne göre çözümlenir. Desenler, tsconfig.json ['exclude'](https://www.typescriptlang.org/tsconfig#exclude) kullanılarak değerlendirilir.",
|
|
271
|
+
"typescript.preferences.autoImportSpecifierExcludeRegexes": "Specify regular expressions to exclude auto imports with matching import specifiers. Examples:\r\n\r\n- `^node:`\r\n- `lib/internal` (slashes don't need to be escaped...)\r\n- `/lib\\/internal/i` (...unless including surrounding slashes for `i` or `u` flags)\r\n- `^lodash$` (only allow subpath imports from lodash)",
|
|
271
272
|
"typescript.preferences.importModuleSpecifier": "Otomatik içeri aktarmalar için tercih edilen yol stili.",
|
|
272
273
|
"typescript.preferences.importModuleSpecifier.nonRelative": "`jsconfig.json` / `tsconfig.json` içinde yapılandırılan ve `baseUrl` veya `paths` temelinde göreli olmayan içeri aktarmayı tercih eder.",
|
|
273
274
|
"typescript.preferences.importModuleSpecifier.projectRelative": "Yalnızca göreli içe aktarma yolu paket veya proje dizininden ayrılacaksa, göreli olmayan bir içe aktarmayı tercih eder.",
|