Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gittmaan/37f7f2786c3de95940300b09857f8683 to your computer and use it in GitHub Desktop.
Save gittmaan/37f7f2786c3de95940300b09857f8683 to your computer and use it in GitHub Desktop.
Perfect Sublime Text 2 Key Bindings. Tab to skip out of brackets, braces, parentheses, and quotes/quotations but still be able to indent
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
{"version":1,"resource":"file:///Users/girishp/projects/tryambake/code/development/nakshatra/src/scripts/ayanmasa.js","entries":[{"id":"vkpo.js","timestamp":1661729634292},{"id":"uGhx.js","timestamp":1661729706107},{"id":"myRH.js","timestamp":1661731472046},{"id":"KAEl.js","timestamp":1661731676002},{"id":"ux1j.js","timestamp":1661731803556},{"id":"rz3u.js","timestamp":1661731856633},{"id":"HhFw.js","timestamp":1661732882740},{"id":"EvL5.js","timestamp":1661732967666},{"id":"mr5z.js","timestamp":1661732999705},{"id":"yhuD.js","timestamp":1661733154400},{"id":"J40H.js","timestamp":1661733174258},{"id":"EwrC.js","timestamp":1661733208740},{"id":"OxJ1.js","timestamp":1661733245767},{"id":"8BSV.js","timestamp":1661733324748},{"id":"8Mvf.js","timestamp":1661733405253},{"id":"NeuX.js","timestamp":1661733416013},{"id":"bCuI.js","timestamp":1661733529128},{"id":"3W8r.js","timestamp":1661733575747},{"id":"E78j.js","timestamp":1661733590158},{"id":"z6NS.js","source":"undoRedo.source","timestamp":1661733600578},{"id":"yM9I.js","timestamp":1661733616937},{"id":"6Llk.js","timestamp":1661745530213},{"id":"qgVT.js","timestamp":1661745554218},{"id":"hzxJ.js","timestamp":1661745622114},{"id":"ZKWt.js","timestamp":1661746048255},{"id":"znCr.js","timestamp":1661746077966},{"id":"4YEy.js","timestamp":1661746098221},{"id":"c7Gm.js","timestamp":1661746120069}]}
{"version":1,"resource":"file:///Users/GTryam/projects/nike/code/development/product-admin.web.artemis-ui/src/queries/planning/PlanningProducts.graphql","entries":[{"id":"bwWS.graphql","timestamp":1650414213806}]}
{"version":1,"resource":"file:///Users/girishp/projects/tryambake/code/development/nakshatra/yarnrc.yml","entries":[{"id":"SGUC.yml","timestamp":1659996477081},{"id":"Yj4p.yml","source":"undoRedo.source","timestamp":1659996523458}]}
{"version":1,"resource":"file:///Users/girishp/Downloads/Essentials%20of%20Astrology%20%7C%20A%20Foundation%20Course/Ghati_Nadika%20-%207%20days%20a%20week%20-%20Friday.csv","entries":[{"id":"A4Hq.csv","timestamp":1680155053565}]}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": [
"/bower.json"
],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": [
"app.json",
"app.config.json"
]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambake/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"http.systemCertificates": false
}
{
"json.schemas": [
{
"fileMatch": [
"/bower.json"
],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": [
"/bower.json"
],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": [
"app.json",
"app.config.json"
]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambake/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/girishp/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{"version":1,"resource":"vscode-userdata:/Users/tryambg/Library/Application%20Support/Code/User/settings.json","entries":[{"id":"HOJ8.json","timestamp":1670261006582},{"id":"HPHO.json","timestamp":1670261006582},{"id":"Ktwl.json","timestamp":1670261006583},{"id":"LfhX.json","timestamp":1670261006584},{"id":"LpeO.json","timestamp":1670261006584},{"id":"Mc7g.json","timestamp":1670261006585},{"id":"NKQN.json","timestamp":1670261006585},{"id":"Of9U.json","timestamp":1670261006585},{"id":"OwA1.json","timestamp":1670261006586},{"id":"PKI7.json","timestamp":1670261006586},{"id":"Q4C0.json","timestamp":1670261006586},{"id":"SHSR.json","timestamp":1670261006586},{"id":"SdeD.json","timestamp":1670261006587},{"id":"Shmk.json","timestamp":1670261006587},{"id":"UNdt.json","timestamp":1670261006587},{"id":"UQSN.json","timestamp":1670261006587},{"id":"VYTB.json","timestamp":1670261006588},{"id":"Wc0P.json","timestamp":1670261006588},{"id":"WzZd.json","timestamp":1670261006588},{"id":"XAme.json","timestamp":1670261006588},{"id":"XpVG.json","timestamp":1670261006588},{"id":"YZFj.json","timestamp":1670261006589},{"id":"Ygbd.json","timestamp":1670261006589},{"id":"Yr0E.json","timestamp":1670261006589},{"id":"aPSs.json","timestamp":1670261006590},{"id":"c4Y3.json","timestamp":1670261006590},{"id":"cHDV.json","timestamp":1670261006591},{"id":"eNqW.json","timestamp":1670261006601},{"id":"exPO.json","timestamp":1670261006602},{"id":"fXOX.json","timestamp":1670261006602},{"id":"g6Qd.json","timestamp":1670261006602},{"id":"h8wK.json","timestamp":1670261006603},{"id":"hI7l.json","timestamp":1670261006603},{"id":"hdyS.json","timestamp":1670261006603},{"id":"iNXu.json","timestamp":1670261006604},{"id":"iWlB.json","timestamp":1670261006604},{"id":"jmMU.json","timestamp":1670261006604},{"id":"m1X5.json","timestamp":1670261006612},{"id":"m4f4.json","timestamp":1670261006612},{"id":"mWi5.json","timestamp":1670261006612},{"id":"nVqg.json","timestamp":1670261006613},{"id":"noTy.json","timestamp":1670261006613},{"id":"pvhQ.json","timestamp":1670261006613},{"id":"u8bI.json","timestamp":1670261006614},{"id":"uMdm.json","timestamp":1670261006614},{"id":"ulSX.json","timestamp":1670261006614},{"id":"vOD1.json","timestamp":1670261006614},{"id":"vyO9.json","timestamp":1670261006615},{"id":"zNxv.json","timestamp":1670261006615},{"id":"36wU.json","timestamp":1670262326706}]}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": false,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": false
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80]
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": false
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 1,
"npm.keybindingsChangedWarningShown": true
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": [
"/bower.json"
],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": false,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": false
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120]
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambake/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": [
"/bower.json"
],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/GTryam/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/girishp/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambake/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": [
"/bower.json"
],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/GTryam/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"window.zoomLevel": 2
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/GTryam/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false,
"window.zoomLevel": -1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/girishp/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambake/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {
"[*Dark*]": {
"progressBar.background": "#0D9373",
"notificationsInfoIcon.foreground": "#0D9373",
"editor.selectionBackground": "#0D937333"
},
"[*Light*]": {
"progressBar.background": "#0D9373",
"notificationsInfoIcon.foreground": "#0D9373",
"editor.selectionBackground": "#0D937333"
}
},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
}
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn",
"eslint.useESLintClass": true,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-44.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambake/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
}, // undocumented
"editor.renderIndentGuides": true,
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "inline",
"customizeUI.font.regular": "Source Code Pro Medium",
"customizeUI.font.monospace": "Source Code Pro Medium",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": false,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": false
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120]
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120]
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"editor.rulers": [80, 120],
"eslint.format.enable": true,
"eslint.packageManager": "yarn"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart"
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": false
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true,
"window.zoomLevel": 1
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": false,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": false
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.activityBar.visible": false,
"tailwindCSS.emmetCompletions": true,
"tailwindCSS.includeLanguages": {
"typescript": "javascript",
"typescriptreact": "javascript"
},
"workbench.editor.enablePreview": false,
"debug.javascript.autoAttachFilter": "smart",
"npm.keybindingsChangedWarningShown": true,
"svelte.plugin.svelte.note-new-transformation": true
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"workbench.activityBar.visible": false,
"vscode-office.openOutline": true,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-tools.showUserTips": false,
"bracketPairColorizer.depreciation-notice": false,
"blockman.n01LineHeight": 0,
"diffEditor.wordWrap": "off",
"sync.quietSync": true,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.colorTheme": "One Dark Pro Darker",
"editor.fontSize": 17,
"html.format.indentInnerHtml": true,
"typescript.format.insertSpaceBeforeAndAfterBinaryOperators": false,
"prettier.useEditorConfig": false,
"peacock.affectSideBarBorder": true,
"customizeUI.stylesheet": {
".explorer-viewlet .mac": "font-size: 1.1em !important; overflow: auto; border-left:none!important"
},
"customizeUI.activityBar": "bottom",
"customizeUI.titleBar": "regular",
"customizeUI.font.regular": "Source Code Pro Light",
"customizeUI.font.monospace": "Source Code Pro Light",
"gitlens.advanced.messages": {},
"[svg]": {
"editor.defaultFormatter": "jock.svg"
},
"workbench.iconTheme": "vscode-icons",
"workbench.settings.editor": "json",
"http.systemCertificates": false,
"terminal.explorerKind": "external",
"window.titleBarStyle": "native",
"workbench.sideBar.location": "right",
"vscode-office.openOutline": false,
"[python]": {
"editor.defaultFormatter": "ms-python.python"
},
"workbench.editor.enablePreview": false,
"workbench.activityBar.visible": false
}
{
"json.schemas": [
{
"fileMatch": ["/bower.json"],
"url": "http://json.schemastore.org/bower"
},
{
"name": "vscode-expo-manifest",
"url": "file:///Users/tryambg/Library/Application%20Support/Code/User/globalStorage/bycedric.vscode-expo/manifest-45.0.0.json",
"fileMatch": ["app.json", "app.config.json"]
}
],
"quokka.lightTheme.error.decorationAttachmentRenderOptions": {
"border": null,
"borderColor": null,
"fontStyle": null,
"fontWeight": null,
"textDecoration": null,
"color": "#c80000",
"backgroundColor": null,
"margin": "1.2em",
"width": null,
"height": null
},
"colorize.languages": [
"css",
"html",
"javascript",
"less",
"postcss",
"sass",
"scss",
"sss",
"stylus",
"svg",
"xml"
],
"colorize.colorized_colors": ["BROWSERS_COLORS", "HEXA", "RGB", "HSL"],
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"code-runner.executorMap": {
"ahk": "autohotkey",
"applescript": "osascript",
"autoit": "autoit3",
"bat": "cmd /c",
"c": "cd $dir && gcc $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"clojure": "lein exec",
"coffeescript": "coffee",
"cpp": "cd $dir && g++ $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"crystal": "crystal",
"csharp": "scriptcs",
"d": "cd $dir && dmd $fileName && $dir$fileNameWithoutExt",
"dart": "dart",
"fortran_fixed-form": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran-modern": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fortran": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"FortranFreeForm": "cd $dir && gfortran $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"fsharp": "fsi",
"go": "go run",
"groovy": "groovy",
"haskell": "runhaskell",
"haxe": "haxe --cwd $dirWithoutTrailingSlash --run $fileNameWithoutExt",
"java": "cd $dir && javac $fileName && java $fileNameWithoutExt",
"javascript": "/Users/tryambg/.nvm/versions/node/v15.5.1/bin/node",
"julia": "julia",
"kit": "kitc --run",
"less": "cd $dir && lessc $fileName $fileNameWithoutExt.css",
"lisp": "sbcl --script",
"lua": "lua",
"nim": "nim compile --verbosity:0 --hints:off --run",
"objective-c": "cd $dir && gcc -framework Cocoa $fileName -o $fileNameWithoutExt && $dir$fileNameWithoutExt",
"ocaml": "ocaml",
"pascal": "cd $dir && fpc $fileName && $dir$fileNameWithoutExt",
"perl": "perl",
"perl6": "perl6",
"php": "php",
"powershell": "powershell -ExecutionPolicy ByPass -File",
"python": "python -u",
"r": "Rscript",
"racket": "racket",
"ruby": "ruby",
"rust": "cd $dir && rustc $fileName && $dir$fileNameWithoutExt",
"sass": "sass --style expanded",
"scala": "scala",
"scheme": "csi -script",
"scss": "scss --style expanded",
"shellscript": "bash",
"swift": "swift",
"typescript": "ts-node",
"v": "v run",
"vbscript": "cscript //Nologo"
},
"debug.javascript.usePreview": true,
"editor.accessibilitySupport": "off",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": true,
"editor.fontFamily": "Source Code Pro Light, Fira Code, Menlo, Monaco, 'Courier New', monospace, VictorMono-Regular",
"editor.fontLigatures": "'ccmp' off",
"editor.insertSpaces": true,
"editor.minimap.enabled": false,
"editor.multiCursorModifier": "ctrlCmd",
"editor.tabSize": 2,
"editor.suggestSelection": "first",
"editor.lineDecorationsWidth": 0, // undocumented
"editor.lineNumbersMinChars": 0,
"editor.renderWhitespace": "none",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.largeFileOptimizations": false,
"editor.inlineSuggest.enabled": true,
"editor.wordWrap": "off",
"editor.guides.indentation": false,
"editor.guides.bracketPairs": false,
"editor.inlayHints.enabled": false,
"editor.find.cursorMoveOnType": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.suggestSmartCommit": false,
"prettier.trailingComma": "es5",
"prettier.jsxBracketSameLine": true,
"terminal.integrated.cursorStyle": "line",
"workbench.preferredHighContrastColorTheme": "Solarized Light",
"workbench.preferredLightColorTheme": "Solarized Light",
"workbench.preferredDarkColorTheme": "Solarized Light",
"react-native.packager.port": 19001,
"terminal.external.osxExec": "iTerm.app",
"emmet.triggerExpansionOnTab": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"javascript.suggest.autoImports": true,
"typescript.suggest.autoImports": true,
"workbench.colorCustomizations": {},
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"svg.preview.mode": "img",
"cSpell.userWords": [
"Favourable",
"KPMC",
"Organising",
"components",
"graha",
"loggedin",
"loshu",
"numero",
"organisation",
"organisations",
"organiser",
"vimshottari"
],
"liveServer.settings.donotVerifyTags": true,
"sync.gist": "37f7f2786c3de95940300b09857f8683",
"oneDarkPro.vivid": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"kite.showWelcomeNotificationOnStartup": false,
"git.autofetch": true,
"vsicons.dontShowNewVersionMessage": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"tabnine.experimentalAutoImports": true,
"diffEditor.renderSideBySide": false,
"angularKarmaTestExplorer.debuggerConfiguration": {
"name": "Debug tests",
"type": "pwa-chrome",
"request": "attach",
"port": 9222,
"sourceMaps": true,
"webRoot": "${workspaceRoot}",
"sourceMapPathOverrides": {
"webpack:/*": "${webRoot}/*",
"/./*": "${webRoot}/*",
"/src/*": "${webRoot}/*",
"/*": "*",
"/./~/*": "${webRoot}/node_modules/*"
}
},
"explorer.confirmDelete": false,
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.toolsManagement.autoUpdate": true,
"jupyter.askForKernelRestart": false,
"vscode-neovim.mouseSelectionStartVisualMode": true,
"sync.autoDownload": true,
"sync.autoUpload": true,
"sync.forceDownload": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"bashBeautify.tabSize": 2,
"security.workspace.trust.banner": "never",
"debug.internalConsoleOptions": "neverOpen",
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": false,
"markdown": true,
"javascript": true
},
"react-native-to
View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

View raw

(Sorry about that, but we can’t show files that are this big right now.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment