Last active
September 17, 2020 09:00
-
-
Save improve100/85d360819129e2dc50095146792e0839 to your computer and use it in GitHub Desktop.
Visual Studio Code Settings Sync Gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-09-17T09:00:52.592Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"id": "f583eafd-aa0d-4ccb-8f44-d1e610389660", | |
"publisherId": "CoenraadS.bracket-pair-colorizer", | |
"publisherDisplayName": "CoenraadS" | |
}, | |
"name": "bracket-pair-colorizer", | |
"publisher": "CoenraadS", | |
"version": "1.0.61" | |
}, | |
{ | |
"metadata": { | |
"id": "2be7cf14-2603-402e-9771-fd79df83cdf8", | |
"publisherId": "twxs.cmake", | |
"publisherDisplayName": "twxs" | |
}, | |
"name": "cmake", | |
"publisher": "twxs", | |
"version": "0.0.17" | |
}, | |
{ | |
"metadata": { | |
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd", | |
"publisherId": "Shan.code-settings-sync", | |
"publisherDisplayName": "Shan" | |
}, | |
"name": "code-settings-sync", | |
"publisher": "Shan", | |
"version": "3.4.3" | |
}, | |
{ | |
"metadata": { | |
"id": "690b692e-e8a9-493f-b802-8089d50ac1b2", | |
"publisherId": "ms-vscode.cpptools", | |
"publisherDisplayName": "ms-vscode" | |
}, | |
"name": "cpptools", | |
"publisher": "ms-vscode", | |
"version": "1.0.1-insiders" | |
}, | |
{ | |
"metadata": { | |
"id": "4de763bd-505d-4978-9575-2b7696ecf94e", | |
"publisherId": "eamodio.gitlens", | |
"publisherDisplayName": "eamodio" | |
}, | |
"name": "gitlens", | |
"publisher": "eamodio", | |
"version": "10.2.2" | |
}, | |
{ | |
"metadata": { | |
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5", | |
"publisherId": "ms-python.python", | |
"publisherDisplayName": "ms-python" | |
}, | |
"name": "python", | |
"publisher": "ms-python", | |
"version": "2020.8.109390" | |
}, | |
{ | |
"metadata": { | |
"id": "75da638c-c45a-44ea-aa3b-8570a3559810", | |
"publisherId": "TabNine.tabnine-vscode", | |
"publisherDisplayName": "TabNine" | |
}, | |
"name": "tabnine-vscode", | |
"publisher": "TabNine", | |
"version": "3.0.0" | |
}, | |
{ | |
"metadata": { | |
"id": "d96e79c6-8b25-4be3-8545-0e0ecefcae03", | |
"publisherId": "vscodevim.vim", | |
"publisherDisplayName": "vscodevim" | |
}, | |
"name": "vim", | |
"publisher": "vscodevim", | |
"version": "1.16.0" | |
}, | |
{ | |
"metadata": { | |
"id": "561483af-12d7-46c5-aab0-1e8c1bd28fe0", | |
"publisherId": "kriegalex.vscode-cudacpp", | |
"publisherDisplayName": "kriegalex" | |
}, | |
"name": "vscode-cudacpp", | |
"publisher": "kriegalex", | |
"version": "0.1.1" | |
}, | |
{ | |
"metadata": { | |
"id": "ea6a6046-2132-421f-a984-664909fcf0b8", | |
"publisherId": "hediet.vscode-drawio", | |
"publisherDisplayName": "hediet" | |
}, | |
"name": "vscode-drawio", | |
"publisher": "hediet", | |
"version": "0.7.2" | |
}, | |
{ | |
"metadata": { | |
"id": "30ca9f40-2642-457b-9170-cd706e62f02f", | |
"publisherId": "ms-iot.vscode-ros", | |
"publisherDisplayName": "ms-iot" | |
}, | |
"name": "vscode-ros", | |
"publisher": "ms-iot", | |
"version": "0.6.4" | |
}, | |
{ | |
"metadata": { | |
"id": "2061917f-f76a-458a-8da9-f162de22b97e", | |
"publisherId": "redhat.vscode-yaml", | |
"publisherDisplayName": "redhat" | |
}, | |
"name": "vscode-yaml", | |
"publisher": "redhat", | |
"version": "0.10.1" | |
} | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Place your key bindings in this file to override the defaults | |
[ | |
{ "key": "ctrl+alt+q", "command": "toggleVim" } | |
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Empty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"folders": [ | |
{ | |
"name": "perception-ros", | |
"path": "/home/maxsense/codes/autonomous_driving/src/perception/ros" | |
}, | |
{ | |
"name": "perception-logic", | |
"path": "/home/maxsense/codes/autonomous_driving/src/perception/logic" | |
}, | |
{ | |
"name": "localization-ros", | |
"path": "/home/maxsense/codes/autonomous_driving/src/localization/ros" | |
}, | |
{ | |
"name": "localization-logic", | |
"path": "/home/maxsense/codes/autonomous_driving/src/localization/logic" | |
}, | |
{ | |
"name": "src", | |
"path": "/home/maxsense/codes/autonomous_driving/src/" | |
}, | |
{ | |
"name": "install", | |
"path": "/home/maxsense/codes/autonomous_driving/install" | |
}, | |
], | |
"settings": { | |
"files.associations": { | |
"regex": "cpp", | |
"*.ipp": "cpp", | |
"limits": "cpp", | |
"iostream": "cpp", | |
"cctype": "cpp", | |
"clocale": "cpp", | |
"cmath": "cpp", | |
"csignal": "cpp", | |
"cstdarg": "cpp", | |
"cstddef": "cpp", | |
"cstdio": "cpp", | |
"cstdlib": "cpp", | |
"cstring": "cpp", | |
"ctime": "cpp", | |
"cwchar": "cpp", | |
"cwctype": "cpp", | |
"array": "cpp", | |
"atomic": "cpp", | |
"strstream": "cpp", | |
"*.tcc": "cpp", | |
"bitset": "cpp", | |
"chrono": "cpp", | |
"codecvt": "cpp", | |
"complex": "cpp", | |
"condition_variable": "cpp", | |
"cstdint": "cpp", | |
"deque": "cpp", | |
"forward_list": "cpp", | |
"list": "cpp", | |
"unordered_map": "cpp", | |
"unordered_set": "cpp", | |
"vector": "cpp", | |
"exception": "cpp", | |
"algorithm": "cpp", | |
"any": "cpp", | |
"functional": "cpp", | |
"optional": "cpp", | |
"ratio": "cpp", | |
"string_view": "cpp", | |
"system_error": "cpp", | |
"tuple": "cpp", | |
"type_traits": "cpp", | |
"hash_map": "cpp", | |
"hash_set": "cpp", | |
"slist": "cpp", | |
"fstream": "cpp", | |
"future": "cpp", | |
"initializer_list": "cpp", | |
"iomanip": "cpp", | |
"iosfwd": "cpp", | |
"istream": "cpp", | |
"memory": "cpp", | |
"mutex": "cpp", | |
"new": "cpp", | |
"ostream": "cpp", | |
"numeric": "cpp", | |
"sstream": "cpp", | |
"stdexcept": "cpp", | |
"streambuf": "cpp", | |
"thread": "cpp", | |
"cfenv": "cpp", | |
"cinttypes": "cpp", | |
"utility": "cpp", | |
"typeindex": "cpp", | |
"typeinfo": "cpp", | |
"valarray": "cpp" | |
}, | |
"python.autoComplete.extraPaths": [ | |
"/home/maxsense/codes/autonomous_driving/install/lib/python2.7/dist-packages", | |
"/opt/ros/kinetic/lib/python2.7/dist-packages", | |
"/home/maxsense/codes/autonomous_driving/devel/lib/python2.7/dist-packages" | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"vim.easymotion": true, | |
"vim.sneak": true, | |
"vim.visualstar": true, | |
"vim.ignorecase": false, | |
"vim.useSystemClipboard": true, | |
"vim.useCtrlKeys": true, | |
"vim.hlsearch": true, | |
"vim.insertModeKeyBindings": [ | |
{ | |
"before": ["j","k"], | |
"after": ["<Esc>"] | |
} | |
], | |
"vim.leader": "<space>", | |
"vim.visualModeKeyBindingsNonRecursive": [ | |
{ | |
"before": ["<leader>","s", "f"], | |
"commands": ["workbench.action.findInFiles"] | |
}, | |
{ | |
"before": ["<leader>","s", "s"], | |
"commands": ["actions.find"] | |
} | |
], | |
"vim.normalModeKeyBindingsNonRecursive": [ | |
{ | |
"before": ["<leader>","s", "F"], | |
"commands": ["workbench.action.findInFiles"] | |
}, | |
{ | |
"before": ["<leader>","f", "p"], | |
"commands": ["workbench.action.files.copyPathOfActiveFile"] | |
}, | |
{ | |
"before": ["<leader>","f", "n"], | |
"commands": ["copyRelativeFilePath"] | |
}, | |
{ | |
"before": ["<leader>","t", "p"], | |
"commands": ["workbench.action.togglePanel"] | |
}, | |
{ | |
"before": ["<leader>","x", "m"], | |
"commands": ["workbench.action.showCommands"] | |
}, | |
{ | |
"before": ["<leader>","t", "a"], | |
"commands": ["workbench.action.toggleActivityBarVisibility"] | |
}, | |
{ | |
"before": ["<leader>","0"], | |
"commands": ["workbench.action.toggleSidebarVisibility"] | |
}, | |
{ | |
"before": ["<leader>","1"], | |
"commands": [" workbench.action.focusFirstEditorGroup "] | |
}, | |
{ | |
"before": ["<leader>","2"], | |
"commands": ["workbench.action.focusSecondEditorGroup"] | |
}, | |
{ | |
"before": ["<leader>","3"], | |
"commands": ["workbench.action.focusThirdEditorGroup"] | |
}, | |
{ | |
"before": ["<leader>","4"], | |
"commands": ["workbench.action.focusFourthEditorGroup"] | |
}, | |
{ | |
"before": ["<leader>","x", "s"], | |
"commands": ["workbench.action.files.save"] | |
}, | |
{ | |
"before": ["<leader>","s", "s"], | |
"commands": ["actions.find"] | |
}, | |
{ | |
"before": ["<leader>","f", "f"], | |
"commands": ["workbench.action.files.openFile"] | |
}, | |
{ | |
"before": ["<leader>", "w", "d"], | |
"commands": ["workbench.action.closeActiveEditor"] | |
}, | |
{ | |
"before": ["<leader>", "w", "s"], | |
"commands": ["workbench.action.splitEditorDown"] | |
}, | |
{ | |
"before": ["<leader>", "w", "v"], | |
"commands": ["workbench.action.splitEditorRight"] | |
}, | |
{ | |
"before": ["<leader>","f", "r"], | |
"commands": ["workbench.action.openRecent"] | |
}, | |
{ | |
"before": ["<leader>","k", "k"], | |
"commands": ["workbench.action.quickOpen"] | |
}, | |
{ | |
"before": ["<leader>","i", "i"], | |
"commands": ["workbench.action.gotoSymbol"] | |
}, | |
{ | |
"before": ["<leader>","x", "1"], | |
"commands": ["workbench.action.editorLayoutSingle"] | |
}, | |
{ | |
"before": ["<leader>","x", "3"], | |
"commands": ["workbench.action.splitEditorRight"] | |
}, | |
{ | |
"before": ["<leader>","x", "2"], | |
"commands": ["workbench.action.splitEditorDown"] | |
}, | |
{ | |
"before": ["<leader>","x", "4"], | |
"commands": ["workbench.action.editorLayoutTwoByTwoGrid"] | |
}, | |
{ | |
"before": ["<leader>","x", "0"], | |
"commands": ["workbench.action.closeGroup"] | |
}, | |
{ | |
"before": ["<leader>","t", "t"], | |
"commands": ["workbench.action.terminal.toggleTerminal"] | |
}, | |
{ | |
"before": ["<leader>","t", "z"], | |
"commands": ["workbench.action.toggleZenMode"] | |
}, | |
{ | |
"before": ["<leader>","w", "q"], | |
"after": [":wq"], | |
} | |
], | |
"vim.handleKeys":{ | |
"<C-a>": false, | |
}, | |
"zenMode.centerLayout": false, | |
"window.zoomLevel": 1, | |
"editor.minimap.enabled": false, | |
"search.exclude": { | |
"**/.git": true, | |
}, | |
"search.useGlobalIgnoreFiles": true, | |
"search.useIgnoreFiles": false, | |
"files.autoSave": "afterDelay", | |
"workbench.colorTheme": "Monokai Dimmed", | |
"workbench.statusBar.visible": true, | |
"workbench.editor.tabSizing": "shrink", | |
"editor.renderControlCharacters": false, | |
"terminal.integrated.cwd": "${fileDirname}", | |
"gerrit-view.server": "192.168.2.139:8080", | |
"C_Cpp.updateChannel": "Insiders", | |
"editor.fontSize": 12, | |
"terminal.integrated.fontSize": 12 | |
"editor.renderWhitespace": "boundary", | |
"editor.lineNumbersMinChars": 1, | |
"editor.glyphMargin": false, | |
"editor.folding": false, | |
"http.proxySupport": "off", | |
"tabnine.experimentalAutoImports": true, | |
"sync.autoDownload": true, | |
"sync.autoUpload": true, | |
"sync.forceDownload": false, | |
"sync.forceUpload": false, | |
"sync.gist": "85d360819129e2dc50095146792e0839", | |
"sync.removeExtensions": false, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"workbench.activityBar.visible": true, | |
"hediet.vscode-drawio.local-storage": "eyIuZHJhd2lvLWNvbmZpZyI6IntcImxhbmd1YWdlXCI6XCJcIixcImN1c3RvbUZvbnRzXCI6W10sXCJsaWJyYXJpZXNcIjpcImdlbmVyYWxcIixcImN1c3RvbUxpYnJhcmllc1wiOltcIkwuc2NyYXRjaHBhZFwiXSxcInBsdWdpbnNcIjpbXSxcInJlY2VudENvbG9yc1wiOltdLFwiZm9ybWF0V2lkdGhcIjpcIjI0MFwiLFwiY3JlYXRlVGFyZ2V0XCI6ZmFsc2UsXCJwYWdlRm9ybWF0XCI6e1wieFwiOjAsXCJ5XCI6MCxcIndpZHRoXCI6ODUwLFwiaGVpZ2h0XCI6MTEwMH0sXCJzZWFyY2hcIjp0cnVlLFwic2hvd1N0YXJ0U2NyZWVuXCI6dHJ1ZSxcImdyaWRDb2xvclwiOlwiI2QwZDBkMFwiLFwiZGFya0dyaWRDb2xvclwiOlwiIzZlNmU2ZVwiLFwiYXV0b3NhdmVcIjp0cnVlLFwicmVzaXplSW1hZ2VzXCI6bnVsbCxcIm9wZW5Db3VudGVyXCI6MCxcInZlcnNpb25cIjoxOCxcInVuaXRcIjoxLFwiaXNSdWxlck9uXCI6ZmFsc2UsXCJ1aVwiOlwiXCJ9In0=", | |
"liveshare.presence": true, | |
"debug.console.fontSize": 10, | |
} | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=733558 | |
// for the documentation about the tasks.json format | |
"version": "2.0.0", | |
"tasks": [ | |
{ | |
"label": "catkin build", | |
"type": "shell", | |
"command": "cd ${fileDirname} && catkin build --this", | |
"problemMatcher": [], | |
"group": { | |
"kind": "build", | |
"isDefault": true | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment