اذهب إلى المحتوى
  • 0

visual studio code settings

منتصر احمد

السؤال

Recommended Posts

  • 0

إليك ملف settings.json الخاص ب vs code، وهو يحتوي على معلومات لن تفيدك كثيراً، مثل الكلمات التي قمت بإلغائها من الـ spell checker :

{
	"workbench.iconTheme": "material-icon-theme",
	"workbench.colorTheme": "Default Dark+",
	"workbench.sideBar.location": "right",
	"editor.formatOnSave": true,
	"[javascriptreact]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[javascript]": {
		"editor.defaultFormatter": "vscode.typescript-language-features"
	},
	"editor.minimap.enabled": false,
	"prettier.jsxSingleQuote": true,
	"javascript.updateImportsOnFileMove.enabled": "always",
	"bracketPairColorizer.depreciation-notice": false,
	"editor.unicodeHighlight.allowedCharacters": {
		"ه": true
	},
	"editor.unicodeHighlight.ambiguousCharacters": false,
	"editor.linkedEditing": true,
	"files.associations": {
		"*.sass": "scss",
		"*.html": "html"
	},
	"[html]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[jsonc]": {
		"editor.defaultFormatter": "vscode.json-language-features"
	},
	"cSpell.userWords": [
		"أثناء",
		"اثناء",
		"اخرى",
		"التسجيل",
		"الرمز",
		"السائق",
		"الطلب",
		"المدخل",
		"بنجاح",
		"جاري",
		"حاول",
		"حدثت",
		"فايربيس",
		"كلمة",
		"مرحبا",
		"مشكلة",
		"مكونات",
		"واتساب",
		"يتكون",
		"firestore",
		"moaz",
		"Recaptcha"
	],
	"git.confirmSync": false,
	"emmet.showSuggestionsAsSnippets": true,
	"emmet.triggerExpansionOnTab": true,
	"emmet.useInlineCompletions": true,
	"[scss]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"[json]": {
		"editor.defaultFormatter": "esbenp.prettier-vscode"
	},
	"editor.defaultFormatter": "esbenp.prettier-vscode",
	"[python]": {
		"editor.defaultFormatter": "ms-python.python"
	},
	"liveServer.settings.donotShowInfoMsg": true,
	"html.format.contentUnformatted": "",
	"diffEditor.ignoreTrimWhitespace": false,
	"prettier.tabWidth": 6,
	"prettier.printWidth": 120,
	"editor.insertSpaces": false,
	"editor.tabSize": 6,
	"editor.detectIndentation": false,
	"cSpell.language": "en,ar",
	"window.zoomLevel": 1
}

 

رابط هذا التعليق
شارك على الشبكات الإجتماعية

انضم إلى النقاش

يمكنك أن تنشر الآن وتسجل لاحقًا. إذا كان لديك حساب، فسجل الدخول الآن لتنشر باسم حسابك.

زائر
أجب على هذا السؤال...

×   لقد أضفت محتوى بخط أو تنسيق مختلف.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   جرى استعادة المحتوى السابق..   امسح المحرر

×   You cannot paste images directly. Upload or insert images from URL.

  • إعلانات

  • تابعنا على



×
×
  • أضف...