this repo has no description
0
fork

Configure Feed

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

Remove some extraneous VSCode extensions

+8 -56
+7 -17
.config/vscode/extensions.txt
··· 6 6 atlassian.atlascode@2.10.12 7 7 attilabuti.brainfuck-syntax@0.0.1 8 8 BazelBuild.vscode-bazel@0.7.0 9 - be5invis.toml@0.6.0 10 9 be5invis.vscode-custom-css@7.1.0 11 10 bierner.markdown-checkbox@0.4.0 12 11 bierner.markdown-mermaid@1.17.3 ··· 16 15 codeout.vscode-junos@0.2.6 17 16 codezombiech.gitignore@0.9.0 18 17 corewa-rs.redcode@0.2.0 19 - d-biehl.robotcode@0.20.0 20 18 dan-c-underwood.arm@1.7.4 21 19 DavidAnson.vscode-markdownlint@0.48.1 22 20 dfarley1.file-picker@0.2.0 ··· 25 23 dunstontc.viml@0.1.7 26 24 eamodio.gitlens@13.2.0 27 25 emeraldwalk.RunOnSave@0.2.0 28 - geddski.macros@1.2.1 29 26 GitHub.vscode-pull-request-github@0.56.0 30 27 golang.go@0.37.0 31 28 Gruntfuggly.todo-tree@0.0.220 ··· 36 33 iliazeus.vscode-ansi@1.1.2 37 34 janjoerke.jenkins-pipeline-linter-connector@1.2.0 38 35 jasonnutter.vscode-codeowners@1.1.1 39 - jbenden.c-cpp-flylint@1.12.1 36 + jbenden.c-cpp-flylint@1.13.0 40 37 jeff-hykin.better-cpp-syntax@1.17.2 41 38 jinliming2.vscode-go-template@0.2.1 42 39 josetr.cmake-language-support-vscode@0.0.9 ··· 50 47 marko2276.yang@0.1.3 51 48 mattn.Lisp@0.1.12 52 49 mechatroner.rainbow-csv@3.5.0 50 + moshfeu.compare-folders@0.22.3 53 51 ms-azuretools.vscode-docker@1.23.3 54 52 ms-dotnettools.vscode-dotnet-runtime@1.6.0 55 53 ms-python.python@2022.20.1 56 54 ms-python.vscode-pylance@2023.1.10 57 55 ms-toolsai.jupyter@2022.11.1003412109 58 - ms-toolsai.jupyter-keymap@1.0.0 59 56 ms-toolsai.jupyter-renderers@1.0.12 60 - ms-toolsai.vscode-jupyter-cell-tags@0.1.6 61 - ms-toolsai.vscode-jupyter-slideshow@0.1.5 62 57 ms-vscode-remote.remote-containers@0.266.1 63 58 ms-vscode-remote.remote-ssh@0.94.0 64 59 ms-vscode-remote.remote-ssh-edit@0.84.0 65 - ms-vscode.azure-account@0.11.2 66 60 ms-vscode.cmake-tools@1.12.27 67 61 ms-vscode.cpptools@1.13.9 68 62 ms-vscode.hexeditor@1.9.9 69 63 ms-vscode.live-server@0.4.4 70 64 ms-vscode.remote-explorer@0.0.3 71 - ms-vscode.vscode-typescript-tslint-plugin@1.3.4 72 65 ms-vsliveshare.vsliveshare@1.0.5797 73 66 neilding.language-liquid@0.1.1 74 67 NicolasVuillamy.vscode-groovy-lint@2.0.0 ··· 77 70 rebornix.ruby@0.28.1 78 71 redhat.vscode-commons@0.0.6 79 72 redhat.vscode-xml@0.23.0 80 - redhat.vscode-yaml@1.10.1 73 + redhat.vscode-yaml@1.11.0 81 74 ria.elastic@0.13.3 82 75 richie5um2.vscode-sort-json@1.20.0 83 - rioj7.command-variable@1.46.0 84 - ritwickdey.LiveServer@5.7.9 85 76 robocorp.robotframework-lsp@1.7.3 86 77 RReverser.llvm@0.1.1 87 - rust-lang.rust-analyzer@0.3.1348 88 - ryanluker.vscode-coverage-gutters@2.10.2 78 + rust-lang.rust-analyzer@0.3.1361 79 + ryanluker.vscode-coverage-gutters@2.10.3 89 80 samuelcolvin.jinjahtml@0.19.0 90 81 sleistner.vscode-fileutils@3.5.0 91 82 slevesque.shader@1.1.5 92 83 stevensona.shader-toy@0.10.15 93 - streetsidesoftware.code-spell-checker@2.12.0 84 + streetsidesoftware.code-spell-checker@2.14.0 94 85 tamasfe.even-better-toml@0.19.0 95 86 timonwong.shellcheck@0.29.3 96 87 twxs.cmake@0.0.17 ··· 108 99 xaver.clang-format@1.9.0 109 100 xoronic.pestfile@0.3.0 110 101 yy0931.gitconfig-lsp@0.9.2 111 - zhouronghui.propertylist@0.0.2 112 - ZixuanWang.linkerscript@1.0.2 102 + ZixuanWang.linkerscript@1.0.3 113 103 zxh404.vscode-proto3@0.5.5
+1 -39
Library/Application Support/Code/User/settings.json
··· 434 434 }, 435 435 }, 436 436 "extensions.experimental.affinity": { 437 - "asvetliakov.vscode-neovim": "1" 437 + "asvetliakov.vscode-neovim": 1 438 438 }, 439 439 "files.associations": { 440 440 "**/.cargo/config": "toml", ··· 683 683 684 684 "lldb.adapterEnv": { 685 685 "PYENV_VERSION": "system" 686 - }, 687 - 688 - "macros": { 689 - "pullRequest.selectNextFile": [ 690 - "list.focusDown", 691 - "list.select", 692 - "workbench.action.focusSideBar", 693 - "workbench.action.focusActiveEditorGroup", 694 - ], 695 - "pullRequest.selectPreviousFile": [ 696 - "list.focusUp", 697 - "list.select", 698 - "workbench.action.focusSideBar", 699 - "workbench.action.focusActiveEditorGroup", 700 - ], 701 - "githubPullRequest.nextFile": [ 702 - "workbench.action.closeActiveEditor", 703 - "pr:github.focus", 704 - "macros.pullRequest.selectNextFile", 705 - ], 706 - "githubPullRequest.previousFile": [ 707 - "workbench.action.closeActiveEditor", 708 - "pr:github.focus", 709 - "macros.pullRequest.selectPreviousFile", 710 - ], 711 - // sad, these don't work properly without PR context... 712 - "githubPullRequest.markFileAsViewed": [ 713 - "pr:github.focus", 714 - "list.selectAndPreserveFocus", 715 - "pr.markFileAsViewed", 716 - "workbench.action.focusActiveEditorGroup", 717 - ], 718 - "githubPullRequest.unmarkFileAsViewed": [ 719 - "pr:github.focus", 720 - "list.selectAndPreserveFocus", 721 - "pr.unmarkFileAsViewed", 722 - "workbench.action.focusActiveEditorGroup", 723 - ], 724 686 }, 725 687 726 688 "markdownlint.config": {