Alexander Tegelid
Alexander Tegelid
When I rename a file from `filename.php` to `Filename.php` GitGutter will show every row in that file as added (thinking it's a new file). `git status`, on the other hand,...
The volume and brightness osd is being misplaced on the external monitor when the intenal monitor is disabled. The screenshot is taken at the bottom left of my screen. A...
The AngularJS package is presenting some rather out-of-context completions for me. This screenshot was taken in a php file (scope: source.php) and the autocompletions suggestions appeared right efter I typed...
Resolves #66 and #9 **Please note:** This PR will introduce an error in TypeScript: ``` Property 'location' does not exist on type 'TerminalOptions'.ts(2339) ``` However, the code runs and I...
Solves an issue where environment variables being changed (by other extensions) after the terminal initialization would immediately prompt for reloading the newly created terminals
Color and icon for the terminals is not working. Setting `"color": "#00ff00"` or `"icon": "github"` for example doesn't do anything. I've debugged a bit and I can see the colors...
When trying to copy text in Atoms inspector the text on the current line under the cursor in the editor is being copied instead. Disabling this plugin resolves the issue....
When concatenating a css class where the suffix begins with a dash (`-`) the syntax is marked as faulty. In my example I'm targeting the class `.customtable-title`. I understand that...
I just thought of a feature while cleaning up a lot of small corrections in quite a few files. Would it be possible to inline diff multiple (or all) files?...