Skip to content

Instantly share code, notes, and snippets.

@jclay
Last active December 24, 2023 04:45
Show Gist options
  • Save jclay/af0a93e91ef0905bb4a7155b7eabc8b2 to your computer and use it in GitHub Desktop.
Save jclay/af0a93e91ef0905bb4a7155b7eabc8b2 to your computer and use it in GitHub Desktop.
chromium_vscode_settings.json
{
"clangd.path": "${workspaceFolder}/MeldStudio/third_party/llvm-build/Release+Asserts/bin/clangd",
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/*.code-search": true,
"**/third_party": true,
"build/mac_files": true,
"MeldStudio": true,
},
"python.analysis.include": [
"MeldStudio/scripts/**"
],
"files.exclude": {
"**/android/": true,
"**/ash/": true,
"**/fuchsia/": true,
"**/nacl/": true,
"android_webview/": true,
"apps/": true,
"codelabs/": true,
"device/": true,
"v8/": true,
"courgette/": true,
"chromecast/": true,
"chromeos/": true,
"clank/": true,
"dbus/": true,
"internal/": true,
"ios_internal/": true,
"ios/": true,
"infra/": true,
"native_client/": true,
"native_client_sdk/": true,
"ppapi/": true,
"printing/": true,
"remoting/": true,
"fuchsia_web/": true,
"google_apis/": true,
"google_update/": true,
"sql/": true,
"storage/": true,
"webkit/": true,
},
"[cpp]": {
"editor.defaultFormatter": "xaver.clang-format",
"clang-format.executable": "/Users/joel/dev/meld/src/buildtools/mac/clang-format"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment