Juarez Rudsatz
Juarez Rudsatz
## Feature Request It would be very interesting if one would be able to define multiple [glob patterns](https://code.visualstudio.com/docs/editor/glob-patterns) like those used in the [*.code-workspace](https://code.visualstudio.com/docs/editor/workspaces) and [.vscode/settings.json](https://code.visualstudio.com/docs/getstarted/settings#_default-settings) settings: - [file.exclude](https://code.visualstudio.com/docs/getstarted/tips-and-tricks#_tune-your-settings) -...
### Settings See a suggestion for glob patterns configuration in the following `suggestion.code-workspace` file: ```JSON { "folders": [ { "path": "." } ], "settings": { "folder-path-color.folders": [ { "tooltip": "Source...
> you can also keep the variable as `path`. If it's a the current way of working. If it's a object, then it's a new way. But even so, `src`...
## How to reproduce (and fix) ### Failure ```sh ❯ redisinsight LaunchProcess: failed to execvp: /opt/Redis [559953:1003/235053.127168:FATAL:zygote_host_impl_linux.cc(201)] Check failed: . : Invalid argument (22) [1] 559953 trace trap (core dumped)...
I have drawn a mockup exemplifying a possible way to quickly switch between native/foreign languages. The image below uses: - English as foreign language - Portuguese as native language -...
One more example: - [Google Translate](https://translate.google.com/?sl=en&tl=pt&text=life&op=translate) - They use a main/recent/select other pattern and an invert button to quickly select and switch between source/target languages.
Also, it would be nice if we also could fit more lines on the screen. This would improve the preview when using embedded terminals, like in VSCode. In this usage,...
> You can already do: > > ``` > "explicitFolding.rules": { > "*": [ > { > "beginRegex": "#[\\s]*region[\\s]+([\\w]+)", > "endRegex": "#[\\s]*endregion", > }, > ] > }, > ```...
Wow! Great work! This looks good enough to fill my current needs and open other avenues to simplify configuration. I'll try it as soon as I can.
### ANSI Color Names The following is a list of the standard 8-bit colors supported in terminals: ANSI 8-bit color names listing Color Number Name Hex RGB 0 black 1...