An open API service indexing awesome lists of open source software.

https://github.com/tilt-dev/vscode-tilt-status


https://github.com/tilt-dev/vscode-tilt-status

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tilt's VSCode Extension

This extension connects VSCode to Tilt's internal API to display custom data and interact with one's development environment via Tilt.

This is an alpha feature! Please do let us know if you like it, or what you'd like to see on it, or any thoughts you might have.

And feel free to fork it and create your own extension too! Tilt's API is pretty flexible and it should be easy to adapt this for your own needs.

## Features

* Show the aggregate status of your resources as a statusbar item:

![image](https://user-images.githubusercontent.com/25550091/127034410-238ace31-65d3-4f2b-b00a-d5827a20cb48.png)

* Show the status of each individual resource on the side panel:

![image](https://user-images.githubusercontent.com/25550091/127033843-09315337-0498-417a-ba76-49ad72d9ff7a.png)

* Rebuild button to rebuild a resource that might've gotten stuck:

![image](https://user-images.githubusercontent.com/25550091/127034004-605aebcf-e958-4799-8445-519decb1faad.png)

* Gorgeous goose:

![image](https://user-images.githubusercontent.com/25550091/127034474-88f50341-443b-474b-be1b-fbedc3ea36ee.png)

## Developing

1. In this directory, `yarn install`;
2. In VSCode, open this directory;
3. In VSCode, F5 to run the extension in a new Extension Development Host window.