Develop VSCode Extensions with the Composition API
"VSCode extensions are powerful tools to enhance your development experience. But developing a VSCode extension is not easy. This library is created to help you develop a VSCode extension with Vue's reactivity system.
Reactive VSCode wraps most of the VSCode APIs into Vue Composables. You can use them as you use Vue Reactivity API.
With the help of this library, you can develop a VSCode extension just like developing a Vue 3 web application. You can use Vue's reactivity system to watch states, and implement views as Vue composables."