SALISALI helps you find, remember, and share relevant web pages with your team. Getting StartedOpen the "Run and Debug" side-panel. Start (and debug) the extension by clicking "Run Extension". The entry point to a vsc extension is
Packaging the ExtensionRun Installing the ExtensionRun For more infos, see the docs. Components
How are curations stored and updated?If you create a new curation (e.g. through the context menu), the code found on the selected line is stored in a YAML file. Multi-line curations are supported as well. The extension regularly checks where the code is located within a file and marks the respective lines with a star on the left-hand side. Therefore, even if the code is moved around, the correct location is marked. When a curated code snippet is updated in the file, also the code stored in the YAML file is updated. When the code snippet is removed entirely, the extension asks the user if she/he wants to delete the curation as well. If a colleague who doesn't use SALI changes a file, a curated code snippet might not be found anymore. In this case, the extensions moves the curation to the "Curations Assigned to File" section in the SALI view. There, the user can also reassign the curation to another code snippet. Development
|