LnkLstAn opiniated git project and link manager for vscode workspaces FeaturesPlace a file The items can be a:
Documentation
|
| Property | Description |
|---|---|
| name | Name (as shown in Tree View) |
| icon | The id of the icon. The available icons are listed in https://code.visualstudio.com/api/references/icons-in-labels#icon-listing. |
| children | Array of LinkListTreeItem |
| url | Url that get's cloned or opened |
| group | path where git repository gets cloned to (passed to children) |
An example is provided in doc/lnklst.json
Create Build
- Update version in package.json
- run
npm run release-next
- run
vsce package
Requirements
- None yet
Extension Settings
This extension contributes the following settings:
lnklst.baseFolder: Base folder where your sources get cloned to. Defaults to~/src. Make sure#git.openAfterClone#is set appropriately.
Known Issues
- None yet
Open Tasks
- CI/CD Pipeline with publishing, workaround:
vsce package- install by *.vsix
- json editabibilty (edit and add items)
Release Notes
- see CHANGELOG.md