Merge profile and config files and support custom index file
This commit is contained in:
@@ -126,7 +126,7 @@ func (context *clientContext) sendInitialize() error {
|
||||
}
|
||||
writer.Close()
|
||||
|
||||
prefs, _ := json.Marshal(context.app.preferences)
|
||||
prefs, _ := json.Marshal(context.app.options.Preferences)
|
||||
context.connection.WriteMessage(
|
||||
websocket.TextMessage,
|
||||
append([]byte{SetPreferences}, prefs...),
|
||||
|
||||
Reference in New Issue
Block a user