ActiveFileInStatusBar
ActiveFileInStatusBar copied to clipboard
Visual Studio Code extension showing currently active file in the status bar.
Will fix #25. By using the clipboard API provided by VSCode, copying will work even for remote development. https://code.visualstudio.com/api/advanced-topics/remote-extensions#using-the-clipboard I have confirmed that it works with VSCode version 1.62, but...
Please consider publishing this extension to: https://open-vsx.org/ So that users of VSCodium can use it too.
Dependencies are outdate and they have security vulnerabilities. Take a look at this: ``` npm i npm WARN deprecated [email protected]: This package is deprecated in favor of @types/vscode and vscode-test....
just like title.
- Also, a couple of grammar fixes
Please, provide a setting to choose left/right align in the status bar when its enabled. Its default hardcoded to left side ``` vscode.window.createStatusBarItem(vscode.StatusBarAlignment.Left, -1);```
Its more like a feature requerst, is there any way it could work with files opened with remove extension? I tried disabling full path and revealing in filesystem, but it...
Really long file paths are not sufficiently visible. Suggested enhancements: * Remove characters from the middle of the path, filling an ellipsis (...) in their place, until the resulting path...
When clicking on a file, the full path shows correctly, like the gif works, but can't copy, even it shows `copy to clipboard` when hover