Skip to content

Instantly share code, notes, and snippets.

@NavaneethVijay
Created March 21, 2024 04:42
Show Gist options
  • Save NavaneethVijay/b8e68ad2f86a9fc50296214040da7767 to your computer and use it in GitHub Desktop.
Save NavaneethVijay/b8e68ad2f86a9fc50296214040da7767 to your computer and use it in GitHub Desktop.
{
"sync.gist": "bfa0dc20902c1178b64af793a8d3437d",
"yaml.schemas": {
"file:///home/navaneeth/.vscode/extensions/atlassian.atlascode-2.8.5/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml"
},
"workbench.sideBar.location": "right",
"editor.renderWhitespace": "all",
"window.menuBarVisibility": "toggle",
"workbench.startupEditor": "newUntitledFile",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"php-cs-fixer.executablePath": "${extensionPath}/php-cs-fixer.phar",
"editor.cursorBlinking": "smooth",
"editor.lineHeight": 40,
"task.autoDetect": "off",
"[vue]": {
"editor.defaultFormatter": "octref.vetur"
},
"php-cs-fixer.lastDownload": 1698667041292,
"material-icon-theme.folders.theme": "specific",
"security.workspace.trust.untrustedFiles": "open",
"workbench.colorTheme": "City Lights",
"redhat.telemetry.enabled": true,
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorWidth": 2,
"editor.formatOnPaste": false,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"zenMode.fullScreen": false,
"editor.minimap.enabled": false,
"editor.codeLens": true,
"editor.renderControlCharacters": true,
"editor.renderLineHighlight": "none",
"editor.lineNumbers": "on",
"editor.emptySelectionClipboard": false,
"workbench.iconTheme": "material-icon-theme",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[graphql]": {
"editor.defaultFormatter": "luyizhi.vscode-graphql"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"editor.inlineSuggest.enabled": true,
"github.copilot.enable": {
"*": false,
"yaml": false,
"plaintext": false,
"markdown": false,
"javascript": false
},
"security.workspace.trust.banner": "never",
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": true
},
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.guides.indentation": false,
"[nginx]": {
"editor.defaultFormatter": "raynigon.nginx-formatter"
},
"editor.fontSize": 15,
"editor.padding.top": 5,
"editor.padding.bottom": 5,
"editor.stickyScroll.enabled": true,
"editor.unicodeHighlight.ambiguousCharacters": false,
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.fontLigatures": true,
"[php]": {
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"window.zoomLevel": 0,
"workbench.editor.empty.hint": "hidden",
"nxConsole.showNodeVersionOnStartup": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment