-
Notifications
You must be signed in to change notification settings - Fork 6.3k
-
I think they look ugly, how can I change them?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 4 comments 3 replies
-
Can you tell which OS you are using? It is possible on Windows easily but I don't know about Mac OS and Linux.
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 1
-
Beta Was this translation helpful? Give feedback.
All reactions
-
I don't know.
Beta Was this translation helpful? Give feedback.
All reactions
-
I believe this is hardcoded in code-server in ./src/browser/media you can either change this manually and rebuild, or create an issue/feature request to make this configurable via the CLI.
Beta Was this translation helpful? Give feedback.
All reactions
-
Due to using secure context (HTTPS), PWA cannot be renamed or icon changed by the user. It would be cool to customize it via config
Beta Was this translation helpful? Give feedback.
All reactions
-
If in Ubuntu, you can change it without rebuilding here: \usr\lib\code-server\src\browser\media
Beta Was this translation helpful? Give feedback.
All reactions
-
You can change manifest in /usr/lib/code-server/out/node/routes/vscode.js
inside there is manifest.json
factory in where you can change whatever you need :)
Beta Was this translation helpful? Give feedback.