115 lines
No EOL
3.5 KiB
JSON
115 lines
No EOL
3.5 KiB
JSON
{
|
|
"breadcrumbs.enabled": true,
|
|
"editor.rulers": [
|
|
80
|
|
],
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.minimap.enabled": false,
|
|
"editor.minimap.maxColumn": 80,
|
|
"git.enableSmartCommit": true,
|
|
"clang-format.fallbackStyle": "llvm",
|
|
"fb.remote-connections.hosts": [
|
|
{
|
|
"hostname": "our.doty.sb.facebook.com",
|
|
"folders": [
|
|
"/data/users/doty/configerator/",
|
|
"/data/users/doty/configerator-dsi/",
|
|
"/data/users/doty/configerator-hg/",
|
|
"/data/users/doty/configerator-puma/",
|
|
"/data/users/doty/databee/",
|
|
"/data/users/doty/dataswarm-git/",
|
|
"/data/users/doty/dataswarm-hg/",
|
|
"/data/users/doty/fbsource/",
|
|
"/data/users/doty/jepsen/",
|
|
"/data/users/doty/mysql-schemas/",
|
|
"/data/users/doty/opsfiles-hg/",
|
|
"/data/users/doty/www-hg/"
|
|
]
|
|
}
|
|
],
|
|
"editor.fontFamily": "Fira Code, Input Mono Narrow, Consolas, Menlo, Monaco, 'Courier New', monospace",
|
|
"editor.fontSize": 14,
|
|
"editor.fontLigatures": true,
|
|
"editor.formatOnSaveTimeout": 1500,
|
|
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
|
|
"C_Cpp.clang_format_fallbackStyle": "llvm",
|
|
"latex-workshop.view.pdf.viewer": "tab",
|
|
"glitch.token": "687fb628-3a2e-4405-9bfb-49fc51068fbb",
|
|
"calva.paredit.defaultKeyMap": "original",
|
|
"interactive-smartlog.pull": "arc pull",
|
|
"interactive-smartlog.fetch": "jf get",
|
|
"[json]": {
|
|
"editor.defaultFormatter": "vscode.json-language-features"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[cpp]": {
|
|
"editor.defaultFormatter": "ms-vscode.cpptools"
|
|
},
|
|
"pyls.BuckFormatOnSave": true,
|
|
"pyls.formatAlreadyFormattedFilesOnSave": true,
|
|
"fb.ms-remote-connections.hosts": [
|
|
{
|
|
"hostname": "our.doty.sb.facebook.com",
|
|
"folders": []
|
|
}
|
|
],
|
|
"terminal.integrated.shell.linux": "/usr/bin/fish",
|
|
"workbench.colorTheme": "Solarized Dark",
|
|
"editor.suggestSelection": "first",
|
|
"files.associations": {
|
|
"*.gadget": "thrift"
|
|
},
|
|
"fb.doctor.kerberos-keychain": true,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"git.autofetch": true,
|
|
"fb.ms-remote-connections.odtypes": [
|
|
{
|
|
"type": "ondemand_fbcode",
|
|
"flavor": "default",
|
|
"folders": []
|
|
}
|
|
],
|
|
"hg.jumpToNextConflictOnSave": "Jump On Save And Open ISL When Done",
|
|
"rust-analyzer.checkOnSave.overrideCommand": [
|
|
"python3",
|
|
"/Users/doty/lacework/services/bazel/rust/clippyallrust.py"
|
|
],
|
|
"bazel.buildifierFixOnFormat": true,
|
|
"bazel.enableCodeLens": true,
|
|
"rust-analyzer.cargo.buildScripts.overrideCommand": [
|
|
"python3",
|
|
"/Users/doty/lacework/services/bazel/rust/clippyallrust.py"
|
|
],
|
|
"remote.SSH.showLoginTerminal": true,
|
|
"remote.SSH.remotePlatform": {
|
|
"coder.doty-dev": "linux",
|
|
"192.168.0.114": "linux",
|
|
"coder-vscode--johndoty--doty-dev": "linux",
|
|
"doty-dev.johndoty.devspaces.dev.lacework.engineering": "linux"
|
|
},
|
|
"java.import.maven.enabled": false,
|
|
"remote.autoForwardPortsSource": "hybrid",
|
|
"go.toolsManagement.autoUpdate": true,
|
|
"bazel.queriesShareServer": true,
|
|
"remote.portsAttributes": {
|
|
"443": {
|
|
"protocol": "https"
|
|
},
|
|
"8443": {
|
|
"protocol": "https"
|
|
}
|
|
},
|
|
"[python]": {
|
|
"editor.formatOnType": true
|
|
},
|
|
"git.confirmSync": false,
|
|
"cmake.showOptionsMovedNotification": false,
|
|
"jupyter.askForKernelRestart": false
|
|
} |