Skip to content

Commit 9f13303

Browse files
Print language server version in the log
1 parent cc6fe82 commit 9f13303

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: ls/ls.go

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ func NewINOLanguageServer(stdin io.Reader, stdout io.Writer, config *Config) *IN
140140
}
141141

142142
logger.Logf("Initial board configuration: %s", ls.config.Fqbn)
143+
logger.Logf("%s", globals.VersionInfo.String())
143144
logger.Logf("Language server build path: %s", ls.buildPath)
144145
logger.Logf("Language server build sketch root: %s", ls.buildSketchRoot)
145146
logger.Logf("Language server FULL build path: %s", ls.fullBuildPath)

0 commit comments

Comments
 (0)