Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue for appreciation #2

Closed
jatindotdev opened this issue Oct 23, 2024 · 4 comments
Closed

issue for appreciation #2

jatindotdev opened this issue Oct 23, 2024 · 4 comments

Comments

@jatindotdev
Copy link

hey man, insane respect for this 🙌🏻

i was hoping if i could get what all are supported options in election configuration object, my need is removing the title bar. i tried the configuration options i used in APC didn't work 😔

@subframe7536
Copy link
Owner

Hey👋

Can you share your config?

Normally if you set "custom-ui-style.electron": { "frame": false } and TOTALLY close your VSCode (press CMD + Q if you are using mac) and restart, it will effect

@jatindotdev
Copy link
Author

jatindotdev commented Oct 23, 2024

@subframe7536 these are the extension props that i have

{
  "custom-ui-style.font.sansSerif": "JetbrainsMono Nerd Font",
  "custom-ui-style.background.url": "file:///Users/jatin/Pictures/wall/fav.png",
  "custom-ui-style.stylesheet": {
    "span:not([class*='dyn-rule'])+span[class*='dyn-rule']": {
      "border-top-left-radius": "3px",
      "border-bottom-left-radius": "3px"
    },
    "span[class*='dyn-rule']:has(+span:not([class*='dyn-rule']))": {
      "border-top-right-radius": "3px",
      "border-bottom-right-radius": "3px"
    },
    ".cdr": {
      "border-radius": "3px"
    },
    ".quick-input-widget": {
      "top": "25vh !important"
    },
    ".overlayWidgets .editorPlaceholder": {
      "line-height": "unset !important"
    }
  },
  "custom-ui-style.electron": {
    "frame": false
  },
  "window.titleBarStyle": "native"
}

EDIT: i got it working somehow its the same config yet works. where can i find the list of all props that are there for the electron config

@subframe7536
Copy link
Owner

repro.mp4

@subframe7536
Copy link
Owner

where can i find the list of all props that are there for the electron config

#1 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants