You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
intellij: improve resilience of language-server downloading (7f9a1ce)
intellij: only attempt to start the Contextive language server if a contextive definitions file is present. (fixes #64) (0f707eb)
intellij: show progress indicator when downloading language server (e2ce467)
language-server: ensure initialization of definitions file works even when located sub-folder doesn't exist. (e09ccaa)
language-server: only show errors when definitions file doesn't exist if configuration is explicitly set (b730f83)
vscode: remove default path config from vscode extension and rely on language server default only (8fdd26d)
vscode: resolve errors in logs since moving default contextive.path from vscode to the languageServer (79f4854)
vscode: resolve race condition when initializing contextive definitions file and activating extension at the same time ('method not found' error) (dd9f171)