You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -24,6 +24,7 @@ Configures Codespace to authenticate with Azure Artifact feeds
24
24
| npxAlias | Create alias for npx | boolean | true |
25
25
| rushAlias | Create alias for rush | boolean | true |
26
26
| pnpmAlias | Create alias for pnpm | boolean | true |
27
+
| shimDirectory | Directory where the shims will be installed. This must be in $PATH, and needs to be as early as possible in priority for the scripts to override the base executables. | string | /usr/local/share/codespace-shims |
27
28
| targetFiles | Comma separated list of files to write to. Default is '/etc/bash.bashrc,/etc/zsh/zshrc' for root and '~/.bashrc,~/.zshrc' for non-root | string | DEFAULT |
0 commit comments