Skip to content

Instantly share code, notes, and snippets.

@ashish-ad
Created September 6, 2022 19:01
Show Gist options
  • Save ashish-ad/00c3fd3bdeab5c8caad016d8e623b1be to your computer and use it in GitHub Desktop.
Save ashish-ad/00c3fd3bdeab5c8caad016d8e623b1be to your computer and use it in GitHub Desktop.
{
"kite.showWelcomeNotificationOnStartup": false,
"python.pythonPath": "C:\\Users\\ashis\\AppData\\Local\\Programs\\Python\\Python310\\python.exe",
"C_Cpp.updateChannel": "Insiders",
"code-runner.runInTerminal": true,
"workbench.iconTheme": "material-icon-theme",
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"files.autoSave": "afterDelay",
"C_Cpp.debugger.useBacktickCommandSubstitution": true,
"workbench.settings.useSplitJSON": true,
"debug.javascript.usePreview": true,
"explorer.confirmDelete": false,
"editor.wordWrap": "on",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"python.languageServer": "Pylance",
"vsicons.dontShowNewVersionMessage": true,
"git.suggestSmartCommit": false,
"jupyter.sendSelectionToInteractiveWindow": true,
"C_Cpp.default.compilerPath": "C:\\MinGW\\bin\\g++.exe",
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"code-runner.executorMap": {
"javascript": "node",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"php": "php",
"python": "python3 -u",
"perl": "perl",
"perl6": "perl6",
"ruby": "ruby",
"go": "go run",
"lua": "lua",
"groovy": "groovy",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"bat": "cmd /c",
"shellscript": "bash",
"fsharp": "fsi",
"csharp": "scriptcs",
"vbscript": "cscript //Nologo",
"typescript": "ts-node",
"coffeescript": "coffee",
"scala": "scala",
"swift": "swift",
"julia": "julia",
"crystal": "crystal",
"ocaml": "ocaml",
"r": "Rscript",
"applescript": "osascript",
"clojure": "lein exec",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"racket": "racket",
"scheme": "csi -script",
"ahk": "autohotkey",
"autoit": "autoit3",
"dart": "dart",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"haskell": "runhaskell",
"nim": "nim compile --verbosity:0 --hints:off --run",
"lisp": "sbcl --script",
"kit": "kitc --run",
"v": "v run",
"sass": "sass --style expanded",
"scss": "scss --style expanded",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt"
},
"editor.codeActionsOnSave": null,
"git.autofetch": true,
"editor.parameterHints.enabled": false,
"liveServer.settings.donotShowInfoMsg": true,
"thunder-client.codeSnippetLanguage": "python-requests, js-fetch",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.quickSuggestionsDelay": 5000,
"leetcode.defaultLanguage": "cpp",
"leetcode.hint.configWebviewMarkdown": false,
"leetcode.hint.commandShortcut": false,
"vscode-edge-devtools.mirrorEdits": true,
"bracketPairColorizer.depreciation-notice": false,
"editor.fontFamily": "'Fira Code'",
"editor.fontLigatures": true,
"editor.formatOnPaste": true,
"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"
},
"Ubuntu-20.04 (WSL)": {
"path": "C:\\Windows\\System32\\wsl.exe",
"args": ["-d", "Ubuntu-20.04"]
}
},
"terminal.integrated.defaultProfile.windows": "Ubuntu-20.04 (WSL)",
"remote.SSH.defaultExtensions": ["gitpod.gitpod-remote-ssh"],
"remote.SSH.remotePlatform": {
"ashishad-ashishad-8w05i2tryj9": "linux"
},
"remote.SSH.configFile": "C:\\Users\\ashis\\AppData\\Local\\Temp\\gitpod_ssh_config-3548-sUJVLE1IOtlN",
"terminal.integrated.bellDuration": 100,
"terminal.integrated.scrollback": 10000,
"redhat.telemetry.enabled": true,
"workbench.colorTheme": "One Dark Pro Darker",
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": true,
"notebook.consolidatedRunButton": true,
"notebook.lineNumbers": "on",
"editor.fontSize": 15,
"editor.inlineSuggest.enabled": true,
"workbench.editor.enablePreview": false,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true,
"gitignore": false
},
"terminal.integrated.enableMultiLinePasteWarning": false,
"react-native-tools.showUserTips": false,
"debug.onTaskErrors": "debugAnyway",
"C_Cpp.autocompleteAddParentheses": true,
"C_Cpp.default.defines": ["/home/linuxbrew/.linuxbrew/bin/gcc-11"],
"tabnine.experimentalAutoImports": true,
"reactSnippets.settings.prettierEnabled": true,
"prettier.endOfLine": "auto",
"sourcery.token": "user_eE_U4KMleftuR1pEB3JX2eJzXFtgREy9iRWr2I75MbCj01sab69sXekCl0c",
"cSpell.userWords": [
"aakash",
"Abdullah",
"accu",
"ADMINPASSWORD",
"ADMINUSERNAME",
"Akash",
"Alam",
"appenders",
"Ashish",
"Asitha",
"Azam",
"Babar",
"battingnon",
"Boko",
"bowledcount",
"Chandimal",
"Commentry",
"CRICTEZ",
"datestart",
"Dhananjaya",
"Dickwella",
"Dimuth",
"Dinesh",
"Dunith",
"entitysport",
"Fawad",
"fows",
"GETAPIKEY",
"getplayer",
"Grundarfjörður",
"Hasan",
"INITDB",
"Jayasuriya",
"jhonty",
"JNLJ",
"Karunaratne",
"Kood",
"Kusal",
"lbwcount",
"Lednice",
"legbyes",
"LIVEMATCH",
"LIVEMATCHLIST",
"MATCHFANCY",
"MATCHINFO",
"MATCHODDHISTORY",
"Mendis",
"Naseem",
"Nauman",
"Nawaz",
"NEWSDETAIL",
"NEWSLIST",
"Niroshan",
"noballs",
"nodemon",
"NPUN",
"Oshada",
"Panesars",
"Perast",
"PLAYERRANKING",
"PLAYERSBYMATCHID",
"POINTSTABLE",
"Prabath",
"Ramesh",
"Ratu",
"RECENTMATCHES",
"Rizwan",
"runrate",
"Salman",
"SCORECARDBYMATCHID",
"Shafique",
"Shodoshima",
"SQUADBYMATCHID",
"teama",
"teamb",
"TEAMRANKING",
"Tercena",
"tidalwave",
"TOPSTORIES",
"Tromso",
"UPCOMINGMATCHES",
"Valtice",
"WEBFLOW",
"Wellalage",
"woment",
"wycph",
"Yasir"
],
"javascript.format.insertSpaceBeforeFunctionParenthesis": true,
"javascript.format.insertSpaceAfterConstructor": true,
"editor.linkedEditing": true,
"gitlens.defaultDateLocale": null,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"cSpell.ignoreWords": ["undefined"],
"cSpell.enableFiletypes": ["!yaml"],
"auto-rename-tag.activationOnLanguage": [
"html",
"xml",
"php",
"javascript"
],
"warmUp.changeCount": "60",
"prettier.tabWidth": 4,
"editor.unicodeHighlight.includeComments": false,
"rest-client.decodeEscapedUnicodeCharacters": true,
"editor.unicodeHighlight.nonBasicASCII": true,
"editor.largeFileOptimizations": false,
"json.maxItemsComputed": 1000000000,
"yaml.maxItemsComputed": 1000000000,
"editor.foldingMaximumRegions": 65000,
"editor.stickyScroll.enabled": true,
"terminal.integrated.smoothScrolling": true,
"ipynb.experimental.pasteImages.enabled": true,
"editor.experimental.pasteActions.enabled": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment