Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "cmake.configureOnOpen": true,
- "editor.rulers": [
- 80,
- 120
- ],
- "[cpp]": {
- "editor.defaultFormatter": "xaver.clang-format"
- },
- "git.autofetch": true,
- "git.suggestSmartCommit": false,
- "git.commandsToLog": [
- "push"
- ],
- "redhat.telemetry.enabled": true,
- "editor.fontLigatures": true,
- "editor.accessibilitySupport": "off",
- "security.workspace.trust.untrustedFiles": "open",
- "files.autoSave": "onFocusChange",
- "git.confirmSync": false,
- "cmakeFormat.exePath": "/usr/bin/cmake-format",
- "git.openRepositoryInParentFolders": "always",
- "[python]": {
- "editor.formatOnType": true
- },
- "[latex]": {
- "editor.defaultFormatter": "James-Yu.latex-workshop"
- },
- "latex-workshop.latex.tools": [
- {
- "name": "latexmk",
- "command": "latexmk",
- "args": [
- "-shell-escape",
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "-pdf",
- "-outdir=%OUTDIR%",
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "lualatexmk",
- "command": "latexmk",
- "args": [
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "-lualatex",
- "-outdir=%OUTDIR%",
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "xelatexmk",
- "command": "latexmk",
- "args": [
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "-xelatex",
- "-outdir=%OUTDIR%",
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "latexmk_rconly",
- "command": "latexmk",
- "args": [
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "pdflatex",
- "command": "pdflatex",
- "args": [
- "-shell-escape",
- "-synctex=1",
- "-interaction=nonstopmode",
- "-file-line-error",
- "%DOC%"
- ],
- "env": {}
- },
- {
- "name": "bibtex",
- "command": "bibtex",
- "args": [
- "%DOCFILE%"
- ],
- "env": {}
- },
- {
- "name": "rnw2tex",
- "command": "Rscript",
- "args": [
- "-e",
- "knitr::opts_knit$set(concordance = TRUE); knitr::knit('%DOCFILE_EXT%')"
- ],
- "env": {}
- },
- {
- "name": "jnw2tex",
- "command": "julia",
- "args": [
- "-e",
- "using Weave; weave(\"%DOC_EXT%\", doctype=\"tex\")"
- ],
- "env": {}
- },
- {
- "name": "jnw2texminted",
- "command": "julia",
- "args": [
- "-e",
- "using Weave; weave(\"%DOC_EXT%\", doctype=\"texminted\")"
- ],
- "env": {}
- },
- {
- "name": "pnw2tex",
- "command": "pweave",
- "args": [
- "-f",
- "tex",
- "%DOC_EXT%"
- ],
- "env": {}
- },
- {
- "name": "pnw2texminted",
- "command": "pweave",
- "args": [
- "-f",
- "texminted",
- "%DOC_EXT%"
- ],
- "env": {}
- },
- {
- "name": "tectonic",
- "command": "tectonic",
- "args": [
- "--synctex",
- "--keep-logs",
- "%DOC%.tex"
- ],
- "env": {}
- }
- ],
- "editor.renderWhitespace": "all",
- "terminal.integrated.enableMultiLinePasteWarning": false,
- "terminal.integrated.fontFamily": "monospace",
- "editor.inlineSuggest.enabled": true,
- "github.copilot.enable": {
- "*": true,
- "plaintext": false,
- "markdown": false,
- "scminput": false,
- "cpp": true
- },
- "gitlab.showPipelineUpdateNotifications": true,
- "resmon.show.cputemp": true,
- "resmon.disk.drives": null,
- "sonarlint.rules": {
- "cpp:S1709": {
- "level": "off"
- }
- },
- "workbench.iconTheme": "vs-minimal",
- "sonarlint.analyzerProperties": {},
- "git.ignoreRebaseWarning": true,
- "terminal.integrated.sendKeybindingsToShell": true,
- "terminal.integrated.defaultProfile.linux": "/usr/bin/zsh",
- "terminal.integrated.defaultProfile.osx": "/usr/bin/zsh",
- "terminal.integrated.fontFamily": "MesloLGM NF",
- "sonarlint.focusOnNewCode": false,
- "cmake.options.statusBarVisibility": "visible",
- "cmake.showOptionsMovedNotification": false,
- "sonarlint.connectedMode.connections.sonarcloud": [
- {
- "organizationKey": "correaa",
- "connectionId": "correaa-boost-multi"
- }
- ],
- "remote.SSH.remotePlatform": {
- "quartz.llnl.gov": "linux"
- },
- "cmake.showConfigureWithDebuggerNotification": false,
- "githubPullRequests.terminalLinksHandler": "github",
- "cmake.pinnedCommands": [
- "workbench.action.tasks.configureTaskRunner",
- "workbench.action.tasks.runTask"
- ],
- "editor.minimap.enabled": false,
- "editor.inlineSuggest.suppressSuggestions": true,
- "gitlab.duoCodeSuggestions.enabled": true,
- "diffEditor.ignoreTrimWhitespace": false,
- "terminal.integrated.env.linux": {
- "GTK_PATH": null
- },
- "cody.commandCodeLenses": true,
- "C_Cpp.intelliSenseEngine": "disabled",
- "C_Cpp.dimInactiveRegions": false,
- "githubPullRequests.pullBranch": "never",
- "terminal-tools.options": {
- "directives": "default",
- "dependencies": "default",
- "devDependencies": "default",
- "globalDependencies": "default",
- "tools": "default",
- "sudo": false,
- "install": "npm",
- "installOptions": []
- },
- "clangd.path": "/home/correaa/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/19.1.2/clangd_19.1.2/bin/clangd",
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement