mirror of
https://github.com/voideditor/void
synced 2026-05-23 17:38:23 +00:00
comment
This commit is contained in:
parent
0294cb3b98
commit
7631b41b27
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ export async function getVSCodeServerConfig(): Promise<IServerConfig> {
|
|||
serverApplicationName: customServerBinaryName || productJson.serverApplicationName,
|
||||
serverDataFolderName: productJson.serverDataFolderName,
|
||||
serverDownloadUrlTemplate: productJson.serverDownloadUrlTemplate,
|
||||
// Edited for Void
|
||||
// Void changed this
|
||||
version: productJson.voidVersion
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue