GithubHelp home page GithubHelp logo

illixion / vscode-vibrancy-continued Goto Github PK

View Code? Open in Web Editor NEW
487.0 487.0 27.0 15.2 MB

Enable Acrylic/Glass effect for your VS Code.

License: MIT License

JavaScript 41.82% C++ 33.98% Python 0.60% CSS 23.60%

vscode-vibrancy-continued's People

Contributors

0xccy avatar arily avatar be5invis avatar choiyos avatar cosmin-hodor avatar dijdzv avatar eyhn avatar fahimfba avatar henrychea avatar illixion avatar leonasdev avatar lesmo avatar luasoldel avatar okayama-daiki avatar olegafx avatar orta avatar reli-msft avatar rz7d avatar slanterns avatar spencerwooo avatar sunsettechuila avatar symaxion avatar usernamehw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

vscode-vibrancy-continued's Issues

[Bug]: Access denied error when installing, reloading or uninstalling Vibrancy due to .node files being locked as "in use"

A change was made to VSCode on Windows that causes it to lock all .node files as "in use", meaning that they're unable to be changed in any way while VSCode is running, which presents an issue to Vibrancy as it works as an extension in VSCode.

Need to investigate how to either:

  • Unlock the file using handle.exe or other methods
  • Update the file while VSCode is restarting
  • Find other way to inject those files without VSCode locking them.

Current workaround: remove %APPDATA%\..\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6 manually using Explorer while VSCode is not running.

Edited by @illixion to add more info

[Bug]: Extension fails to launch

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The extension fails to launch. The reason is likely found in commit 2857f27 where a package called rifraf seems to have been installed instead of rimraf. Should be an easy fix!

Expected Behavior

Extension should launch.

Steps To Reproduce

Try to launch the extension.

Environment

- OS: MacOS
- VSCode: 1.73.1
- Extension: Vibrancy Continued

Anything else?

No response

[Bug]: Vibrancy not applied in fullscreen (macOS)

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Using Vscode 1.71.2, when I change the window to use fullscreen mode (f11), vibrancy disappears. It appears again once it is no longer fullscreen.

Expected Behavior

Vibrancy should still be applied on the window even in fullscreen mode.

Steps To Reproduce

  1. Hit f11 or enter fullscreen on Vscode.

Environment

- OS: Windows 10
- VSCode: 1.71.2
- Extension: 1.1.9

Anything else?

No response

[Bug]: vscode_vibrancy.imports not works

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

I override some style in a custom css file, but not works

.monaco-list.settings-toc-tree .monaco-list-row.selected,
.monaco-list.settings-toc-tree .monaco-list-row.focused,
.monaco-list .monaco-list-row.selected,
.monaco-list.settings-toc-tree:not(.drop-target) .monaco-list-row:hover:not(.selected):not(.focused) {
  background: #528bff69 !important;
}

image

configuration:

  "vscode_vibrancy.imports": [
    "/Users/reywang/Documents/workHelpers/plugin-config/vscode_vibrancy_custom.css"
  ]

Expected Behavior

image

background color should be red

Steps To Reproduce

No response

Environment

- OS: MacOS Monterey 12.4
- VSCode: Version: 1.72.2 (Universal)
- Extension:Vibrancy Continued v1.1.7

Anything else?

No response

[Feature]: Automatic Theme based on light/dark mode in OS

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

No response

Describe your idea or feature request

No response

Describe alternatives you've considered

No response

Anything else?

No response

[Feature]: Add option for blur effect value

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

No

Describe your idea or feature request

Just like opacity option but for blurriness.

Anything else?

No

System control buttons background is black

System control buttons don't get the acrylic effect. The rest of the title bar does.

this is what it looks like with "titleBar.activeBackground": "#2c2c2cc9" (greyish color)
image
and this is what it looks like with "titleBar.activeBackground": "#2c2c2cc900" (100% transparent)
image

[Bug]: 底部状态栏的样式 和 vim插件的变换模式修改样式有冲突,两者不可兼得

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

No response

Expected Behavior

vim 插件切换模式修改状态栏样式和本插件有冲突

Steps To Reproduce

  1. vim插件json配置中开启"vim.statusBarColorControl": true,
  2. vscode 中确保开启vim 和 Vibrancy Continued 插件
  3. 当使用vim切换模式时,底部状态栏样式不生效,已确认被 Vibrancy Continued 覆盖

Environment

- OS:Windows 11
- VSCode:1.74
- Extension:1.1.12

Anything else?

No response

[Bug]: EEXIST: file already exist

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Something went wrong: Error: EEXIST: file already exists, mkdir 'c:\Users\mulya\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6'

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:Windows 11
- VSCode:1.73.1
- Extension: 1.1.9

Anything else?

Screenshot 2022-11-11 185140
this happens when i reload vibrancy. Do you know how to solve this?

[Bug]: Mouse drag lag. Any other ways to avoid this?

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

My apologies. I am aware of the mouse drag lag issue. The old Vibrancy Extension had found a GREAT fix for bug; which I'm currently using. However, after if I upgrade from VSCode 1.56.2 to a newer version, it doesn't work anymore.

Is there any hope for this extension without mouse drag lag? This is the main reason why I stopped using Vibrancy. Hopefully, you can find a new way to do this.

Expected Behavior

No mouse drag lag

Steps To Reproduce

  1. Move VSCode window by dragging it with a mouse cursor.

Environment

- OS:
- VSCode:
- Extension:

Anything else?

No response

[Bug]: Can't reload vibrancy on Mac m1

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Command Reload Vibrancy resulted in a an error : A system error occurred (EACCES: permission denied, mkdir '/Applications/Visual Studio Code.app/Contents/Resources/app/out/vscode-vibrancy-runtime-v6')

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS: macOS 12
- VSCode:latest
- Extension:Vibrancy Continued

Anything else?

No response

[Bug]: Background is too vibrant

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The backdrop is too vibrant, it looks like I have digital vibrance at 100% for VSCode only.

Here's a screenshot I took:

Current

Expected Behavior

Backdrop should be less vibrant.

Here's a screenshot my friend took (same wallpaper):

Expected

Steps To Reproduce

  1. Install vibrancy.

It's happened every time I've used this extension, even on a fresh windows install, but never to my friends. I've also tried disabling all other extensions, changing themes and looking through my NVIDIA control panel settings.

I have had this problem for a long time, even back when I used the original vibrancy extension. It's probably something on my end, but I'm just hoping that creating an issue will at least give me some new leads.

Environment

- OS: Windows 11 22H2
- VSCode: 1.73.1
- Extension: 1.1.12

Anything else?

No response

[Bug] Window controls aren't transparent on Windows platforms

On Windows 10/11, the window controls will be opaque even with Vibrancy active.

This issue is caused by Microsoft removing the setting for enabling HTML window controls in microsoft/vscode#188793, unfortunately this means that the controls will no longer be transparent with the rest of the window on Windows platforms. Need to investigate possible solutions to this issue.

Screenshot:

image

Update

I've created a feature request to return the WCO setting back: microsoft/vscode#198766

If this is affecting you, feel free to go to that feature request and give it a 👍 reaction

Linux support

and here we are again, searching for a way of using vibrancy in GNU/linux os

Unsupported operating system, Microsoft remote server support.

When using any of Microsoft's remote server extensions (SSH/Container/WSL) this extension only reports as install-able to remote servers extensions list, there's some way to mark your extension as local only so it installs to the local vscode client but I don't know exactly how, other extensions do this.

[Bug]: Windows 11 - Resize on drag

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When moving the window around on Windows 11, the vscode window shrinks. Not related to built-in snapping features.

Resolution: 3840 x 2160 pixels
Scale: 150%

Expected Behavior

Window will retain its existing size.

Steps To Reproduce

  1. In Windows 11
  2. Naked installation
  3. 4K resolution (16:9) with scale at 150%
  4. Drag the window around

Environment

- OS: Windows 11
- VSCode: 1.72.2
- Extension: 1.1.9

Anything else?

No response

How to enable acrylic?

Hi, I'm on windows 11 and for me it's only using the Mica effect.
How can I change that to acrylic?

Thanks

Can't reload Vibrancy on Macbook M1

image

Error message: Command 'Reload Vibrancy' resulted in an error (A system error occurred (EROFS: read-only file system, mkdir '/private/var/folders/qp/t8ngnpw938b098h1m78nvb9w0000gn/T/AppTranslocation/5A94F146-3BD2-414B-8133-FD6AOFFF5A59/d/Visual Studio Code.app/Contents/Resources/app/out/vscode-vibrancy-runtime-v6'))

Hi Team, this is what happened when I click reload Vibrancy, even though I followed the steps mentioned in the extension.
Thanks.

[Bug]: EACCES: permission denied

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Command 'Reload Vibrancy' resulted in an error (A system error occurred (EACCES: permission denied, mkdir '/Applications/Visual Studio Code.app/Contents/Resources/app/out/vscode-vibrancy-runtime-v6'))

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS:
- VSCode:
- Extension:

Anything else?

I have VSCode in my applications folder.

[Bug]: Can't change sidebar color

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Doesn't matter the theme, self made or not. The sidebar is always slightly lighter than the editor. Even if I use "sideBar.background": "#ff0000" the sidebar color will not change.
sidebar color

Expected Behavior

Sidebar should be the same color as the editor on a blank theme.

Steps To Reproduce

Make/Change theme.

Environment

- OS: Windows 11
- VSCode: Latest
- Extension: Latest Stable

Anything else?

No response

[Feature]: Allow Theme Color In FullScreen

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe.

When VSCode becomes fullscreen on macOS, the theme color not using for the background, and this causes a colorless, dead visual.

Describe your idea or feature request

When VSCode is fullscreen, use the theme's background color.

Describe alternatives you've considered

As an alternative, we can apply the native approach as I mentioned in this issue:
#37 (comment)

[Bug]: Terminal doesn't retain vibrancy effect when dragged into the "main section"

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Whenever I drag the integrated terminal into the "main section" (not sure what it's called), it turns opaque.

Expected Behavior

Terminal should still retain vibrancy effect when dragged into the "main section."

Steps To Reproduce

Just drag terminal into "main section." Video: https://imgur.com/rxg7bZR.

Environment

- OS: macOS Ventura macOS 13.3
- VSCode: Version: 1.77.3
- Extension: 1.1.14

Anything else?

No response

[Bug]: Suddenly getting an error

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

The extension stopped working and now am getting "Command 'Reload Vibrancy' resulted in an error (command 'extension.updateVibrancy' not found)"

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS: Mac Montery 12.3.1
- VSCode:
- Extension:

Anything else?

No response

[Bug]: Extension doesn't make window transparent

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Doesn't work on OS X. Window not transparent
image

Expected Behavior

Window should become transparent

Steps To Reproduce

No response

Environment

- OS: OS X 13.2.1
- VSCode: 1.77.3
- Extension: 1.1.14
    "vscode_vibrancy.opacity": 0.5,
    "vscode_vibrancy.theme":"Default Dark",
    "vscode_vibrancy.refreshInterval": 1,
    "workbench.colorTheme": "Default Dark+"

Anything else?

No response

[Bug]: VSCode Window Buttons are not affected by Vibrancy

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

After running/reloading Vibrancy extension
The buttons of VSCODE window does not change colors.
image

Expected Behavior

After running/reloading Vibrancy extension
The buttons of VSCODE window does change colors.

Steps To Reproduce

  1. Reload vibrancy
  2. The buttons of VSCODE window does change colors.

Environment

- OS: Windows 11 22H2 Build 22621.1105
- VSCode: 1.7.4.3
- Extension:v1.1.12

Anything else?

No response

[Bug]: Top topbar is not transparent

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

image

image

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS: 13.0.1
- VSCode: 1.77.1
- Extension: 1.1.14

Anything else?

No response

[Bug]: Fix WIki vscode_vibrancy.opacity Opacity of Vibrancy Effect. value must be: -1 ~ 0 and not 0 ~ 1

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

[Bug]: Fix WIki vscode_vibrancy.opacity Opacity of Vibrancy Effect. value must be: -1 ~ 0 and not 0 ~ 1

Expected Behavior

[Bug]: Fix WIki vscode_vibrancy.opacity Opacity of Vibrancy Effect. value must be: -1 ~ 0 and not 0 ~ 1

Steps To Reproduce

[Bug]: Fix WIki vscode_vibrancy.opacity Opacity of Vibrancy Effect. value must be: -1 ~ 0 and not 0 ~ 1

Environment

- OS:
- VSCode:
- Extension:
[Bug]:  Fix WIki vscode_vibrancy.opacity Opacity of Vibrancy Effect.  value must be: -1 ~ 0 and not 0 ~ 1

Anything else?

[Bug]: Fix WIki vscode_vibrancy.opacity Opacity of Vibrancy Effect. value must be: -1 ~ 0 and not 0 ~ 1

Issue Template is missing

Hello,
The repository is currently missing the issue templates that might help others submit their issue in an organized way. If you would like to have them in your repository, then I would like to submit a pull request with some relevant issue templates.

Let me know what you think about that.

[Bug]: 'editor.stickyScroll.enabled' No effect

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

No response

Expected Behavior

No response

Steps To Reproduce

No response

Environment

- OS: Windows11
- VSCode: 1.73.1
- Extension:

Anything else?

No response

Vibrancy on arm64 Windows causes Code to crash on start

[main 2022-08-27T17:51:51.106Z] Error: \\?\c:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6\vibrancy.node is not a valid Win32 application.
\\?\c:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6\vibrancy.node
    at process.func [as dlopen] (node:electron/js2c/asar_bundle:5:1812)
    at Object.Module._extensions..node (node:internal/modules/cjs/loader:1246:18)
    at Object.func [as .node] (node:electron/js2c/asar_bundle:5:1812)
    at Module.load (node:internal/modules/cjs/loader:1035:32)
    at Module._load (node:internal/modules/cjs/loader:876:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1059:19)
    at p (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:4:699)
    at Object.<anonymous> (c:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6\vibrancy.js:1:77)
    at Module.u._compile (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\loader.js:4:1313)
    at Object.Module._extensions..js (node:internal/modules/cjs/loader:1216:10)
    at Module.load (node:internal/modules/cjs/loader:1035:32)
    at Module._load (node:internal/modules/cjs/loader:876:12)
    at Function.c._load (node:electron/js2c/asar_bundle:5:13343)
    at Module.require (node:internal/modules/cjs/loader:1059:19)
    at require (node:internal/modules/cjs/helpers:102:18)
    at App.<anonymous> (c:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vscode-vibrancy-runtime-v6\index.js:53:20)
    at App.emit (node:events:390:28)
    at BrowserWindow.n._init (node:electron/js2c/browser_init:37:1043)
    at new H (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:76:45915)
    at C._createInstance (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:31:1346)
    at C.createInstance (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:31:779)
    at ht.openInBrowserWindow (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:52672)
    at ht.doOpenEmpty (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:41118)
    at C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:40041
    at Array.forEach (<anonymous>)
    at ht.doOpen (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:39934)
    at ht.open (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:35543)
    at Ct.openFirstWindow (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:75392)
    at C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:64658
    at C.invokeFunction (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:31:325)
    at Ct.startup (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:77:64634)
    at async Ce.startup (C:\Users\User\AppData\Local\Programs\Microsoft VS Code\resources\app\out\vs\code\electron-main\main.js:79:5801)

[Bug]: No transparent when open .ipynb file (jupyter notebook in vscode)

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Just the problem I mentioned in the title, here is a corresponding picture
image

Expected Behavior

Apply the transparency effect when open the.ipynb file

Steps To Reproduce

No response

Environment

- OS: macOS 13.1
- VSCode: 1.76.0
- Extension: 1.1.12

Anything else?

No response

[Bug]: No longer works in macOs 13.1

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

It doesn't work even after enabling, reloading the theme.

Expected Behavior

No response

Steps To Reproduce

  1. Enable extension
  2. Reload
  3. Nothing happens

Environment

- OS: macOs 13.1
- VSCode: 1.74.1
- Extension: 1.1.12

Anything else?

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.