Skip to content

Instantly share code, notes, and snippets.

@ahmadsb86
Last active October 24, 2023 20:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ahmadsb86/68747d3de6d0dbf81192d274578b1a69 to your computer and use it in GitHub Desktop.
Save ahmadsb86/68747d3de6d0dbf81192d274578b1a69 to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 18,
"terminal.integrated.fontSize": 12,
"editor.fontFamily": "\"Fira Code Light\", \"Monoid\", \"JetBrainsMono Nerd Font Mono\"",
"workbench.colorTheme": "Dare (rainglow)",
"code-runner.executorMap": {
// "cpp": "cls && cd $dir && g++ $fileName -o \"C:\\Users\\ahmad\\OneDrive\\Desktop\\Coding\\IO\\bin\\$fileNameWithoutExt\" && C:\\Users\\ahmad\\OneDrive\\Desktop\\Coding\\IO\\bin\\$fileNameWithoutExt <C:\\Users\\ahmad\\OneDrive\\Desktop\\Coding\\IO\\input.txt> C:\\Users\\ahmad\\OneDrive\\Desktop\\Coding\\IO\\output.txt",
"cpp": "cls && cd $dir && g++ $fileName -o \"C:\\Users\\ahmad\\Desktop\\Coding\\!Workspace\\bin\\$fileNameWithoutExt\" && C:\\Users\\ahmad\\Desktop\\Coding\\!Workspace\\bin\\$fileNameWithoutExt <C:\\Users\\ahmad\\Desktop\\Coding\\!Workspace\\input.txt> C:\\Users\\ahmad\\Desktop\\Coding\\!Workspace\\output.txt"
},
"code-runner.runInTerminal": true,
"code-runner.clearPreviousOutput": true,
"code-runner.saveFileBeforeRun": true,
"terminal.integrated.defaultProfile.windows": "Command Prompt",
"C_Cpp.autocomplete": "Disabled",
"editor.cursorSmoothCaretAnimation": "on",
"editor.cursorBlinking": "phase",
"editor.minimap.enabled": false,
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.fontFamily": "\"Fira Code Light\", \"Monoid\"",
"workbench.iconTheme": "material-icon-theme",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"prettier.jsxSingleQuote": true,
"prettier.resolveGlobalModules": true,
"explorer.compactFolders": false,
"editor.suggest.showDeprecated": false,
"editor.suggest.showEvents": false,
"editor.suggest.showIcons": false,
"prettier.ignorePath": "\"C:\\Users\\ahmad\\Desktop\\Coding\\!Workspace\\.prettierignore\"",
"[mdx]": {
"editor.formatOnSave": false
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"C_Cpp.formatting": "vcFormat",
"terminal.integrated.env.windows": {},
"console-ninja.featureSet": "Community"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment