Skip to content

Instantly share code, notes, and snippets.

@yogeshmishra667
Created March 5, 2023 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yogeshmishra667/caf4d77b8b55eeb16482a6d8bcd3f141 to your computer and use it in GitHub Desktop.
Save yogeshmishra667/caf4d77b8b55eeb16482a6d8bcd3f141 to your computer and use it in GitHub Desktop.
{
// Remember: main editor settings
"editor.fontSize": 20,
"editor.formatOnPaste": true,
"editor.fontFamily": "dank mono",
"editor.fontWeight": "500",
"editor.lineHeight": 40,
"editor.tabSize": 2,
"editor.rulers": [120],
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorWidth": 4,
"editor.smoothScrolling": true,
"editor.wordWrap": "on",
"editor.suggestSelection": "first",
"editor.formatOnSave": true,
"editor.fontLigatures": true,
"editor.cursorBlinking": "expand",
"editor.accessibilitySupport": "off",
"editor.acceptSuggestionOnEnter": "smart",
"editor.mouseWheelZoom": true,
"editor.tokenColorCustomizations": {
"comments": "#00ffff",
},
// Remember:for the better comments
"better-comments.tags": [
{
"tag": "Remember:",
"color":"#252b2e",
"strikethrough": false,
"backgroundColor": "#d9ad9d",
"bold": true,
"italic": true
},
{
"tag": "Notes:",
"strikethrough": false,
"color":"#252b2e",
"backgroundColor": "#99C794",
"bold": true,
"italic": true
},
{
"tag": "Define:",
"strikethrough": false,
"color":"#252b2e",
"backgroundColor": "#C594c5",
"bold": true,
"italic": true
},
{
"tag": "Explain:",
"strikethrough": false,
"color":"#252b2e",
"backgroundColor": "#d4d4d4",
"bold": true,
"italic": true
},
],
//Remember:workbench settings
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"files.autoSaveDelay": 5000,
"workbench.settings.editor": "json",
//Remember:workbench color settings
"workbench.colorCustomizations": {
"editorCursor.foreground": "#ff9933",
"terminalCursor.foreground": "#ff9933",
"tab.activeBorder": "#ff9933",
},
//Remember:editor & window & terminal settings
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootPath}",
"terminal.integrated.rendererType": "dom",
"terminal.integrated.fontSize": 16,
//Remember: live server setting
"liveServer.settings.CustomBrowser": "Brave",
"liveServer.settings.donotVerifyTags": true,
"liveServer.settings.donotShowInfoMsg": true,
"git.enableCommitSigning": false,
"git.enableSmartCommit": true,
"git.confirmSync": false,
"git.autofetch": true,
// Remember: eslint & prettier setting
"prettier.singleQuote": true,
"extensions.ignoreRecommendations": false,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"node"
],
"prettier.requireConfig": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"eslint.format.enable": true,
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
//Define: other setting but useful
"files.associations": {
"*.js": "javascript"
},
"jshint.options": {
"esversion": 6
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"javascript.updateImportsOnFileMove.enabled": "always",
"jshint.enable": false,
"emmet.includeLanguages": {
"javascript": "css"
},
"importCost.smallPackageSize": 50,
"path-intellisense.extensionOnImport": true,
"editor.quickSuggestions.comments": true,
"scm.alwaysShowActions": true,
"scm.alwaysShowRepositories": true,
"cssPeek.peekToExclude": ["**/bower_components/**"],
"vsicons.dontShowNewVersionMessage": true,
//Define: garbage and spelling
"cSpell.userWords": [
"alphanum",
"animation",
"arroud",
"csrf",
"desp",
"gsap",
"javasript",
"latlng",
"mishra",
"netsh",
"Raipur",
"signin",
"yogesh",
],
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"editor.bracketPairColorization.enabled": true,
"workbench.sideBar.location": "right",
"settingsSync.ignoredSettings": ["-window.zoomLevel"],
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell"
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
"C:\\Program Files\\Git\\bin\\bash.exe (migrated)": {
"path": "C:\\Program Files\\Git\\bin\\bash.exe",
"args": []
},
"Windows PowerShell": {
"path": "C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe"
}
},
"terminal.integrated.tabs.location": "left",
"explorer.openEditors.visible": 0,
"tabnine.experimentalAutoImports": true,
"terminal.integrated.defaultProfile.windows": "C:\\Program Files\\Git\\bin\\bash.exe (migrated)",
"workbench.preferredDarkColorTheme": "One Dark Pro Darker",
"workbench.editor.autoLockGroups": {
"imagePreview.previewEditor": true
},
"editor.inlineSuggest.enabled": true,
"bracketPairColorizer.depreciation-notice": false,
"workbench.productIconTheme": "fluent-icons",
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": true,
"javascript": true,
"typescript": true,
"json": true,
"html": true,
"css": true,
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"gitlens.advanced.messages": {
"suppressCreatePullRequestPrompt": true
},
"files.eol": "\n",
"workbench.editor.enablePreview": false,
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"window.zoomLevel": 2,
"workbench.colorTheme": "Ayu Dark Bordered"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment