Amir Khazaie
Amir Khazaie
Any solution for the problem with `javascript` parser? I have a huge code base with over 10K files. It includes minified JS files over 1 MB. Accidentally opening the JS...
@amaanq That would be awesome. I've tried to identify **minified** files base on the following ratio: `file_size / number_of_lines` Started writing the code for above. I've tried to first make...
@giopetris @kennysong Go to your `keybindings.json` and add the following for the `Shift + Enter` combination: ``` { "key": "shift+enter", "when": "inputFocus && vim.mode == 'Normal'", "command": "editor.action.insertLineBefore", } ```...
@NeonN3mesis I want to work on this issue. But I'm not sure where to start. Is there any developer documentation that I can read?
@Pwuts Is whitelist enough? I can add a blacklist as well. Should I write it as a simple hostname match? Or use ask the user for regex for matching?
> * What if both are set? @Pwuts I think of them as empty lists to start with, then user add value to one or both of them. To apply...
Getting the same error. I passed the option you select on `cisco anyconnect` dropdown to `--authgroup GROUP` and it worked for me.