this repo has no description
0
fork

Configure Feed

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

Minor vscode fixes

+30 -29
+1 -1
.config/fish/conf.d/50-config.fish
··· 10 10 # Run nvm to update fish_user_paths for npm installs. Allow failure if running 11 11 # outside home directory (no .nvmrc found), and run in background to avoid 12 12 # blocking the shell from starting 13 - if command -qs nvm 13 + if functions -q nvm 14 14 nvm &>/dev/null & || true 15 15 end 16 16
+4 -4
.config/vscode/extensions.txt
··· 1 1 13xforever.language-x86-64-assembly@2.3.0 2 2 asvetliakov.vscode-neovim@0.0.50 3 - atlassian.atlascode@2.6.5 3 + atlassian.atlascode@2.6.6 4 4 BazelBuild.vscode-bazel@0.3.0 5 5 bmalehorn.vscode-fish@1.0.16 6 6 bungcip.better-toml@0.3.2 ··· 21 21 LaurentTreguier.rpm-spec@0.3.0 22 22 mariusschulz.yarn-lock-syntax@0.1.3 23 23 marko2276.yang@0.1.3 24 - matklad.rust-analyzer@0.2.224 24 + matklad.rust-analyzer@0.2.232 25 25 ms-azuretools.vscode-docker@1.3.1 26 - ms-pyright.pyright@1.1.48 26 + ms-pyright.pyright@1.1.50 27 27 ms-python.python@2020.6.91350 28 28 ms-vscode-remote.remote-ssh@0.51.0 29 29 ms-vscode-remote.remote-ssh-edit@0.51.0 ··· 31 31 ms-vscode.cpptools@0.28.3 32 32 ms-vscode.vscode-typescript-tslint-plugin@1.2.3 33 33 ms-vsliveshare.vsliveshare@1.0.2377 34 - redhat.vscode-xml@0.12.0 34 + redhat.vscode-xml@0.13.0 35 35 redhat.vscode-yaml@0.8.0 36 36 richie5um2.vscode-sort-json@1.18.0 37 37 ritwickdey.LiveServer@5.6.1
.config/yadm/alt/.ssh/known_hosts##class.work

This is a binary file and will not be displayed.

+25 -24
Library/Application Support/Code/User/settings.json
··· 55 55 "editor.formatOnSave": true, 56 56 }, 57 57 "[typescript]": { 58 - "editor.formatOnSave": true, 58 + "editor.formatOnSave": false, 59 59 "editor.codeActionsOnSave": { 60 60 "source.fixAll.tslint": true, 61 61 }, ··· 142 142 "**/node_modules/**", 143 143 "**/vscode-extension/**", 144 144 "**/.git/objects/**", 145 - ".vscode", 145 + "**/.vscode/**", 146 + "*.code-workspace", 146 147 "**/Cargo.lock", 147 148 "**/Cargo.toml", 148 149 ], ··· 154 155 "DUT", 155 156 "DUTs", 156 157 "DistCC", 158 + "JUnit", 157 159 "Pytest", 158 160 "RPM", 159 161 "RPMs", 160 162 "bazelbuild", 161 163 "corewa", 162 164 "dcrpm", 165 + "deps", 163 166 "fqdn", 167 + "htop", 164 168 "ianchamberlain", 165 169 "ichamberlain", 170 + "jira", 171 + "kwargs", 166 172 "ldap", 167 173 "makecache", 168 174 "mgmt", 169 175 "onlyif", 176 + "pgrep", 170 177 "pkg", 171 178 "pkgrepo", 172 179 "pkgrepos", ··· 174 181 "pref", 175 182 "prefs", 176 183 "proto", 184 + "pyenv", 185 + "pylint", 177 186 "repo", 187 + "repoquery", 178 188 "repos", 179 189 "resolv", 190 + "rhel", 180 191 "splitn", 181 - "srcs" 192 + "srcs", 193 + "systemd", 194 + "tmux" 182 195 ], 183 196 184 197 "debug.internalConsoleOptions": "openOnSessionStart", ··· 210 223 "extensions.ignoreRecommendations": false, 211 224 212 225 "files.associations": { 213 - // TODO: some of these should probably be per-workspace... 214 - "**/.bazelignore": "gitignore", 215 226 "**/.cargo/config": "toml", 216 - "**/.ssh/config": "ssh_config", 217 - "**/BUILD": "starlark", 227 + "**/.ssh/*config*": "ssh_config", 228 + "**/bpython/config": "ini", 218 229 "*.aliases": "shellscript", 219 230 "*.bazel": "starlark", 220 231 "*.bazelrc": "gitignore", 221 - "Dockerfile*": "dockerfile", 222 - ".gitconfig": "ini", 223 - "gitconfig.*": "ini", 224 232 "*.h": "c", 225 - "*.init": "json", 226 - "*.inputactions": "json", 227 233 "*.j2": "jinja", 228 234 "*.log-*": "log", 229 235 "*.log.*": "log", 230 - "*.my": "mib", 231 236 "*.org": "org", 237 + "*.path": "ini", 232 238 "*.plist": "xml", 233 239 "*.repo": "ini", 234 240 "*.rs": "rust", ··· 236 242 "*.sls": "sls", 237 243 "*.unity": "yaml", 238 244 "*Brewfile": "ruby", 239 - "*dockerfile": "dockerfile", 245 + "*dockerfile*": "dockerfile", 246 + "*gitconfig*": "ini", 247 + ".bazelignore": "gitignore", 240 248 ".clang-format": "yaml", 241 249 ".coveragerc": "ini", 242 250 ".gitmodules": "properties", 251 + "BUILD": "starlark", 243 252 "Cargo.lock": "toml", 244 - "bash_profile": "shellscript", 245 - "bashrc": "shellscript", 246 - "build": "shellscript", 247 253 "gdbinit": "shellscript", 248 - "minion": "log", 249 254 "vimrc": "viml", 250 - "yadm/encrypt": "gitignore", 251 - "yarn.lock": "yarnlock", 252 - "**/.ssh/*config*": "ssh_config", 253 - "*.path": "ini", 254 - "**/bpython/config": "ini", 255 + "yarn.lock": "yarnlock" 255 256 }, 256 257 "files.exclude": { 257 258 "**/.DS_Store": true, ··· 546 547 "workbench.startupEditor": "newUntitledFile", 547 548 548 549 "yaml.schemas": { 549 - "file:///Users/ichamberlain/.vscode/extensions/atlassian.atlascode-2.6.5/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 550 + "file:///Users/ichamberlain/.vscode/extensions/atlassian.atlascode-2.6.6/resources/schemas/pipelines-schema.json": "bitbucket-pipelines.yml" 550 551 }, 551 552 }