@estruyf/vscode
Advanced tools
Changelog
[1.2.0] 2025-07-31
getThemes
and getTheme
to retrieve and parse VS Code themes contributed by installed extensions.Theme
interface for theme objects.EditorHelper
with file reading, writing, and existence checking methods.bringToFront
utility to bring a workspace folder to the front in VS Code.parseWinPath
utility to normalize Windows-style paths.ExtensionInfo
class for extension metadata, state, and configuration management.Changelog
[1.1.0] 2022-11-14
Changelog
[1.0.0] 2022-05-13
EventData
interface data property to payload
data
property changed to payload
for sending eventsChangelog
[0.0.3] 2022-03-23
getState
and setState
methods