Balte
Balte
I've been using the folder note plugin for a while now and it works perfectly. Everything is exactly how I would want it, besides one thing: When clicking a folder's...
As in #34 & #35. More properties in `MediaDeviceInfoModel`, e.g. front/back. Add function to show camera-selection browser-dialog.
Currently, the README.md file which contains HTML needs to be converter manually to the NUGET-README.md before new NuGet package versions are pushed. This process should be automated, so that there...
- To improve serverside performance - Not necessary for wasm, since that's client-sided
My configuration is very simple for this plugin: ```lua local colors = require('vscode.colors').get_colors() require('vscode').setup({ group_overrides = { ['@property'] = { fg = '#DCDADC', bg = colors.vscNone }, ['@interface'] = {...