Files
spring-tools/vscode-extensions/commons-vscode
nsingh@pivotal.io e01a48b16c PT 168776173 - Progress service improvements in vscode
Fixed a bug and made some improvements in the vscode progress service
such that messages for the same task id can be sent to the same open progress
UI. Previously, the progress UI in vscode will close after the first
message and it was not possible to have a continuous stream
of progress messages appearing in the same open progress UI.
2019-11-14 14:04:59 -08:00
..
2018-08-01 17:08:08 -04:00

commons-vscode

A node+typescript module containing some utilites shared between STS4 vscode-extensions.

Mainly offers utility function(s) to help launch a language-server implemented in Java and then connect to it.