Mike Jandreau
Mike Jandreau
**Is your feature request related to a problem? Please describe.** When restarting VS Code, any open tab you have with code it in persists, even if the tab isn't saved....
When minifying CSS, color values using RGB are breaking. An example is: Pre-minification: background: rgb(255, 255, 255, 1.0) !important; Post-minification: background: #ffffff01 !important; Compressing the RGB value seems to work...
I opened a CSV with around 2.5million rows in it. When I try to preview it, nothing happens except an error in the bottom right corner, saying "Open a CSV...
Source text: Hello I am a test Output from camel case: HelloIAmATest Correct output should be helloIAmATest First letter is not capitalized in camel case