Skip to content

Instantly share code, notes, and snippets.

@wyatt-herkamp
Created June 20, 2024 11:46
Show Gist options
  • Save wyatt-herkamp/23447c21b0550750be06ae080517cc0f to your computer and use it in GitHub Desktop.
Save wyatt-herkamp/23447c21b0550750be06ae080517cc0f to your computer and use it in GitHub Desktop.
{
"remote.SSH.remotePlatform": {
"dedi.kingtux.dev": "linux",
"compile.vcu.edu": "linux"
},
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "a-file-icon-vscode",
"crates.listPreReleases": true,
"editor.fontSize": 16,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"diffEditor.codeLens": true,
"files.autoSave": "afterDelay",
"testExplorer.useNativeTesting": true,
"rust-analyzer.procMacro.ignored": {
"tokio-macros": ["main"],
"async-trait": ["async_trait"],
"tracing-attributes": ["instrument"]
},
"rust-analyzer.inlayHints.lifetimeElisionHints.enable": "skip_trivial",
"rust-analyzer.inlayHints.lifetimeElisionHints.useParameterNames": true,
"rust-analyzer.inlayHints.closingBraceHints.enable": true,
"rust-analyzer.inlayHints.expressionAdjustmentHints.enable": "reborrow",
"rust-analyzer.inlayHints.expressionAdjustmentHints.hideOutsideUnsafe": true,
"rust-analyzer.inlayHints.reborrowHints.enable": "mutable",
"rust-analyzer.rustfmt.extraArgs": ["+nightly"],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"terminal.explorerKind": "both",
"terminal.external.windowsExec": "C:\\Program Files\\PowerShell\\7\\pwsh.exe",
"git.autofetch": true,
"workbench.startupEditor": "none",
"colorize.include": [
"**/*.css",
"**/*.scss",
"**/*.sass",
"**/*.less",
"**/*.styl"
],
"colorize.exclude": [
"**/target",
"**/.git",
"**/.svn",
"**/.hg",
"**/CVS",
"**/.DS_Store",
"**/.git",
"**/node_modules",
"**/bower_components",
"**/tmp",
"**/dist",
"**/tests"
],
"workbench.productIconTheme": "a-file-icon-vscode-product-icon-theme",
"gitlens.views.remotes.branches.layout": "list",
"git.enableSmartCommit": true,
"svg.preview.mode": "svg",
"editor.tokenColorCustomizations": {
"[*Light*]": {
"textMateRules": [
{
"scope": "ref.matchtext",
"settings": {
"foreground": "#000"
}
}
]
},
"[*Dark*]": {
"textMateRules": [
{
"scope": "ref.matchtext",
"settings": {
"foreground": "#fff"
}
}
]
},
"[One Dark Pro]": {
"textMateRules": [
{
"scope": "storage.modifier.lifetime.rust",
"settings": {
"foreground": "#5049CC"
}
}
]
},
"textMateRules": [
{
"name": "One Dark italic",
"scope": [
"comment",
"entity.other.attribute-name",
"keyword",
"markup.underline.link",
"storage.modifier",
"storage.type",
"string.url",
"variable.language.super",
"variable.language.this"
],
"settings": {
"fontStyle": "italic"
}
},
{
"name": "One Dark italic reset",
"scope": [
"keyword.operator",
"keyword.other.type",
"storage.modifier.import",
"storage.modifier.package",
"storage.type.built-in",
"storage.type.function.arrow",
"storage.type.generic",
"storage.type.java",
"storage.type.primitive"
],
"settings": {
"fontStyle": ""
}
}
]
},
"[vue]": {
"editor.defaultFormatter": "Vue.volar"
},
"[c]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"[cpp]": {
"editor.defaultFormatter": "ms-vscode.cpptools"
},
"files.associations": {
".env*": "dotenv",
"stdlib.h": "c",
"stat.h": "c",
"stdio.h": "c",
"stdbool.h": "c",
"msg.h": "c",
"stdint.h": "c",
"cstdint": "c",
"stdint-gcc.h": "c",
"ipc.h": "c",
"unistd.h": "c",
"iostream": "cpp",
"array": "cpp",
"atomic": "cpp",
"bit": "cpp",
"*.tcc": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstdarg": "cpp",
"cstddef": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cwchar": "cpp",
"cwctype": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"exception": "cpp",
"algorithm": "cpp",
"functional": "cpp",
"iterator": "cpp",
"memory": "cpp",
"memory_resource": "cpp",
"numeric": "cpp",
"random": "cpp",
"string_view": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"fstream": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"istream": "cpp",
"limits": "cpp",
"new": "cpp",
"numbers": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"typeinfo": "cpp",
"signal.h": "c",
"p2-support.h": "c",
"thread": "c",
"sstream": "c",
"optional": "c",
"future": "c",
"stop_token": "c",
"variant": "c",
"chrono": "c",
"arg_builder.h": "c",
"string.h": "c",
"malloc.h": "c"
},
"python.languageServer": "Pylance",
"git.replaceTagsWhenPull": true,
"window.titleBarStyle": "custom",
"workbench.sideBar.location": "right",
"editor.minimap.renderCharacters": false,
"html.validate.styles": false,
"terminal.integrated.defaultProfile.linux": "fish",
"dotenv.enableAutocloaking": false,
"github.copilot.enable": {
"*": true,
"plaintext": false,
"markdown": false,
"scminput": false,
"rust": true
},
"redhat.telemetry.enabled": true,
"indentRainbow.colors": [
"rgba(7, 141, 112,0.2)",
"rgba(38, 206, 170,0.2)",
"rgba(152, 232, 193,0.2)",
"rgba(123, 173, 226,0.2)",
"rgba(80, 73, 204,0.2)",
"rgba(61, 26, 120,0.2)"
],
"editor.bracketPairColorization.enabled": true,
"workbench.colorCustomizations": {
"editorBracketHighlight.foreground1": "#078D70",
"editorBracketHighlight.foreground2": "#26CEAA",
"editorBracketHighlight.foreground3": "#98E8C1",
"editorBracketHighlight.foreground4": "#7BADE2",
"editorBracketHighlight.foreground5": "#5049CC"
//"editorBracketHighlight.foreground6": "#3D1A78",
},
"workbench.preferredDarkColorTheme": "One Dark",
"cmake.options.statusBarVisibility": "visible",
"rust-analyzer.assist.expressionFillDefault": "default",
"cmake.configureOnOpen": true,
"[markdown]": {
"diffEditor.ignoreTrimWhitespace": true
},
"github.copilot.editor.enableAutoCompletions": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment