enso/app/ide-desktop/lib/content-config
Ilya Bogdanov c2ca848d6d
Display user-provided project name in the top bar (#7533)
Closes #7409

https://github.com/enso-org/enso/assets/6566674/d4cb6733-dc9f-454e-ba1b-e76260bda467

# Important Notes
A new config parameter was added, `startup.displayedProjectName`. When connecting IDE to the LS, it must be provided directly with the `rpcUrl` and `dataUrl` parameters. If not provided, `startup.project` will be displayed in the IDE instead. Remember that `startup.project` must be a valid Enso project name, so-called `normalized name`.
2023-08-11 12:32:46 +00:00
..
src Display user-provided project name in the top bar (#7533) 2023-08-11 12:32:46 +00:00
package.json Fixing Electron runner (#5633) 2023-02-19 01:37:58 +01:00
tsconfig.json Enable typescript-eslint (#5717) 2023-03-15 03:42:14 +00:00