Created
August 20, 2021 07:49
-
-
Save akshayjai1/6ba1fd47f62d270800dae4ed0554d93c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "editor.wordWrap": "on", | |
| "editor.formatOnSave": true, | |
| "editor.formatOnType": true, | |
| "prettier.tabWidth": 2, | |
| "prettier.endOfLine": "lf", | |
| "prettier.jsxBracketSameLine": true, | |
| "editor.useTabStops": false, | |
| "git.autofetch": true, | |
| "git.confirmSync": false, | |
| "atlascode.jira.workingSite": { | |
| "baseUrlSuffix": "atlassian.net" | |
| }, | |
| "yaml.schemas": { | |
| "file:///Users/akshay/.vscode-insiders/extensions/atlassian.atlascode-2.9.1/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" | |
| }, | |
| "atlascode.jira.workingProject": { | |
| "id": "11528", | |
| "name": "PayIn", | |
| "key": "PAYIN" | |
| }, | |
| "[yaml]": { | |
| "editor.defaultFormatter": "redhat.vscode-yaml" | |
| }, | |
| "prettier.quoteProps": "consistent", | |
| "editor.wrappingIndent": "indent", | |
| "prettier.useTabs": false, | |
| "terminal.integrated.rendererType": "dom", | |
| "typescript.preferences.quoteStyle": "single", | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.formatOnSave": true | |
| }, | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "editor.insertSpaces": false, | |
| "atlascode.jira.jqlList": [ | |
| { | |
| "id": "6034b2c1-9072-49d7-b08c-6668a4f35c02", | |
| "enabled": true, | |
| "name": "My instarem Issues", | |
| "query": "assignee = currentUser() ORDER BY lastViewed DESC ", | |
| "siteId": "9e668076-ae72-488e-b3ce-7ed0a0904115", | |
| "monitor": true | |
| } | |
| ], | |
| "extensions.confirmedUriHandlerExtensionIds": ["atlassian.atlascode"], | |
| "atlascode.jira.enabled": false, | |
| "eslint.alwaysShowStatus": true, | |
| "git.suggestSmartCommit": false, | |
| "diffEditor.ignoreTrimWhitespace": false, | |
| "files.trimTrailingWhitespace": true, | |
| "javascript.preferences.quoteStyle": "single", | |
| "typescript.format.insertSpaceAfterConstructor": false, | |
| "typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": false, | |
| "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, | |
| "atlascode.bitbucket.issues.monitorEnabled": false, | |
| "atlascode.bitbucket.pipelines.hideEmpty": false, | |
| "atlascode.bitbucket.pipelines.monitorEnabled": false, | |
| "atlascode.bitbucket.pipelines.explorerEnabled": false, | |
| "javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": false, | |
| "javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false, | |
| "javascript.format.insertSpaceAfterKeywordsInControlFlowStatements": false, | |
| "pipelines.notificationsForBuildResults": false, | |
| "atlascode.onlineCheckerUrls": ["http://atlassian.com"], | |
| "html.format.endWithNewline": true, | |
| "html.format.indentInnerHtml": true, | |
| "eslint.lintTask.enable": true, | |
| "prettier.printWidth": 80, | |
| "javascript.format.insertSpaceAfterSemicolonInForStatements": false, | |
| "editor.tabSize": 2, | |
| "files.associations": { | |
| "*.scss": "scss" | |
| }, | |
| "prettier.disableLanguages": ["markdown"], | |
| "workbench.editor.scrollToSwitchTabs": "natural", | |
| "window.nativeTabs": true, | |
| "[jsonc]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "aws.profile": "profile:default", | |
| "aws.telemetry": true, | |
| "yaml.format.singleQuote": true, | |
| "editor.suggestSelection": "first", | |
| "vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue", | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "workbench.startupEditor": "welcomePage", | |
| "indentRainbow.includedLanguages": [ | |
| "scss", | |
| "python", | |
| "nim", | |
| "yaml", | |
| "json", | |
| "yml", | |
| "sql", | |
| "json" | |
| ], | |
| "indentRainbow.colors": [ | |
| "rgba(150,0,0,.1)", | |
| "rgba(0,150,0,.1)", | |
| "rgba(0,0,150,.1)", | |
| "rgba(0,150,150,.1)", | |
| "rgba(150,0,150,.1)", | |
| "rgba(150,150,0,.1)" | |
| ], | |
| "indentRainbow.tabmixColor": "rgb(128,32,96)", | |
| "todo-tree.tree.showScanModeButton": false, | |
| "java.semanticHighlighting.enabled": true, | |
| "java.configuration.checkProjectSettingsExclusions": false, | |
| "prettier.singleQuote": true, | |
| "explorer.confirmDragAndDrop": false, | |
| "workbench.colorTheme": "Solarized Light", | |
| "[typescript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "[typescriptreact]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode" | |
| }, | |
| "terminal.integrated.shell.osx": "/bin/zsh", | |
| "extensions.ignoreRecommendations": false, | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "tabnine.experimentalAutoImports": true, | |
| "workbench.editorAssociations": { | |
| "*.ipynb": "jupyter-notebook" | |
| }, | |
| "python.pythonPath": "/usr/local/opt/python/libexec/bin/python", | |
| "atlascode.jira.explorer.refreshInterval": 10, | |
| "editor.accessibilitySupport": "off", | |
| "redhat.telemetry.enabled": true, | |
| "security.workspace.trust.untrustedFiles": "open", | |
| "atlascode.jira.lastCreateSiteAndProject": { | |
| "siteId": "9e668076-ae72-488e-b3ce-7ed0a0904115", | |
| "projectKey": "MOB" | |
| }, | |
| "atlascode.bitbucket.enabled": true, | |
| "tabnine.receiveBetaChannelUpdates": true, | |
| "todo-tree.general.tags": [ | |
| "BUG", | |
| "HACK", | |
| "FIXME", | |
| "TODO", | |
| "XXX", | |
| "[ ]", | |
| "[x]" | |
| ], | |
| "todo-tree.regex.regex": "(//|#|<!--|;|/\\*|^|^\\s*(-|\\d+.))\\s*($TAGS)", | |
| "files.autoSave": "afterDelay", | |
| "insertDateString.format": "# !DD-MMM-YY HH:mm A DDDD!", | |
| "codestream.email": "[email protected]", | |
| "cSpell.userWords": ["INSTAREM", "TRAVELEX", "clevertap"], | |
| "code-runner.clearPreviousOutput": true, | |
| "code-runner.defaultLanguage": "c++", | |
| "code-runner.runInTerminal": true, | |
| "code-runner.saveAllFilesBeforeRun": true, | |
| "code-runner.saveFileBeforeRun": true, | |
| "liveshare.audio.startCallOnShare": true, | |
| "prettier.trailingComma": "all" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment