splunk / vscode-extension-splunk

Visual Studio Code Extension for Splunk
MIT License
87 stars 25 forks source link

Refresh newly opened spl2 documents and cells via didOpen. #120

Closed fantavlik closed 6 months ago

fantavlik commented 6 months ago

This eliminates the hack that added space (" ") edit to force language server updates across documents which is annoying for users because it makes it appear that all SPL2-related documents have unsaved changes.

Demo of behavior after MR changes: didOpen

abambharoliya commented 6 months ago

Nice, LGTM!