this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Vscode settings updates

+38 -10
+38 -10
.config/Code/User/settings.json
··· 155 155 "--background-index" 156 156 ], 157 157 "clangd.checkUpdates": true, 158 - "clangd.path": "/home/deck/.config/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/16.0.2/clangd_16.0.2/bin/clangd", 158 + "clangd.path": "/Users/ichamberlain/Library/Application Support/Code/User/globalStorage/llvm-vs-code-extensions.vscode-clangd/install/16.0.2/clangd_16.0.2/bin/clangd", 159 159 "clangd.onConfigChanged": "restart", 160 160 161 161 "cmake.configureOnOpen": false, ··· 270 270 "Tyriar.sort-lines", 271 271 ], 272 272 "dev.containers.repositoryConfigurationPaths": [ 273 - "/Users/ichamberlain/.config/Code/User/devcontainers", 274 - "/Users/ianchamberlain/.config/Code/User/devcontainers", 273 + "/Users/ichamberlain/.config/devcontainers", 274 + "/Users/ianchamberlain/.config/devcontainers", 275 275 ], 276 276 277 + "diffEditor.experimental.collapseUnchangedRegions": false, 278 + "diffEditor.experimental.showMoves": false, 279 + "diffEditor.experimental.useVersion2": false, 280 + "diffEditor.ignoreTrimWhitespace": false, 281 + "diffEditor.renderSideBySide": false, 282 + 283 + // "dotfiles.repository": "ian-h-chamberlain/dotfiles", 284 + // "dotfiles.installCommand": "true", // ".config/yadm/bootstrap", 285 + // "dotfiles.targetPath": "~", 286 + 277 287 "editor.accessibilitySupport": "off", 278 288 "editor.bracketPairColorization.enabled": false, 279 289 "editor.find.cursorMoveOnType": true, ··· 350 360 "generic.injected:rust": "#F8F8F2", 351 361 "operator.injected:rust": "#F92672", 352 362 "parenthesis.injected:rust": "#F8F8F2", 353 - "punctuation": "#F8F8F2", 354 363 "punctuation.injected:rust": "#F92672", 355 364 "semicolon.injected:rust": "#F8F8F2", 356 365 "unresolvedReference.injected:rust": "#F8F8F2", ··· 467 476 "fontStyle": "" 468 477 } 469 478 }, 479 + { 480 + "scope": "string.quoted.docstring", 481 + "settings": { 482 + "fontStyle": "bold" 483 + } 484 + }, 470 485 ], 471 486 } 472 487 }, ··· 588 603 "**/private/var/tmp/**": true, 589 604 }, 590 605 "files.insertFinalNewline": true, 606 + "files.readonlyFromPermissions": true, 591 607 "files.readonlyInclude": { 592 608 "/opt/devkitpro/**": true, 593 609 "/var/log/**": true, ··· 638 654 "query": "state:open repo:${owner}/${repository} sort:created-desc" 639 655 } 640 656 ], 657 + 658 + "githubPullRequests.focusedMode": "overview", 641 659 "githubPullRequests.assignCreated": "${user}", 642 660 "githubPullRequests.commentExpandState": "expandUnresolved", 643 661 "githubPullRequests.createOnPublishBranch": "never", 644 - "githubPullRequests.fileListLayout": "tree", 662 + "githubPullRequests.defaultCommentType": "review", 663 + "githubPullRequests.fileListLayout": "flat", 664 + "githubPullRequests.showPullRequestNumberInTree": true, 665 + "githubPullRequests.quickDiff": false, 645 666 "githubPullRequests.notifications": "pullRequests", 646 667 "githubPullRequests.pullBranch": "never", 647 668 "githubPullRequests.queries": [ ··· 664 685 ], 665 686 "githubPullRequests.terminalLinksHandler": "github", 666 687 "githubPullRequests.useReviewMode": { 667 - "merged": false, 668 - "closed": false 688 + "merged": true, 689 + "closed": true 669 690 }, 691 + 670 692 "gitlens.advanced.fileHistoryFollowsRenames": true, 671 693 "gitlens.advanced.fileHistoryShowAllBranches": true, 672 694 "gitlens.advanced.messages": { ··· 724 746 "stash": true, 725 747 } 726 748 }, 727 - "gitlens.mode.active": "review", 749 + "gitlens.mode.active": "", 728 750 "gitlens.mode.statusBar.enabled": false, 729 751 "gitlens.plusFeatures.enabled": false, 730 752 "gitlens.statusBar.enabled": false, ··· 786 808 "lldb.adapterEnv": { 787 809 "PYENV_VERSION": "system" 788 810 }, 811 + 812 + "markdown-preview-enhanced.codeBlockTheme": "auto.css", 813 + "markdown-preview-enhanced.mermaidTheme": "dark", 814 + "markdown-preview-enhanced.previewTheme": "github-dark.css", 789 815 790 816 "markdownlint.config": { 791 817 "no-inline-html": { ··· 889 915 "rust-analyzer.imports.prefix": "plain", 890 916 "rust-analyzer.inlayHints.lifetimeElisionHints.enable": "skip_trivial", 891 917 "rust-analyzer.inlayHints.lifetimeElisionHints.useParameterNames": false, 892 - "rust-analyzer.inlayHints.expressionAdjustmentHints.enable": "never", 893 918 "rust-analyzer.inlayHints.maxLength": 15, 894 919 "rust-analyzer.inlayHints.parameterHints.enable": true, 895 920 "rust-analyzer.inlayHints.typeHints.enable": true, ··· 1097 1122 "file:///home/deck/.config/Code/User/custom.css", 1098 1123 "file:///Users/ichamberlain/.config/Code/User/custom.css", 1099 1124 "file:///Users/ianchamberlain/.config/Code/User/custom.css", 1125 + 1126 + // https://github.com/be5invis/vscode-custom-css/issues/194 1127 + // "file:///${userHome}/.config/Code/User/custom.css", 1100 1128 ], 1101 1129 1102 1130 // Mouse selection seems to cause more problems than it's worth... ··· 1177 1205 "**/*.tm[Ll]anguage.yaml", 1178 1206 "**/*.tm[Ll]anguage.yml" 1179 1207 ], 1180 - "file:///Users/ichamberlain/.vscode/extensions/atlassian.atlascode-3.0.2/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 1208 + "file:///Users/ichamberlain/.vscode/extensions/atlassian.atlascode-3.0.4/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 1181 1209 }, 1182 1210 }